Broken installer, uninstall can't complete; can I force it?
Posted: Thu Aug 30, 2007 12:51 pm
Hello,
I'm developing a new installer, and I've screwed it up a bit. It does the install portion correctly, but due to a malformed variable (I used %targetdir% instead of $targetdir$, so I can't even fake the filesystem location by hand) the uninstall fails (actually a DELETE FILES call fails) and the uninstall aborts.
Is there a way to force the uninstall to ignore errors? Since I'm still working on this setup, it is no problem to do some manual cleanup afterward, but I'd like the system to think the package has been uninstalled so I can try another install on that machine.
Sugestions?
Keith
I'm developing a new installer, and I've screwed it up a bit. It does the install portion correctly, but due to a malformed variable (I used %targetdir% instead of $targetdir$, so I can't even fake the filesystem location by hand) the uninstall fails (actually a DELETE FILES call fails) and the uninstall aborts.
Is there a way to force the uninstall to ignore errors? Since I'm still working on this setup, it is no problem to do some manual cleanup afterward, but I'd like the system to think the package has been uninstalled so I can try another install on that machine.
Sugestions?
Keith