Hi there,
I've followed the steps at http://www.advancedinstaller.com/user-g ... ation.html and have my custom action executing after InstallFinalize. However this is still happening during a Windows Installer session, so when my EXE tries to install another MSI it is unsuccessful. Ideally I would like for the bootstrapper to run my EXE after it's done with Windows Installer - is this possible? I've tried the post-install steps - but this doesn't let me use an installed EXE, and also keeps writing "pre-requisite" in the UI whereas I want some custom text (e.g. "Please complete the configuration wizard once it loaads").
Thanks for any help!
Eugene