Skip to content
⌘ NSIS Forum Archive

Windows 7 add and remove programs

7 posts

meamod#

Windows 7 add and remove programs

Hi my uninstaller wont remove the add and remove programs item on windows 7 any help would be great
Panarchy#
You've gone a little crazy with the delete commands, eg;

Delete "$INSTDIR\plugins\libnsv_plugin.dll"

Try using a wildcard, eg; Delete "$INSTDIR\plugins\*" or even a simple: "Delete $INSTDIR"

Can you give me a copy of the installer so I can test some compiling?
meamod#
The compiled installer is located here http://download.meamod.com/meamodpla...ayer_setup.exe if that is what you meant
MSG#
Panarchy: It is actually a very bad idea to use wildcards in Delete commands. The user may have added files that he/she does not want to be deleted.
Panarchy#
Yes, but if that's the case would it not be best to put the files in a subdirectory, then delete the others?

MeaMod all I can see is;

URL Submitted by User
meamod#
Sorry it is located at

download . meamod . com / meamodplayme / ogoopenplayer_setup.exe

just remove the spaces