0

I want to implement (exe or msi) to install screen saver (scr) file on any machine. Please guide how to implement ?

Mayur
  • 311
  • 1
  • 4
  • 13
  • possible duplicate of [how to install screensaver programmatically?](http://stackoverflow.com/questions/5282456/how-to-install-screensaver-programmatically) – Junuxx Oct 22 '12 at 11:04

1 Answers1

0

Create a Setup package with Visual Studio, set the output path to X:\Windows\ (Where X is the system drive) and probably running some command line to register the screensaver with Windows.

Also check out; http://support.microsoft.com/kb/307353 (Create Setup package)

Probably this one will help you even more; how to install screensaver programmatically?

Community
  • 1
  • 1
Gerald Versluis
  • 30,492
  • 6
  • 73
  • 100