I'm using Advanced Installer professional edition for a small windows application.
I wondering if it is possible to run a custom action when the installer is executed and the product is already installed (and up to date) ?
Usually when you run the installer you either get the "Another version product already installed" message, or nothing happens. From what I understand it's MSI which does this automatically, but I was hoping there would be some way to get around it since Advanced Installer can wrap the MSI in it's own exe-file.
What i would like to do is start the application if it's already installed. I already auto-start the application after the normal installation completes, but I would like the installer to always start the application when run.