Yes, they get bound in.  My case is to support stuff that I want to be 
different from installer to installer.  Also, there are runtime special cases 
like SqlPackage deployment where you may need to copy a special DACPAC into the 
deployment directory based on the version of the SQL Server on the remote 
deploy.

I also understand that my sample is C#, but the principal--load the appropriate 
ID from the Binary Table, load the absolute path you want the file to appear 
as, and then getting the file from the table--remains the same.

--
John Merryweather Cooper
Build & Install Engineer - ESA
Jack Henry & Associates, Inc.®
Shawnee Mission, KS  66227
Office:  913-341-3434 x791011
jocoo...@jackhenry.com
www.jackhenry.com 




-----Original Message-----
From: Christopher Painter [mailto:chr...@iswix.com] 
Sent: Tuesday, April 30, 2013 9:32 AM
To: General discussion for Windows Installer XML toolset.; 
wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Extract Binary file from MSI C++

C#/DTF custom actions have a really nice story to support this without writing 
a lick of code.  You just add the files to the MSBuild project as
Type: Content Action: Copy Always  and they will show up in the current 
directory at execution time.

I wonder how much work it would be to get the C++ CA projects to support this 
also. 

----------------------------------------
 From: "TimM" <timmay...@smarttech.com>
Sent: Tuesday, April 30, 2013 8:58 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Extract Binary file from MSI C++

Natalie, I have basically the same task where we have about 5 files within the 
binary table that need to be extracted so that we can trigger a custom actions 
that depends on all 5 files existing in the same folder.

So I would like to know if you have this working correctly and if so would you 
be able to supply your solution?

Thanks.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Extract-Binary
-file-from-MSI-C-tp7582039p7585498.html
Sent from the wix-users mailing list archive at Nabble.com.

----------------------------------------------------------------------------
--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 
100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead Download 
for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 
100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead Download 
for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to