Archive: Uninstall functionaly only - but how?


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!


Write a minimal installer part that just writes the uninstaller to a known location, run it once, and include the generated uninstaller in your service pack.