Re: [WiX-users] Need some help on Deferred Custom Actions

2011-12-08 Thread Castro, Edwin G. (Hillsboro)
b.herm...@nicewareintl.com] > Sent: Thursday, December 08, 2011 1:20 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Need some help on Deferred Custom Actions > > I've got a deferred custom action that I need the installer to run after > &q

Re: [WiX-users] Need some help on Deferred Custom Actions

2011-12-08 Thread Robert Hermann
I've got a deferred custom action that I need the installer to run after "InstallFinalize" as I need it see a directory... Is this possible ??? Note: It used to be immediate but I'm trying to get the installer to work with UAC ( to get proper elevation) so I'm setting it to Deferred ...

Re: [WiX-users] Need some help on Deferred Custom Actions

2011-12-08 Thread Hoover, Jacob
So reschedule the SetProperty CA to be before InstallFinalize. Not Installed Not Installed -Original Message- From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] Sent: Thursday, December 08, 2011 9:44 AM To: General discussion for Windows Installer XML to