jesusilvester
Posts: 20
Joined: Fri Jun 26, 2009 12:47 pm

virual directory creation is not done

Hi ,

i have created a enterprise project using advanced installer trial edition .
When i was trying to run the package my iis virtual directory creation is not happening.all the remaining operations are done.

Please help me in this regard

Thanks
Jesukaran John Silvester
jesusilvester
Posts: 20
Joined: Fri Jun 26, 2009 12:47 pm

Re: virual directory creation is not done

When i checked the Installer log file i am getting the following entries

Action 20:37:30: AI_IIsInstall. Generating actions to configure Internet Information Services
Action start 20:37:30: AI_IIsInstall.
MSI (s) (A8:64) [20:37:30:808]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI7F7.tmp, Entrypoint: OnIIsInstall
MSI (s) (A8!DC) [20:37:30:995]: Note: 1: 2205 2: 3: AI_IIsAppPool
MSI (s) (A8!DC) [20:37:30:995]: Note: 1: 2228 2: 3: AI_IIsAppPool 4: SELECT * FROM `AI_IIsAppPool`
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2205 2: 3: AI_ISAPIFilter
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2228 2: 3: AI_ISAPIFilter 4: SELECT * FROM `AI_ISAPIFilter`
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2205 2: 3: AI_IIsApplicationMapping
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2228 2: 3: AI_IIsApplicationMapping 4: SELECT * FROM `AI_IIsApplicationMapping`
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2205 2: 3: AI_IIsMime
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2228 2: 3: AI_IIsMime 4: SELECT * FROM `AI_IIsMime`
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2205 2: 3: AI_IIsHttpHeader
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2228 2: 3: AI_IIsHttpHeader 4: SELECT * FROM `AI_IIsHttpHeader`
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2205 2: 3: AI_IIsHttpError
MSI (s) (A8!DC) [20:37:31:011]: Note: 1: 2228 2: 3: AI_IIsHttpError 4: SELECT * FROM `AI_IIsHttpError`
MSI (s) (A8!DC) [20:37:31:011]: PROPERTY CHANGE: Adding AI_IIsRollback property. Its value is '0Default Web SiteC:\Program Files\Analance\1:80:49769513index.html, index.htm, default.htm0AnalancePro0C:\Program Files\Analance\149705513ProductNameAnalanceProductCode{81BE027C-6EA4-4A40-9E88-DE40E61ECFA5}IISOPENMMCIISBACKUPAFTER'.
MSI (s) (A8!DC) [20:37:31:011]: Doing action: AI_IIsRollback
Action 20:37:31: AI_IIsRollback. Rolling back IIS configuration
Action start 20:37:31: AI_IIsRollback.


Expecting for a reply

Thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: virual directory creation is not done

Hi,

It seems that the IIS tables are not present in the MSI. Can you please send us the .AIP (project) file you are using to support at advancedinstaller dot com so we can investigate it?

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
jesusilvester
Posts: 20
Joined: Fri Jun 26, 2009 12:47 pm

Re: virual directory creation is not done

Hi,

I got this issue solved i have given a condition in install finalize action .
Due to this install finalize is not triggered and iis actions are not done .
Now i corrected the condition

Thanks

Return to “Common Problems”