I was able to access the command line paramaters from my managed bootsrapper

suggested to either use extension method or define an inteface IYourCommand
which wrap the Command

This will allow you to create unit tests as well


I implemented something like this

 this.Command.GetCommandLineArgument("InstallFolder");

Also i was able to get burn variables value:

engine.StringVariables[name];

If you need help drop me an email.





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

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to