如何运行安装后安装的文件?文件

2023-09-04 04:29:41 作者:盖世小仙女

我在C#中的安装项目。我想从已安装的文件安装后设置运行2 exe文件。如何设置哪些文件安装后运行。

任何建议将高​​度appriciated

解决方案

添加自定义操作如下...

安装完成

后,它会自动运行应用程序。

启动你的应用程序安装使用Visual Studio

I have a setup project in c#. i want that setup run 2 exe file from the installed files after installation. How can i set which file to be run after installation.

刺客信条4自由呐喊怎么安装

Any suggestion would be highly appriciated

解决方案

Add a custom action as below...

After the install complete, it should run the application automatically.

Launching Your Application After Install using Visual Studio