简体   繁体   中英

how to create setup project to install scr file

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM