Uninstall functionaly only - but how?
Hi (again),
for my ServicePack I need to exchange the original uninstaller of my application, so that if the application uninstaller is called my servicepack gets also uninstalled.
Therefor I plan to write an only-uninstall-er but currently get have the problem that I have to define InstallationPages too. I searched in google and also on the NSIS page but didn't found anything for my situation. Are they other sources available? How to handle this the easiest way?
I copied the uninstallsection from my application installer and want to reuse that part (enhanced).
Thnx!