Re: [WiX-users] Specifying Backup location

2007-02-13 Thread Bob Arnson
André Pönitz wrote: > Can this be done from inside Wix? If so, how? > See DisableRollback action and DISABLEROLLBACK property in the doc. -- sig://boB http://bobs.org - Using Tomcat but need to do more? Need to support

Re: [WiX-users] Specifying Backup location

2007-02-13 Thread André Pönitz
Bob Arnson wrote: > [...] MSI doesn't let you configure rollback storage except to > disable it entirely. Can this be done from inside Wix? If so, how? Andre' - Using Tomcat but need to do more? Need to support web services

Re: [WiX-users] Specifying Backup location

2007-02-12 Thread Bob Arnson
Ian Couper wrote: I know the WiX installer automatically performs a backup of all files that it overwrites so that a rollback can be performed in case of an error. Is there anyway to specify where those files are stored and is it possible to have them kept after the installer has completed?

[WiX-users] Specifying Backup location

2007-02-12 Thread Ian Couper
I know the WiX installer automatically performs a backup of all files that it overwrites so that a rollback can be performed in case of an error. Is there anyway to specify where those files are stored and is it possible to have them kept after the installer has completed? Thanks -