Regarding the general issue of long build cycles, I found that I could
decrease the build time by making sure that each MSI project will
incrementally build.  The use of wixlibs for code common to MSI packages and
common to bundles also helped the build process.  I make sure that the
bundle is built every time anything else was changed, and avoid incremental
builds of bundle.exe.  I also found that minimizing preprocessor use and
providing -I compiler Include paths and -b linker paths seemed to improve
the build time.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-read-an-MSI-s-Product-GUID-from-Bootstrapper-Application-tp7593246p7597008.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to