I would like to know if there are tricks/settings that we can apply to speed
up our WiX install project builds?

We build mult-language installers and then geneate the language transforms
.mst's for each language so that we can ship the main English .msi with all
the language .mst files.

Is there any way to speed this process up? Is there anyway to just generate
the English .msi and then geneate all the language .mst's? Or do all
language .msi's have to be generated before we can generate the language
transform .mst's?

We also noticed another issue with doing it this way. We wanted to set
product code generate for every build "*", but noticed that it would
generate a new product code for every language and therefore this caused
issues when applying the language transforms, as they were all created from
language installs with different product codes. So we had to go back to make
sure to use static product codes.

So if we can get it to build just one .msi and all transforms then we can
have a new product code for every build.

Thanks for any help on this request.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-speed-up-multi-language-WiX-install-build-tp7587393.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&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