Hi,
The problem occurs only for projects which contain customized FatalError dialogs. So the first approach would be to use Themes page in version 8.5 to change to another theme and then change back. This way you will reset FatalError dialog to its original settings and version 8.6 should load it correctly.
Another approach is to edit the .AIP file manually. Basically, you should remove all references to FatalError dialog (controls are the most important ones):
- open your .AIP (project) file with a text editor
- find this component:
Code: Select all
caphyon.advinst.msicomp.MsiControlComponent
- delete all ROW elements that use
FatalError in "Dialog_" attribute
- save your changes and open the project in Advanced Installer
This way you are resetting FatalError dialog to its default state.
Finally, the easiest solution is to send us the .AIP to
support at advancedinstaller dot com and we will fix it for you.
Regards,
Cosmin