I'm trying to pass variables into a burn bundle like this:

MyInstaller.exe SOME_VARIABLE=true

I found a thread saying that variables passed into a burn bundle are given to 
the BootstrapperApplication, which may create variables from them.  I'm using 
WixStandardBootstrapperApplication.RtfLicense as my BootstrapperApplicationRef. 
Does this not create Variables from values passed in like this? The logs show 
no such variable being created.

If I add <Variable Name=" SOME_VARIABLE " Type="string" Value="false" />, then 
the value is simply false.

Thanks,
Ian
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to