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
- :
- Installer pops when application runs
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
‎May 07, 2012
08:17 PM
Installer pops when application runs
I have the following problem when I try to install/run an application with UAC:
1) If I disable UAC and install, the application would run properly after installation
2) If I switch on UAC, then run the application that I had just installed, when I click on some buttons on the GUI of the application, a pop-up with a progress bar would show. It was as if an installation process was triggered.
3) When that process was triggered, if I hit [Cancel] the application would continue to function.
Has anyone encountered this problem? I am reading up on UAC, any hint would be appreciated.
Thank you.
1) If I disable UAC and install, the application would run properly after installation
2) If I switch on UAC, then run the application that I had just installed, when I click on some buttons on the GUI of the application, a pop-up with a progress bar would show. It was as if an installation process was triggered.
3) When that process was triggered, if I hit [Cancel] the application would continue to function.
Has anyone encountered this problem? I am reading up on UAC, any hint would be appreciated.
Thank you.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 08, 2012
12:59 PM
Assuming you are working with a Windows Installer based project (Basic MSI or InstallScript MSI), this is likely a Windows Installer auto repair operation being triggered. More information can be found in the following articles:
INFO: Description of Resiliency in Windows Installer
Searching for a Broken Feature or Component
INFO: Description of Resiliency in Windows Installer
Searching for a Broken Feature or Component
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 09, 2012
01:34 AM
This happens when some component that Windows Installer installed gets corrupted. Allow Windows Installer to repair the application and see if the issue gets resolved. You can then view the log and see what was actually repaired. The log file can be found in some random directory in %temp%.
One of the basic reasons for having Windows Installer as a SERVICE is that it can constantly monitor the health of apps it installed.
One of the basic reasons for having Windows Installer as a SERVICE is that it can constantly monitor the health of apps it installed.