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
Archive: Windows 7 add and remove programs
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
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?
The compiled installer is located here http://download.meamod.com/meamodpla...ayer_setup.exe if that is what you meant
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.
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
Sorry it is located at
download . meamod . com / meamodplayme / ogoopenplayer_setup.exe
just remove the spaces
Thanks, I'll have a look at it when I get the chance.