visual-studio - 安装 Shield 限量版 WINdows 服务

标签 visual-studio installshield-le

我使用 Visual Studio 安装程序项目来安装我的产品。现在看起来官方的做法是使用 Install Shield Limited Edition 项目。现在我检查了限量版项目类型,似乎没有安装windows服务的方法。此外,对自定义操作的支持似乎也不存在。我错过了什么吗?基本上我能做到以下几点 -

  • 在 Install Shield Limited Edition 中创建 Windows 服务安装程序项目。
  • 添加自定义操作 - 看起来不像
  • 静音安装程序。
  • 最佳答案

    看一眼:

    Augmenting InstallShield using Windows Installer XML - Windows Services

    对于相关帖子的链接。基本上 LE 是有限的( upgrade-ware ),但是如果您不想升级到 Professional,则有一些干净的方法可以扩展它。 ($1500)

    LE 总是生成 SETUP.EXE(MSI 压缩在里面),所以静默安装是:

    setup.exe/s/v"/qn"

    关于visual-studio - 安装 Shield 限量版 WINdows 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9087352/

    相关文章:

    visual-studio-2012 - Visual Studio - 使用 System.Data.SQLite 在项目中安装 InstallShield

    c++ - InstallShield 先决条件(错误 -7067)

    c# - 未安装 installshield 时发生 Installshield 错误 1001

    Installshield 限量版 - 限制

    visual-studio-2013 - 使用最新的 Install Shield LE 定位 64 位程序文件夹

    c# - 一个解决方案中的非托管 DLL 项目和托管 WinForms 应用程序

    visual-studio - 在 Visual Studio 中添加功能区控件需要什么?

    c# - 如何在 WinForms 自定义控件的控件设计器属性中添加组合框?

    mysql - 使用 Visual Basic 在 mysql 中保存 blob

    html - Visual Studio 重新格式化我预先格式化的 HTML