I have noticed that WiX 2.0 and also 3.0 support NGEN.
http://installing.blogspot.com/2006/06/ ... n-wix.html
do you plan include this feature in your product as well?
We shall investigate this case. Thank you for your suggestion.What about assemblies which are installed into GAC?
Thank youOne more detail is also worth mentioning. If you are using strong-named assemblies, NGen is probably not a gain for you unless they are in the Global Assembly Cache (GAC). The CLR loader does extra validation on strong-named assemblies that aren't in the GAC, which causes nearly every page in the native image to get touched, thereby usually completely eliminating any startup gains that would be realized through the use of NGen. http://msdn.microsoft.com/msdnmag/issues/05/04/NGen/