Hi, Experts, I encountered a problem with using wix to configure IIS7. Can you give a help? Problem:
There is a legacy wix project which uses Wix2 to make a setup package which targets to run on windows server2003. Now I want to upgrade it to run Server2008 but the following lines failed. <InstallExecuteSequence> <AppSearch Sequence="1" /> <LaunchConditions Sequence="2">NOT Installed</LaunchConditions> <FindRelatedProducts /> <RemoveExistingProducts After='InstallValidate' /> <Custom Action='ConfigureIIs' After='CheckWebSiteCommand'></Custom> </InstallExecuteSequence> Following is the detailed log information: DEBUG: Error 2769: Custom Action ConfigureIIs did not close 5 MSIHANDLEs. The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2769. The arguments are: ConfigureIIs, 5, CustomAction ConfigureIIs returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox) Action ended 20:47:23: ConfigureIIs. Return value 3. I searched on the internet and only got the information that I should use Wix3.0/3.5. But, what's the custom action corresponding to 'ConfigureIIs'? Thanks, Chong ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users