Ben Greene wrote:
>  
> 
> This doesn’t seem to work though.  When I run it either nothing happens, 
> or I get a dialog telling me about the command-line switches msiexec 
> accepts.
> 
>  
>
You can't run an msi from within an msi, so what you're attempting isn't 
going to work.

You have two options:

1. Make an external exe/batch file/whatever which installs them in sequence.
2. Reverse engineer the jre installer using dark and include it in your 
script.

Tony

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to