On 19-Jun-12 17:45, victorwhiskey wrote:
> How can I continue logging if during the install I force a reboot, then the
> installer resumes after reboot?
There's no way native to MSI to do that (though it is supported with 
Burn). With MSI 4.0 and later, you can use the MsiLogging property but 
it will start a new log with an unpredictable name.

> Also, after the reboot, how can I resume
> the installer to the last position before reboot instead of running the
> installer from the beginning again?  I don't want to have to condition every
> dialog and action that can possibly be ran.  Is there a better way?
No. That's what the AFTERREBOOT property is for.

-- 
sig://boB
http://joyofsetup.com/




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