开发者

multiple process in single set up using C# windows applicarion

An installation package file (.msi) on a CD or flash drive will be given to the client in order to install the Client Application. The installation file / disk will include the necessary software needed for the application to function, e.g. .Net Framework and SQL Express (includ开发者_高级运维ing the latest service packs for both), GPRS modem driver software, and the application itself. This will be a simple installation process making it possible for clients to install the application themselves.

the set up of client has first install the .net then sql express then gprs modem driver software and after the appliaction.

I want to write a program in C# to add the multiple process of setup's in a single setup file.


I'm note sure why you would want to write one in C# youself. Have a look at wix especially the bundle tutorial


You can write a batch to start all your .exe files one after the other and give the path of the batch to run on start of the cd. This way you will not have to write a C# code for everything. Just maintain the order in which you want to install the softwares. Hope this helps!!!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜