I think I understand that standard command line parameters that MSI support
are automatically passed to each package in the bootstrap application. And
it sounds like others can be passed but I need to specifically add it to the
MsiProperty. However, I'm not clear how to do this.

Here is my example; I  have an MSI that I don't want installed on Windows 8.
It thus checks VersionNT to prevent it. However, if I include WIN8=1 as an
MSI command line, I allow it to override this check.

Now, how do I get this from a bootstrap command parameter to the MSI?

I would assume the command line of:

MyBA.exe WIN8=1

and

<MsiProperty Name="WIN8" Value="????">

How do I get it into Value?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-command-line-parameters-tp7323306p7323306.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to