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
ject: [WiX-users] Vista security Hi, I'm having some small issues with security on Vista. I am running a Custom Action before installation to backup any files that already exist, so they are not lost in the installation. I am using VBS, despite some people's dislike for it, as I k

[WiX-users] Vista security

2008-02-04 Thread RW
Hi, I'm having some small issues with security on Vista. I am running a Custom Action before installation to backup any files that already exist, so they are not lost in the installation. I am using VBS, despite some people's dislike for it, as I know of no better way.