Re: [WiX-users] How to rollback installation after ApplyComplete event

2015-06-11 Thread Phill Hogland
Look at this wip , which I understand was implemented in wix 3.9. I have not used this feature, but seems like what you are looking for. -- View this message in context: http://windows-instal

Re: [WiX-users] How to rollback installation after ApplyComplete event

2015-06-11 Thread Rob Mensching
al Message- From: Jiri Tomek [mailto:katu...@volny.cz] Sent: Thursday, June 11, 2015 7:32 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to rollback installation after ApplyComplete event Hello, I do some post-install configuration of installed product as part of installation and f

[WiX-users] How to rollback installation after ApplyComplete event

2015-06-11 Thread Jiri Tomek
Hello, I do some post-install configuration of installed product as part of installation and for user it still looks like install itself. When I got ApplyComplete event and I know that product is installed I run configuration that may take few minutes. I still want to allow user to cancel it and ca