Skip to content
⌘ NSIS Forum Archive

Different FileDescription for installer and uninstaller

6 posts

aclavier#

Different FileDescription for installer and uninstaller

Hi, All
Is it possible to have the FileDescription set by VIAddVersionKey different for installer and uninstaller ?
Thanks for help
Anne
Anders#
Well, it is possible if you create the uninstaller at compile time with a "different" script, but it's not a 1 line solution
CrushBug#
Slight thread derail.

We currently create an uninstaller that creates the real uninstaller (if you get my drift). This is the only way we can digitally sign our uninstaller.

Can anyone think of another way to do this?