문제

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

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top