Here's something strange: <CustomAction Id="QtExecInstallCmdLineSet" Property="QtExecInstallCmdLineRun" Value='"[INSTALLFOLDER]xxx.exe" install'/> <CustomAction Id="QtExecInstallCmdLineRun" Impersonate="yes" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" />
<CustomAction Id="QtExecUninstallCmdLineSet" Property="QtExecUninstallCmdLineRun" Value='"[INSTALLFOLDER]xxx.exe" uninstall'/> <CustomAction Id="QtExecUninstallCmdLineRun" Impersonate="yes" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="check" /> <InstallExecuteSequence> <Custom Action="QtExecInstallCmdLineSet" After="InstallFiles">Not Installed</Custom> <Custom Action="QtExecInstallCmdLineRun" After="QtExecInstallCmdLineSet">Not Installed</Custom> <ScheduleReboot After="QtExecInstallCmdLineRun" /> <Custom Action="QtExecUninstallCmdLineSet" Before="RemoveFiles">Installed</Custom> <Custom Action="QtExecUninstallCmdLineRun" After="QtExecUninstallCmdLineSet">Installed</Custom> </InstallExecuteSequence> Placed inside the Product tag, this works, but in a fragment <Fragment> </Fragment>, it does not. Why? Thanks, Tim ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users