visual-studio-2012 - 如何将 Visual Studio 安装项目迁移到 InstallShield Limited Edition?

标签 visual-studio-2012 migration installshield-le

我在解决方案中有 Visual Studio 安装项目(MSI/vdproj),我正在尝试迁移到 Visual Studio 2012,其中对这些项目的支持是 pushed offthird parties建议的替代品是 WiX 或应用内链接的 InstallShield 限量版 (ISLE)。

有些引用Visual Studio 2012 Compatibility文档或看似不太有帮助的 Windows Installer Deployment文档作为了解更多信息的地方。前者提到“MSI setup (.vdproj)”项目:

You can also use ISLE to import data and settings from Visual Studio Installer projects.

如何做到这一点?

最佳答案

它就在我面前的Windows Installer Deployment上页面,所有内容都用粗体显示。

In Visual Studio, create an InstallShield LE project from the New Project dialog box. Once created, select the new project and then click the InstallShield LE option on the Visual Studio menu bar and choose Visual Studio Deployment Project Import Wizard.

我一直在寻找外部“导入工具”。

对于我的设置,我发现如果我在创建新的 ISLE 设置和部署“其他”项目时选择“添加到解决方案”,那么引入其他项目输出效果最好。

关于visual-studio-2012 - 如何将 Visual Studio 安装项目迁移到 InstallShield Limited Edition?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13768631/

相关文章:

.net - 使用 InstallShield LE 2015 安装或激活 .NET 3.5 Windows XP - 10

c# - 如何使用 InstallShield LE 为具有 SQL Server 2012 本地数据库的 Visual Studio 2012 Windows 窗体应用程序创建 setup.exe 文件

visual-studio-2012 - Windows 应用商店应用程序中的启动画面

php - 如何在 Laravel 5.5 中进行迁移?

c# - 在代码中引用 XAML 元素时出现 WPF NullReferenceException

ruby-on-rails - 从迁移中执行 Rake 任务?

mysql - 从Firebird迁移到MySQL有没有好的批量迁移工具?

installshield-le - 在 Visual Studio 2012 中生成单个 exe InstallShield 2012 限量版

windows - 缺少 DLL,即使包含它的目录在路径中

C++ 赋值副作用