That did not work either :( 
msiexec /i MyApplication.msi /qn WIXUI_LABNAME="TestSilent" WIXUI_LABOWNER="Me" 
WIXUI_LABDESCRIPTION="description" WIXUI_LABACCESS="1" did not work either.

Any other ideas?

Thanks,
Senthil.

-----Original Message-----
From: Rob Hamflett [mailto:rob_hamfl...@sn.scee.net] 
Sent: Thursday, October 11, 2012 12:37 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] execute wix msi through cmd

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to