I want to create an installer EXE with some specific properties:
- it should be a single exe file
- it should be robust (i.e. the technique should be known to work well on any Windows system)
- it should create only a single file (a .scn screensaver file) in %systemroot%
- it should add the option to uninstall that particular file in "Control Panel -> Add or Remove Programs" but without creating any new entry
C:\Program Files
or copying an uninstaller.exe somewhere.
I've seen installers that work like that - so how to do this?