I would like to launch my application immediately after the installer
reboots. Is setting a runonce registry the best way to do this? If I have a
scheduled reboot, can I make my UI continue and prompt the user to "launch
the application" now?

    <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>
------------------------------------------------------------------------------
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

Reply via email to