[WiX-users] Running admin command on Vista after InstallFinalize

2008-02-10 Thread RW
different options set. Does anyone have a working method of running an admin command on Vista after InstallFinalize? Thanks, RW - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual S

[WiX-users] Determine if running from MSBuild bootstrapper

2008-02-08 Thread RW
Hi, Does anyone know how to tell if an MSI was run from the MSBuild bootstrapper? I want to restrict users from running the MSI directly. I cannot see a way of setting an argument or property from the Bootstrapper setup. Thanks, RW

[WiX-users] Determine if running from MSBuild bootstrapper

2008-02-07 Thread RW
Hi, Anyone know how to tell if an MSI was run from the MSBuild bootstrapper? I want to restrict users from running the MSI directly. I cannot see a way of setting an argument or property from the Bootstrapper setup. Thanks, RW

Re: [WiX-users] MsiProductCheck from WiX

2008-02-06 Thread RW
he VC++ runtimes are correctly installed, but they were installed using merge modules so there's actually no need to install anything anyway. You won't find that redist ProductCode so you'll presumably ask someone to run it. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [

[WiX-users] MsiProductCheck from WiX

2008-02-06 Thread RW
Hi, How do you create a based on a MsiProductCheck. I.e. I want the MSI to fail unless the VC++ runtimes are installed. I want to simulate this: Running MsiProductCheck with ProductCode '{FF66E9F6-83E7-3A3E-AF14-8DE9A809A6A4}' T

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

[WiX-users] Vista security

2008-02-04 Thread RW
r is correct by MsgBox'ing it (it is like c:\\program files\\myapp\\backup). So... any ideas why the script cannot create a backup folder? A big thank you for any suggestions :) RW - This SF.net email is sponsored by

[WiX-users] Condition based on INSTALLLOCATION

2008-02-01 Thread RW
27;s looking! I could be totally wrong of course... but in the log file, the INSTALLLOCATION is set much later than any reference to My.XML. Any ideas on what the right way to do this is? Many thanks RW. - This SF.net email i

Re: [WiX-users] Condition runs incorrectly on Repair

2008-01-31 Thread RW
Thanks. Any idea why it would fail on a repair, even though the DLL is still there? -Original Message- From: Sebastian Brand [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 12:40 AM To: RW Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Condition runs

[WiX-users] Condition runs incorrectly on Repair

2008-01-30 Thread RW
present. Any suggestions as to what am I doing wrong? Thanks, RW - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: [WiX-users] Leaving a file on uninstall

2008-01-30 Thread RW
That appears to do what I wanted. Thanks J From: Karthik Krishnan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 5:52 PM To: RW; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Leaving a file on uninstall You can set the File's parent Component's

[WiX-users] Creating backups

2008-01-30 Thread RW
Hi, I am using WiX to replace an existing installer system, and as such, when the installer runs, if there is an existing configuration file (e.g. MyConf.XML), what is the best method to place a copy of that in a Backup folder, preferably renamed with a datetime in the filename? Thanks, RW

[WiX-users] Leaving a file on uninstall

2008-01-30 Thread RW
Hi, How do I have WiX install a file, but then leave it behind when the app is uninstalled? E.g. this is my file: As it changes and will contain important data, I don't want the uninstaller to actually remove it. I know that goes against the concept of an uninstall... :) Thank

[WiX-users] error CNDL0150: Undefined preprocessor variable

2008-01-26 Thread RW
the DataEngineDebug project, I can imagine that it would fail... but what am I doing wrong? I thought adding the references to other projects would enable the preprocessor to correctly use the projects - that is what the help file says. Thanks, RW ---