如何在 VS2010 中使用 Windows 安装程序安装 winform 应用程序时安装另一个 exe(仅当尚未安装时)?
我已经在 Visual Studio 2010 中为我的窗口项目创建了一个窗口安装文件。该安装文件运行正常并在计算机中安装了该软件。但是为了运行我的这个软件,我需要另一个exe文件(filezilla server.exe)来运行。所以,为此我使用自定义操作指定。所以,当我第一次安装我的应用程序时,它也成功地自动安装了filezilla服务器。
但是在卸载我的应用程序(不是filezilla服务器)后第二次安装时,它再次安装filezilla服务器。so,filezilla安装在安装时出现异常。
所以,我想在安装filezilla服务器之前检查它是否已经安装。如果安装了,那么根本不需要安装filezilla服务器。否则,我需要安装filezilla服务器。
Visual Studio - 2010 中的 Windows 设置中有可用的选项吗?
请指导我摆脱这个问题?
I have created a window setup file for my window project in visual studio 2010. this setup file is running properly and installed the software in computer. but for running my this software i need a another exe file(filezilla server.exe) to run.So, for that i specified using custom action.So,first time when i installing my application, it also successfully installed filezilla server automatically.
But while installing second time after uninstalling my application(not filezilla server),it is again install the filezilla server.so,filezilla installation get exception while installing.
So, I want to check before installing filezilla server whether it is already installed or not.If it is installed, then no need to install filezilla server at all.otherwise, i need to install the filezilla server.
Is there any option available in windows setup in visual Studio - 2010?
Please Guide me get out of this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论