简体   繁体   English

如何创建安装项目以安装scr文件

[英]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. 我想实现(exe或msi)在任何计算机上安装屏幕保护程序(scr)文件。 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. 使用Visual Studio创建安装程序包,将输出路径设置为X:\\Windows\\ (其中X是系统驱动器),并可能运行一些命令行以在Windows中注册屏幕保护程序。

Also check out; 还检查一下; http://support.microsoft.com/kb/307353 (Create Setup package) http://support.microsoft.com/kb/307353 (创建安装程序包)

Probably this one will help you even more; 也许这会为您提供更多帮助; how to install screensaver programmatically? 如何以编程方式安装屏幕保护程序?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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