gerome69
19th September 2006 12:10 UTC
Installer for Screensaver: howto configure?
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
Comm@nder21
19th September 2006 16:30 UTC
ExecShell "rundll32.exe" "shell32.dll,Control_RunDLL desk.cpl"
or:
System::Call "Shell32::Control_RunDLL (t 'desk.cpl') .n"
/edit:
on my WinXP SP2 machine even this one works:
Exec "desk.cpl"
any
20th September 2006 09:40 UTC
I use
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