On 18-Feb-11 11:23, John Robbins wrote:
> As I need a boot strapper to install a bunch of third party components as 
> well as my various MSI files as well. Because Burn installs the .MSI files 
> silently, I need to set have my UX/BA do the prompting for databases, web 
> sites, etc. That's easy, but what's not clear is how I can get those values 
> into the MSI command lines Burn runs? Looking at the IBootstapperEngine.h and 
> IBootstrapperApplication.h it doesn't appear to have an APIs that let you do 
> that.
Use MsiProperty children with Value values that refer to Burn variables. 
Your UX can call IBootstrapperEngine::SetVariable* and Burn will 
evaluate the MsiProperty/@Value when it builds the command line for 
install/etc.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to