Hey there! 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?
Thank you?
