Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
646 views
in Technique[技术] by (71.8m points)

migration - How to migrate Visual Studio setup project to InstallShield Limited Edition?

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?

question from:https://stackoverflow.com/questions/13768631/how-to-migrate-visual-studio-setup-project-to-installshield-limited-edition

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...