0
votes

I have developed an installer using Advanced Installer.I have a GUI which is a .exe file which I want to launch after the execution completes.

I tried adding the .exe to post installation but the .exe is launched midway when the installation has not finished and when I close the GUI button the installation completes. I want that when the installation is complete,the GUI(.exe) file should be launched

I also want that on the click of launch application button at the end of the installation should launch the GUI

When I click the launch application button it opens the folder SYSWOW64

I found few solutions to this,I tried all of them but nothing seems to be working for me at the moment.

Thanks,

Regards

2

2 Answers

1
votes

It's going to be a custom action, right? So if it runs too early, why can't you just sequence it later, maybe after InstallFinalize.

Do you need a button to say launch it? Why not just run it?

1
votes

You have multiple options to launch the application at the end of the installation using Advanced Installer. The article I linked explains all of them.