Archive: Installer for Screensaver: howto configure?


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


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"

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