I've encountered a problem. Our product mainly contains tow folders:
Portal、ApplicationServer. We plan to ship several different kinds of
versions: standalone version, server version, client version.
Standalone version need to put the ApplicationServer folder under the
Portal directory. Server version only needs the ApplicationServer
folder while the client version only needs the portal folder. Thus we
need three .msi, but my boss told me that put all corresponding
folders into each .msi took too much time(we are doing a daily build,
the build process should be as fast as possible). I wonder if i can
reuse the cabinets to speed up the process. I mean i want to know
whether or noet i can do it in this way: First, build two
cabinets(with cabarc?):Portal.cab and ApplicationServer.cab. Then, i
build three .msi: standalone.msi, server.msi, client.msi, all the .msi
use "outsourced" cabinets(EmbedCab="no"?).
  I studied light.exe -cc -reusecab for several days but didn't make
it. If anyone can shed some light on this it would be really
appreciated.

Many Thanks
Frank Cheung

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to