Standalone Exe Runs Windows Installer

C

clr

I have several Standalone Exe's created using VB6 running
on clients using Windows 98, XP, and 2000. The original
versions of these Exe's have been running on these systems
for years. Since all of the components are in place an
minor bug fix is frequently distributed by copying the exe
down to the client machine. Recently one of the exe's was
recompiled and copied onto a Windows 2000 machine but now
everytime the standalone exe is executed Windows Installer
runs. Help?
 
C

Carolyn Napier [MSFT]

If you are having repeated invocations of an install, the best bets for
diagnosing the problem are to check the Application Event Log and generate
verbose log files. Try following the steps indicated in the Windows Installer
FAQ
http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx.
Specifically, find the "TroubleShooting" section with the question "Every time I
launch my application, Windows Installer performs an installation. How can I
determine the cause of the on-demand installation?"

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer team

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.asp>
 
C

clr

Thank You - this information was helpful. I found an instance of a bad path
in a shortcut that was causing the problem.

clr
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top