37

ソリューションに Visual Studio セットアップ プロジェクト (MSI / vdproj) があります。Visual Studio 2012 に移行しようとしています。これらのプロジェクトのサポートは、WiX またはアプリ内リンクの InstallShield Limited Edition を推奨する代替品としてサード パーティにプッシュされています。 (島)。

詳細を確認する場所として、 Visual Studio 2012 の互換性に関するドキュメントや、あまり役に立たないように思われるWindows インストーラーの展開に関するドキュメントを参照する人もいます。前者は、「MSI セットアップ (.vdproj)」プロジェクトについて次のように述べています。

ISLE を使用して、Visual Studio インストーラー プロジェクトからデータと設定をインポートすることもできます。

どうやってこれを行うのですか?

4

2 に答える 2

42

これは、 Windowsインストーラーの展開ページの目の前にあり、すべてが太字で表示されていました。

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.

于 2012-12-07T23:03:51.470 に答える
3

不満を抱いた Visual Studio ユーザーによる多くの調査の後、Microsoft は Visual Studio 2013 の MSI 機能を返しました。次を参照してください: Visual Studio インストーラー プロジェクト拡張機能

そのため、Visual Studio 2013 を使用している場合は、既存の Visual Studio インストーラー プロジェクトを開くか、次の公式の Microsoft 拡張機能を使用して新しいプロジェクトを作成できます: Microsoft Visual Studio 2013 インストーラー プロジェクト

于 2016-12-09T11:05:21.470 に答える