Hi All,

I have created MSI file using WIX.

Generated EXE using 'setupbld.exe' for created MSI.
following command is used for creating EXE.
Command: setupbld.exe -out c:\Setup.exe -mpsu c:\myMSI.msi -setup setup.exe
-title "setup"

For installing this EXE used following command from command line
Setup.exe /msicl VAL="abc"

using the above command it was displaying UI.

For installing silently from command prompt, it shows an error
error: the process terminates unexpectedly.

Setup.exe /msicl -s /msicl VAL="abc"

How to run Setup.exe silently from command prompt?

Could anyone help me on this?

Thanks in advance...
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to