Hi,
I wrote a windows screensaver .scr and an installer for it.
Everything is fine, but I like to lauch the windows screensaver setup dialog with my screensaver selected after installation.
How can I do this?
Thank you for tips, Bernd
Installer for Screensaver: howto configure?
3 posts
or:ExecShell "rundll32.exe" "shell32.dll,Control_RunDLL desk.cpl"
/edit:System::Call "Shell32::Control_RunDLL (t 'desk.cpl') .n"
on my WinXP SP2 machine even this one works:
Exec "desk.cpl"
I use
This will also launch the screensaver settings.
regards,
any
ExecShell "install" "$SYSDIR\${PRODUCT_FILE_NAME}" to install my screensavers (as last step, after copying them to the system-folder).This will also launch the screensaver settings.
regards,
any