I am testing an install/uninstall on Windows XP, and have gotten myself into a real jam.
I have 5 shortcuts in my application start menu. For some reason 3 of then were not being removed when uninstalling the application even though I could see no differences from the ones that were being uninstalled.
I decided that maybe the problem had to do with Permissions for the files the shortcuts were pointing to, so I tried adding a Delete permission for all users to one of the files. This turned out to be a mistake, because now if I try and uninstall my application I get an error,"The installer has insufficiant privelages to modify this file; myfile".
So now I can't uninstall or install my application on this machine. Installing tells me the applicatuion is already installed and uninstalling tells me the installer does not have permission.
I tried downloading and running Windows Install Cleanup, but this does not help.
Does anybody have an idea why my shortcuts were not being removed during uninstall in the first place, or how I can get myself out of this situation now that I can no longer develop my install on this machine?
Thanks!