Re: [WiX-users] Help with custom action during rollback.

2013-12-17 Thread Steven Ogilvie
about the WiX toolset. Subject: Re: [WiX-users] Help with custom action during rollback. You may need to use early upgrade scheduling, but the major upgrade mechanism should be able to do that far more reliably than a custom action. To boot, it stores things as rbf files which facilitates rolling

Re: [WiX-users] Help with custom action during rollback.

2013-12-17 Thread John Cooper
To: wix-users@lists.sourceforge.net Subject: [WiX-users] Help with custom action during rollback. Hello, I have a custom action that removes some deprecated files when upgrading an older InstallShield install, but I can't get my rollback custom action to run and put them back. Below

[WiX-users] Help with custom action during rollback.

2013-12-17 Thread tyler.w.reid
Hello, I have a custom action that removes some deprecated files when upgrading an older InstallShield install, but I can't get my rollback custom action to run and put them back. Below is how I have defined my actions in the WXS file and scheduled them.