if i make a screensaver how to make a package/exe which when setup will add the
screensaver to the available lists.
Printable View
if i make a screensaver how to make a package/exe which when setup will add the
screensaver to the available lists.
from the docs:
"...Control Panel searches the Windows Startup directory for files with the .scr extension. Because screen savers are standard Windows executable files with .exe extensions, you must rename them so they have .scr extensions and copy them to the correct directory. "
make sure your setup program copies the exe file to the correct directory with an extension of .scr.