Hi,
I am using AI to install an application that is 250MB once installed. This is made of of many small files and takes a long time to build each release. We have now started to use the msp approach to patching and the process of building the "before" and "after" releases and then generating a very small patch takes a long time.
I know that the vast majority of my code will not change from release to release (as it is third party code which we do not touch). Is there a way to precompile this part of the code so that the msi/msp file does not have to regenerate that part each time?
I have looked at merge modules (although not actually tried them). However, these still seem to need to be assimilated into the msi each time so my issue is not solved.
I thought that one way might be to wrap an installer (of the core code) within the main installer but do not know if:
a) that is a good idea or not; and
b) how to do it
Any suggestions are most welcome
Thanks
Anthony