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?
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.
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.
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.