Re: [WiX-users] Vista security

2008-02-04 Thread Alexander Shevchuk
stom actions so that immediate custom action is executed before deferred custom action. Regards, Alex -Original Message- From: RW [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 3:26 PM To: wix-users@lists.sourceforge.net Cc: Alexander Shevchuk Subject: Re: [WiX-users] Vista secu

Re: [WiX-users] Vista security

2008-02-04 Thread RW
Thanks for the reply Alex. I have working, but cannot find a way to create a 'unique' filename - hence looking into calling a VBS. The best I can come up with using is appending the version number of the installer. E.g. myfile.1.2.1.1 This is better than not doing a backup, but in our previou

Re: [WiX-users] Vista security

2008-02-04 Thread Alexander Shevchuk
Your custom action declaration does not have "Execute" attribute defined, which means that this is immediate custom action. Immediate custom actions are always impersonated on the server (look for more information here: http://blogs.msdn.com/heaths/archive/2007/07/12/immediate-custom-actions-al