Hello,
We are using Advanced Installer to deploy a Java application. We need to be able to customize the manifest file of the deplyed exe file. We tried to add a file named [Exe-name].manifest but it is being ignored by Windows. After analyzing the .exe file created by Advanced Installer we noticed that it included an internal manifest file in the exe-file (with assembly name "Microsoft.Windows.AdvancedInstallerJavaClassLoader"). I assume that is the reason Windows ignores our external manifest file. Is there any way we can either modify the internal manifest file or convert it to an external?
Best Regards
Carl