Hello, I'm developing an installer in WiX 2.0, it works well except for one thing ...
I have a CustomAction which launches a configuration application after then installation has been finalized. On XP, this works fine, but on Vista the application window pops up under the installer UI window. I'd like the application window to pop up on top of the installer UI (I'm using Wix_UI_InstallDir). Does anyone know how to make this happen? The CustomAction looks like this: <CustomAction Id='LaunchConfigApp' Execute='deferred' FileKey='configappEXE' ExeCommand='' Impersonate='no' Return='ignore' />""") <InstallExecuteSequence> <Custom Action='LaunchConfigApp' Before='InstallFinalize'>NOT Installed</Custom> </InstallExecuteSequence> Thanks, Hugh ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users