Hi -
I'm using Advanced Installer (AI) to create an install program for my VB.NET application, and I have run into a couple of problems:
1. When I run the install created by AI, there is a very long delay before the Welcome dialog is displayed. If I do not have Silent install of prerequisites checked, then the delay is about 20 seconds between clicking the Finish button on the Prerequisites dialog and display of the Welcome dialog. Checking Silent install of prerequisites doesn't help; there is a delay of about 30 seconds between launching the install and display of the Welcome dialog. During the 20-30 second delay, nothing is on the screen, and the user is left to wonder whether anything is happening.
How can I eliminate this intolerable delay??
2. I can't get an executable custom action to run in the Uninstall. I have a small executable that I'm trying to have run when my product is uninstalled. The custom action pointing to the executable is in the Uninstall folder on the Custom Actions screen. I've tried putting that executable in the TARGETDIR or in the Windows SystemFolder. In both cases, it seems that the executable gets deleted by the uninstall before my custom action is triggered. In the custom action, I've checked 'Synchronous execution, ignore return code.'
If I manually run another copy of the executable after the uninstall is complete, it runs fine.
How can I get an executable custom action to run in the Uninstall?
Please help.
- Jeff