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
- :
- Open App Launches Different Install
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 19, 2012
10:07 AM
Open App Launches Different Install
I have a strange problem. After installing my application, when I launch my SQL Server client (which was already installed), it invokes the installation for my application! My application works just fine.
What could cause a problem where trying to run one applications invokes the installer for a completely different, unrelated application?
Any feedback will be greatly appreciared!
THANKS!
What could cause a problem where trying to run one applications invokes the installer for a completely different, unrelated application?
Any feedback will be greatly appreciared!
THANKS!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2012
03:14 PM
Assuming your installation is a Basic MSI installation, it sounds like Windows Installer is trying to repair your product (or maybe a redistributable that is installed with your product). The Event Viewer may have some clues about what is going on. It logs events where Windows Installer (logged as the MsiInstaller source) is trying to reinstall or repair something. That would help in troubleshooting the issue.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 19, 2012
03:40 PM
To expand on Debbie's comment, this InstallTalk blog post and its comments discuss what's going on: http://blogs.flexerasoftware.com/installtalk/2011/02/you-again-understanding-windows-installer-msi-self-repair.html.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 22, 2012
09:35 AM
Thank you Debbie and Robert!
This is BASIC MSI (I should have mentioned that), so the information you've provide looks like it will help.
This is BASIC MSI (I should have mentioned that), so the information you've provide looks like it will help.