The msiexec command line is what it is, it belongs to Microsoft so you
can't invent a new format because you don't want the existing one.
It's normal to have a command line something like ACCEPTEULA=Yes where
ACCEPTEULA is the property you invent to mean that the agreement is
accepted. There's typically a declaration of that property with the
value "No" as the default. That's a specific case of the general
customization of the command line as <propertyname. = <value> .

It doesn't look right that your examples have /x in the command line
because that's the argument that means uninstall the product.
---------------
Phil Wilson


On Fri, Jun 13, 2014 at 5:21 AM, Dolevo Jay <c...@live.com> wrote:
> Hi all,
> In the interactive mode, user needs to accept end-user license agreement by 
> clicking on the checkbox, which is fine. I have now the silent installer 
> where I want to have a command line parameter which indicated that the user 
> accepts the end-user license agreement when the parameter is used.
> Normally I use the following command line to trigger the silent 
> installer,msiexec.exe /x setup.msi /qn
> What I want is msiexec.exe /x setup.msi /accept /qnor msiexec.exe /x 
> setup.msi -accept /qnormsiexec.exe /x setup.msi /qna
> Whatever possible is fine for me. Could you please tell me if there is a 
> guide for this? I have found a guide for having a parameter but like 
> accept=true, which I don't want.
> Thanks.
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to