Hi Team,
I want to create an exe type installation package for an MSI program. This MSI program only has an installation progress interface. I hope that the Exe installation program I made provides the following capabilities:
1. This Exe installation program has a welcome page. When you click Next, a custom Action is executed. This Action sets a group policy. Then the MSI installation starts and the MSI installation window is displayed.
2. If the MSI installation fails, it can prompt the installation failure and display an end installation window.
3. After the MSI installation is successful, the end installation window is displayed.
Can you help me provide a demo project? I found that there are too many wizard interfaces in the templates that come with Advanced Installer, and they cannot be deleted.
Thanks,
Andrew