Windows installer pops up briefly after launching app built in VB6 
Author Message
 Windows installer pops up briefly after launching app built in VB6

I tried removing all dependencies that aren't shipped by microsoft and the
installer still pops up after running my application.
If I build a standard exe and run it the Windows Installer does not appear.
What else can I do to narrow it down?

Thank you



Sun, 07 Aug 2011 01:04:05 GMT  
 Windows installer pops up briefly after launching app built in VB6
For Windows Installer questions try here:

microsoft.public.platformsdk.msi

Quote:
> I tried removing all dependencies that aren't shipped by microsoft and the
> installer still pops up after running my application.
> If I build a standard exe and run it the Windows Installer does not
appear.
> What else can I do to narrow it down?

> Thank you



Sun, 07 Aug 2011 02:30:07 GMT  
 Windows installer pops up briefly after launching app built in VB6
I'm not using windows installer for my app (inno). For some reason the
installer dialog flashes a few times when my application first starts. I
don't know where to begin as I'm not even using windows installer.

Thanks


Quote:
> For Windows Installer questions try here:

> microsoft.public.platformsdk.msi

>> I tried removing all dependencies that aren't shipped by microsoft and
>> the
>> installer still pops up after running my application.
>> If I build a standard exe and run it the Windows Installer does not
> appear.
>> What else can I do to narrow it down?

>> Thank you



Sun, 07 Aug 2011 04:37:17 GMT  
 Windows installer pops up briefly after launching app built in VB6

Quote:
> I'm not using windows installer for my app (inno). For some reason the
> installer dialog flashes a few times when my application first starts. I
> don't know where to begin as I'm not even using windows installer.

  Oh. That's odd. I don't understand your description,
though. You said if you just "build a standard EXE"
then it's fine. It sounded like you were saying that
only the installed version is acting up. But that's an Inno
install? Weird.

   You might still get help in the MSI group... or even the
Inno forum. I've seen similar questions in the MSI group,
with people who *are* using W.I. If I  remember correctly,
the cause then is typically a damaged/aborted install, causing
Windows Installer to jump in every time the program is run.

   Sorry that I don't have a better answer. If it were me
I think the first thing I'd look into is to try to figure out
what, if any, installed program is connected with the
W.I. invocation. Then try re-installing that.



Sun, 07 Aug 2011 07:20:52 GMT  
 Windows installer pops up briefly after launching app built in VB6


|  Oh. That's odd. I don't understand your description,
| though. You said if you just "build a standard EXE"
| then it's fine. It sounded like you were saying that
| only the installed version is acting up. But that's an Inno
| install? Weird.
|
|   You might still get help in the MSI group... or even the
| Inno forum. I've seen similar questions in the MSI group,
| with people who *are* using W.I. If I  remember correctly,
| the cause then is typically a damaged/aborted install, causing
| Windows Installer to jump in every time the program is run.
|
|   Sorry that I don't have a better answer. If it were me
| I think the first thing I'd look into is to try to figure out
| what, if any, installed program is connected with the
| W.I. invocation. Then try re-installing that.

Yeah, it doesn't matter if the OP is using WI or not.  It has to do with
shared files, and sometimes other appilications installed by MSI that share
VB runtimes will trigger the MSI to repair it's installation if some of
those files are damaged or missing.

For example, Office install the mso.dll in common files.  So does FrontPage,
even tho it's technically not part of Office.  Since both are installed by
WI, if that file is damaged, deleted, whatever the launch of with
application will instruct the MSI to attempt to replace/replair the mso.dll
file.  Typical MSFT logic.

AFAIK, the only thing the OP can do is track down and remove whatever other
program is sharing the files with VB.  It's happened to me and a few of my
end users on occasion when someone who used WI to install their app didn't
set it up properly.  I've used RegClean before, but it's not something I
would recommend to others unless they backup their regsistry.



Sun, 07 Aug 2011 07:40:30 GMT  
 Windows installer pops up briefly after launching app built in VB6
Hi Jim,

This usually occurs around activex components that other apps may have
updated or installed. I recall having similar problems on one system after
installing VB6 on it.  The solution was to run a "repair" on another
program's installer. I can't recall if the other installer was Office or
Visual Studio etc, but there must have been some indication each time I
opened VB6.   I usually install these things in the order they were
released, and then don't get any such problems.


Quote:
>I tried removing all dependencies that aren't shipped by microsoft and the
>installer still pops up after running my application.
> If I build a standard exe and run it the Windows Installer does not
> appear.
> What else can I do to narrow it down?

> Thank you



Mon, 08 Aug 2011 09:16:24 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Windows Installer launching during build

2. Office 2000 Installer Launches with VB App

3. Error while building windows service with installer

4. Launching and Monitoring a 16-bit Windows app from VB5 application running on Windows NT 4.0

5. Launching and Monitoring a 16-bit Windows app from VB5 application running on Windows NT 4.0

6. Pop-ups in MS Office

7. get windows installer version in vb.net app

8. Windows Installer or Script based installer????

9. pop-ups

10. Pop-ups in TreeView

11. downloading file without pop-ups

12. Pop-ups

 

 
Powered by phpBB® Forum Software