conkerjoe wrote:
> 
> the first being, i do not want the user to launch the msi standalone, this
> is easy, now the MSI is expecting a parameter RUNFROMEXE=1 before it will
> run. my issue is i cannot get the setup.exe to pass this to the msi when
> launching it. 
> 

Hi, 

I couldn't find any way to provide RUNFROMEXE from Setup.exe. Besides this
RUNFROMEXE=1 could be added to command line of msiexec too.

What I would try is to do the prerequesites check within the msi again (and
remove RUNFROMEXE). With an appropriate message to use setup.exe instead of
msi when the condition fails.
See: http://www.wixwiki.com/index.php?title=NetFxExtension

hth

Dominik

-- 
View this message in context: 
http://www.nabble.com/Frustrating-Bootstrapper-problem-tf4435226.html#a12654892
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to