Hi,

I have an existing VS2010 setup project that currently builds an msi installer 
for an active x component, and then packages the msi with an inf into a cab 
file.  I'm trying to migrate this behavior to Wix so I can script this and 
include in our automated build process.

I used dark to decompile the msi file that was being build from visual studio.

If I specify EmbedCab="yes" in the Media section, then I get no cab file.
If I specify EmbedCab="no" in the Media section, then I get the individual dll 
files that make up the msi installer.

What I'd like to do is stay compatible with my current version of the cab file 
– that just includes the msi file with an .inf file.  I can't seem to find the 
correct way to edit my .wxs file to get this setup.

What am I missing?  Is there a good example somewhere that shows how to set 
this up?
Thanks,
Beth

________________________________


This email and any files transmitted with it are confidential & proprietary to 
Systems and Software Enterprises, LLC. This information is intended solely for 
the use of the individual or entity to which it is addressed. Access or 
transmittal of the information contained in this e-mail, in full or in part, to 
any other organization or persons is not authorized.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to