Skip to content
⌘ NSIS Forum Archive

EnumUsersReg in uninstall

1 posts

rooma#

EnumUsersReg in uninstall

Hi

EnumUsersReg.nsh can't currently be used in an uninstaller section, because we can't make calls to functions not starting by "un.".

A quick and dirty workaround is to duplicate the functions in EnumUsersReg.nsh by the same starting with ".un".

Attached is the fixed code.