Add Uninstall option

Archives Forums/Win32 Discussion/Add Uninstall option

jfk EO-11110(Posted 2006) [#1]
How would you suggest to add as a simple uninstaller to a screensaver?

The scr file was copied to the system folder. How would I add this file to the systems list of apps that may be uninstalled.

Is there some kind of a simple OS call, using rundll32 or maybe an Api call? I have no idea where to start searching.

Thanks for your help.

Uh, I've just noticed to add an app to the systems list of apps that may be uninstalled I have to mess with the registry. I better don't touch it as long as it isn0t really required.

I think I rather gonna use an entry in the start menu. Now, how to do that :o)

EDIT

ehrm... Trying to find a way to get the path of all users start menu. Kind of a environment variable, or system property$

Without success so far. Can't be that hard - ?


Happy Sammy(Posted 2007) [#2]
Hi jfk,

http://sourceforge.net/projects/nsis/

Hope this help. :)