Try this:
msiexec /i MyApplication.msi /qn WIXUI_LABNAME=TestSilent 
WIXUI_LABOWNER=Me WIXUI_LABDESCRIPTION=description WIXUI_LABACCESS=1

Rob

On 10/10/2012 22:34, Senthil Chandran wrote:
> I wrote a wix project that generates a msi to execute my exe.
> Part of the installer, I collect data from users that I pass on to my exe. It 
> works fine when I run the installer UI.
>
> Is there a way to run the installer from cmd without launching the UI, but 
> still collect the data from users through arguments and pass it to my exe?
> I tried this and it is not working
>
> MyApplication.msi /qn [WIXUI_LABNAME="TestSilent"] [WIXUI_LABOWNER="Me"] 
> [WIXUI_LABDESCRIPTION="description"] [WIXUI_LABACCESS="1"]
>
> Thanks,
> Senthil.
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
>



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to