You can implement the bootstrapper to launch the .msi package using
the command line 
msiexec /I {package.msi} PROPERTY1=value1 PROPERTY2=value2.
        However, if you do this, you have to manually manage all specific
scenarios (upgrade, uninstall, patch, etc).
        A better solution is to encapsulate the code to retrieve specific
information in custom actions and drop the bootstrapper altogether.
        
        Dan

-----Original Message-----
From: Vadym Verba [mailto:vve...@sdl.com] 
Sent: Friday, February 18, 2011 6:07 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Burn: Planning: package customization

Hello.

I want to write Bootstrapper Application that gathers information about
DataBase, COM+ user etc. so I need to pass this data to appropriate package
(.msi) when it actually executes. I could find <MsiProperty> child node
nested into <MsiPackage> which allows pass data and it couldn't be changed,
but I didn't find any possibility to make it works in BA. None of Planning
events receive data to customize package. Is there any alternative way?

Best regards!

Vadym.

</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com/sdl-vision";><img
src="http://www.sdl.com/images/email_new_logo.png"; alt="www.sdl.com"
border="0"/></a>
<BR>
<font face="arial"  size="2"><a href ="http://www.sdl.com/sdl-vision";
style="color:005740; font-weight: bold">www.sdl.com/sdl-vision</a></font>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires
that you delete it without acting upon or copying any of its contents, and
we further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
7DY, UK.
</font>
----------------------------------------------------------------------------
--
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


------------------------------------------------------------------------------
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