Does uninstall from Add/Remove programs also works with this scenario? 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss
Sent: Thursday, September 06, 2007 9:36 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Make User Run exe when the msi is run


Hi 

That Worked perfect

Thanks :)


Rob Hamflett wrote:
> 
> You could put a Condition element under the Product element like this:
> <Condition Message='Please run the exe'>RUNFROMEXE = 1</Condition>
> 
> 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.
> 
> Rob
> 
> Craig0ss wrote:
>> HI There
>> 
>> Im new to .msi installers and WIX and i need to know how to do the
>> following. 
>> 
>> Ive built my installer so i now have my .msi file and my .exe file, i
>> need
>> information on a 'condition'? so that when the user executes the .msi
>> file
>> to install my application it displays a message saying that setup
should
>> be
>> run from the setup.exe instead of the .msi
>> 
>> I would be very greatful on any information on this 
>> 
>> Thank You
> 
> 
>
------------------------------------------------------------------------
-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context:
http://www.nabble.com/Make-User-Run-exe-when-the-msi-is-run-tf4383058.ht
ml#a12517102
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to