PDA

Click to See Complete Forum and Search --> : Install issue???


birthjay
Dec 14th, 2006, 10:32 AM
Hello,

I have vb installation that installs everything fine....but if I delete a (non-essential) file such as a bitmap and then try to start my program....the windows installer starts up. It seems as though the program is looking for every file in my install directory. What could be happening here? The files I am trying to delete are not needed by the actual application. They are just additional files that are intalled to the apps folder.

So in summary..why does windows installer start when I try to start my app....if I delete a non-essential file that was installed during initial installation?

Thanks!

sessi4ml
Dec 14th, 2006, 10:45 AM
Did you change the SetUp.Lst file ?

Hack
Dec 14th, 2006, 10:54 AM
Moved to Application Deployment.

What package did you use to make your installation and setup files?

randem
Dec 14th, 2006, 01:30 PM
What are you using to install with? it obviously isn't PDW or Inno Setup since you mention that the Windows Installer starts up. More details are needed.

birthjay
Dec 14th, 2006, 02:36 PM
I am using the Enterprise edition of Visual Basic Installer.

randem
Dec 14th, 2006, 02:48 PM
Now is the Windows Installer that starts for your app or some other app?

birthjay
Dec 14th, 2006, 03:29 PM
Windows Installer

see pic

randem
Dec 14th, 2006, 03:39 PM
Yes, we got that but what is it attempting to install. That usually happens if you attempt to access some component in Windows/Office that is not installed.

What does your app make referenes to?

birthjay
Dec 15th, 2006, 09:23 AM
It trys to install my application again. The senerio is.... I install my application (OK).... I browse to the applications folder (OK)..... I delete a non-essential file such as a bitmap file (OK)..... Then.... I start my application and it starts the Windows installer which is looking for my install file so that it can reinstall the application. It APPEARS that by deleting any file in the application folder ....causes the application to want to reinstall.

birthjay
Dec 18th, 2006, 07:18 AM
bump

...and thanks!

randem
Dec 18th, 2006, 11:39 PM
I have never heard of VB6 using the Windows Installer. PDW is the default. Are you using .Net?

birthjay
Dec 20th, 2006, 10:55 AM
VB6 SP5 Enterprise