Re: [WiX-users] Help passing properties to Rollback custom action.

2014-01-03 Thread Nicolás Alvarez
El viernes, 20 de diciembre de 2013, escribió: > Hello, > > I have a custom action that moves some deprecated files from an > old install to a temp directory during a major upgrade and I have another > custom action to move them back that runs only during roll back. I am > having trouble a

Re: [WiX-users] Help passing properties to Rollback custom action.

2013-12-22 Thread Blair Murri
on your log) that action must come before SetRollbackData, which means you need that action to be After InstallInitialize instead of before InstallFinalize. -Blair > From: tyler.w.r...@accenture.com > To: wix-users@lists.sourceforge.net > Date: Fri, 20 Dec 2013 16:30:29 + >

[WiX-users] Help passing properties to Rollback custom action.

2013-12-20 Thread tyler.w.reid
Hello, I have a custom action that moves some deprecated files from an old install to a temp directory during a major upgrade and I have another custom action to move them back that runs only during roll back. I am having trouble accessing the two properties set by the first custom acti