Re: [WiX-users] Continue logging after a force reboot during the install

2012-06-20 Thread victorwhiskey
So my understanding is even using AFTERREBOOT or RESUME, I would still have to condition all the dialogs and actions so that they don't run after the REBOOT correct? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Continue-logging-after-a-force-reboo

Re: [WiX-users] Continue logging after a force reboot during the install ()RESUME)

2012-06-20 Thread Wilson, Phil
AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Continue logging after a force reboot during the install Also, how is the RESUME property used/related to AFTERREBOOT proptery? Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com

Re: [WiX-users] Continue logging after a force reboot during the install

2012-06-20 Thread Wilson, Phil
[WiX-users] Continue logging after a force reboot during the install Sorry Bob, can you give me an example of using the AFTERREBOOT property and how to skip to the last position before reboot? Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Contin

Re: [WiX-users] Continue logging after a force reboot during the install

2012-06-20 Thread victorwhiskey
Also, how is the RESUME property used/related to AFTERREBOOT proptery? Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Continue-logging-after-a-force-reboot-during-the-install-tp7578946p7578971.html Sent from the wix-users mailing list archiv

Re: [WiX-users] Continue logging after a force reboot during the install

2012-06-19 Thread victorwhiskey
Sorry Bob, can you give me an example of using the AFTERREBOOT property and how to skip to the last position before reboot? Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Continue-logging-after-a-force-reboot-during-the-install-tp7578946p757

Re: [WiX-users] Continue logging after a force reboot during the install

2012-06-19 Thread Bob Arnson
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 w

[WiX-users] Continue logging after a force reboot during the install

2012-06-19 Thread victorwhiskey
Hello, How can I continue logging if during the install I force a reboot, then the installer resumes after reboot? 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 conditio