Hi,
I have created two releases (msi's) for my application using the same .aip file (just some souce files are different between the two versions) to ensure consistency. The product version number is also the same so patching should be possible. However, when I try to build a patch, I get the following output:
---START OF OUTPUT---
Building package: D:\PatchTest\2_16-2_17.msp
Running MSI patch compatibility tests...
Warning: Changed component ID. Component ID for "uddi" was "{C523A460-58D4-4B1B-AF2F-E736419BF9BA}" in target "D:\PatchTest\ADC_2_16\Installer\setup.msi" and now is "{8A6AACFC-B658-48F0-9DCD-87CAA32FBC97}" in upgraded "D:\PatchTest\ADC_2_17\BaseInstaller\Installer\setup.msi".
unknown exception
Build finished because an error was encountered.
---END OF OUTPUT---
I guess I have two questions:
1. How do I prevent the component id from changing or how do I fix it if this happens?
2. What is causing the unknown exception? Surely a warning will not cause and exception so it must be something else I have missed?
AI version number: 4.6
Thanks
Anthony