Hi,
I have an installation package for an Office add-in. I recently upgraded Advanced Installer from 18.9.1 to 19.7 and I noticed that my installer size has increased. I installed both versions and checked the files on disk and I don't think my actual software accounts for this increase so I can only assume it's something to do with Advanced installer. I have two builds in the same project, one an exe and one an msi and the sizes changed like this:
EXE: 7.65 MB -> 9.00 MB
MSI: 4.20 MB -> 5.29 MB
Just for reference once I install the size of the installed files changes only minimally:
11.6 MB -> 11.7 MB
I checked the difference between the old and new AIP files and I noticed that it had added the following two entries that weren't there before:
<COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
<ROW Fragment="Themes.aip" Path="<AI_FRAGS>Themes.aip"/>
<COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
<ROW Name="SoftwareDetector.dll" SourcePath="<AI_CUSTACTS>SoftwareDetector.dll"/>
I understand that SoftwareDetector.dll may be related to the launch conditions, but I don't have any and haven't added any new ones.
I presume Themes.aip is related to the dialogs but again I haven't changed my dialog or theme. I'm using Style6Blue with a Frame type of "System".
Can you give me any idea what's going on here? I tried looking for SoftwareDetector.dll in the Advanced installer program files folder to see how big it was, but I couldn't find it.
Thanks,
LJ