Вопрос

I have Visual Studio setup projects (MSI / vdproj) in solutions I am attempting to migrate to Visual Studio 2012 where support for these projects has been pushed off to third parties with the suggested replacements being WiX or the in-app-linked InstallShield Limited Edition (ISLE).

Some refer to the Visual Studio 2012 Compatibility document or the seemingly less helpful Windows Installer Deployment document as the place to go to find out more. The former says of "MSI setup (.vdproj)" projects:

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

How does one do this?

Это было полезно?

Решение

It was right in front of me on the Windows Installer Deployment page, with bold an everything.

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.

I was looking too hard for an external "importing tool".

For my setup I found it worked best to pull in the other project outputs if I chose "Add to solution" when creating the new ISLE Setup and Deployment "Other" project.

Другие советы

After a lot of canvasing by disgruntled Visual Studio users Microsoft returned the MSI functionality for Visual Studio 2013, see: Visual Studio Installer Projects Extension

So if you use Visual Studio 2013 then you can open existing Visual Studio Installer Projects or create new one using the following official Microsoft extension: Microsoft Visual Studio 2013 Installer Projects

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top