高级安装设置C# [英] advanced installation setup C#

查看:86
本文介绍了高级安装设置C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人;
我已经构建了一个软件,并且想使用Visual Studio 2010添加安装安装,
我想制作包含以下内容的自定义安装向导:
1-让用户输入电子邮件和电话号码,
2自动生成序列号.
通过他的信息发送3个电子邮件.
4将数据写入注册表文件.
5-安装过程开始.

如何创建这样的设置?

是正常的Windows窗体应用程序,该应用程序会执行所有这些过程,然后将文件复制到程序文件中吗?还是高级设置?

问候..

Dear All;
I have build a software and I want to add a setup installation using visual studio 2010 ,
I want to make custom installation wizard which includes the following :
1-let the user enter the email and telephone number ,
2-automatic generate serial number .
3-send email by his information .
4-write data to the registry file.
5- installation process begins.

How can I create such setup ??

is it a normal windows form application that do all of that process and then copy the files to program files ? or it is advanced setup setting ?

regards..

推荐答案


对于1-4进程,您可以创建一个Windows应用程序.然后在该应用程序中执行第5步时,您可以使用processInfo类来调用安装文件.

谢谢
-Amit.
Hi
for 1-4 process you can create one windows application. then in that application when it comes to step 5 you can call your setup file using processInfo class.

thanks
-Amit.


这篇关于高级安装设置C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆