私は、自社開発の64ビットアプリケーション用のInstallShield 2014を使用してインストーラを作成しています。私のワークステーションは32ビットです。私は次のような警告に走っています。32ビットPCに64ビットInstallShieldインストーラを作成する方法は?
ISDEV : warning -6248: Could not find dependent file Microsoft.VisualBasic, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file mscorlib, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file Oracle.DataAccess, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file System, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file System.ComponentModel.DataAnnotations, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file System.Core, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file System.Data, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file System.Xml, or one of its dependencies of component AWP.Models.dll
ISDEV : warning -6248: Could not find dependent file Microsoft.VisualBasic, or one of its dependencies of component AWP.Shared.Cryptomatic.dll
ISDEV : warning -6248: Could not find dependent file mscorlib, or one of its dependencies of component AWP.Shared.Cryptomatic.dll
ISDEV : warning -6248: Could not find dependent file System, or one of its dependencies of component AWP.Shared.Cryptomatic.dll
一部のファイルで依存関係ウォーカーを使用して依存関係をチェックすると、依存関係ウォーカーが空になります。
32ビットマシンで64ビットインストーラを作成することはできますか?もしそうなら、私は何が欠けていますか?誰かが私を正しい方向に向けることができますか?ありがとうございました。
EDIT:このページの下部には、コンポーネントの「.NETスキャンでビルド」プロパティを「プロパティのみ」に変更するという解決策があります。
https://community.flexerasoftware.com/archive/index.php?t-155066.html
マイケルありがとう! – GhostHunterJim