Re: [WiX-users] Run my Setup.exe file if user clicks the MSI file

2007-09-24 Thread Wilson, Phil
It's not that odd - MSI 4.5 has this kind of thing. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Magus Sent: Saturday, September 22, 2007 5:18 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Run my Setup.exe file if

Re: [WiX-users] Run my Setup.exe file if user clicks the MSI file

2007-09-24 Thread Craig0ss
with the code that Rob left you may wish to put "or Installed" after it, this will allow the add remove programs to successfully remove your app, with the current code, the app wont install unless the setup.exe is run, however if you try to remove using add remove programs you get your error msg "

Re: [WiX-users] Run my Setup.exe file if user clicks the MSI file

2007-09-24 Thread Rob Hamflett
From a previous post: "You could put a Condition element under the Product element like this: RUNFROMEXE = 1 When you call msiexec from the exe be sure to pass RUNFROMEXE=1 as an argument. Double-clicking the MSI file obviously won't provide this argument, and so the launch condition will fail."

[WiX-users] Run my Setup.exe file if user clicks the MSI file

2007-09-22 Thread Magus
Ok, this might sound a bit odd, but I would like my installer to run my setup(bootstrapper) if the end-user clicks the MSI. What exactly would I need to setup in order for the Installation to Execute the Setup program and close itself without erroring. -- View this message in context: http://ww