This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Upgrade does not pop installer warning
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 08, 2008
12:09 AM
Upgrade does not pop installer warning
Hi,
i have this issue and m not aware how to fix it.
Whenever i install the latest build of the MSI file over the previous build with the application running,the installation (rather upgrade) takes place without giving a pop up or warning such as " required files in use, please shut down the application for the installation to take place".
I want the warning to pop up.How can i get it done??
Please help.
Regards
Soma
i have this issue and m not aware how to fix it.
Whenever i install the latest build of the MSI file over the previous build with the application running,the installation (rather upgrade) takes place without giving a pop up or warning such as " required files in use, please shut down the application for the installation to take place".
I want the warning to pop up.How can i get it done??
Please help.
Regards
Soma
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 08, 2008
11:49 AM
What type of project is it? I'm no expert but I think if it's an InstallScript MSI you can customize the OnResumeUIBefore function to see if it's running etc. Or for a plain InstallScript project customize OnUpdateUIBefore. You can call the abort function if your code decides its not safe to do an upgrade.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 08, 2008
10:27 PM
I am working on Basic Install MSI project.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 10, 2008
03:50 PM
The MSI help topic "InstallValidate Action" describes what happens automatically; as a result of the FilesInUse dialog box not being displayed, is your installer prompting for a reboot at the end?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2008
05:30 AM
No, my installer does not pronpt for a reboot at the end of the installation.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 14, 2008
08:53 AM
MSI displays the in-use dialog box (and, if the user ignores the warning, a reboot dialog box at the end) only if the file is actually going to be replaced (or uninstalled). Perhaps the executable isn't going to be overwritten?