-
Install issue???
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!
-
Re: Install issue???
Did you change the SetUp.Lst file ?
-
Re: Install issue???
Moved to Application Deployment.
What package did you use to make your installation and setup files?
-
Re: Install issue???
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.
-
Re: Install issue???
I am using the Enterprise edition of Visual Basic Installer.
-
Re: Install issue???
Now is the Windows Installer that starts for your app or some other app?
-
1 Attachment(s)
Re: Install issue???
Windows Installer
see pic
-
Re: Install issue???
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?
-
Re: Install issue???
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.
-
Re: Install issue???
-
Re: Install issue???
I have never heard of VB6 using the Windows Installer. PDW is the default. Are you using .Net?
-
Re: Install issue???