Classification: Public
Be nice for all these nice additions that people are writing themselves into 
the WIX burn/bootstrapper engine :) It is all OpenSource :)

Steve

-----Original Message-----
From: tom [mailto:tomer.d...@intergraph.com]
Sent: April-10-13 1:47 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Accessing command line parameters


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




This message has been marked as Public by Steven Ogilvie on April-10-13 1:54:33 
PM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.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