VB6 で QB Pro と連携するアプリケーションを作成しました。クライアントのシステムにデプロイしたいと思います。インストーラーに含める必要がある DLL や MSM は何ですか?
Visual Studio インストーラーを使用して MSI を作成しています。
アドバイスをよろしくお願いします。
VB6 で QB Pro と連携するアプリケーションを作成しました。クライアントのシステムにデプロイしたいと思います。インストーラーに含める必要がある DLL や MSM は何ですか?
Visual Studio インストーラーを使用して MSI を作成しています。
アドバイスをよろしくお願いします。
Intuit SDK DLL のコピーをインストールしたくない。必要なマージ モジュールは、SDK のパス Program Files\Intuit\QBSDK\tools にあります。このディレクトリには、スタンドアロン インストール実行可能ファイルとマージ モジュールの両方があります。MergeModules ディレクトリには、QBFC と QBXMLRP2 の両方のマージ モジュールがあります。
If you are using Visual Studio to create an MSI the best way to add the correct merge modules is to add the Intuit SDK MergeModules directory to the search path of your setup project. To do this, select the project in project explorer, then click the property pane or hit F4. This should bring you to the setup project properties where you should be able to see the SearchPath property.
Once you have added the MergeModules directory to SearchPath, you should see the merge modules added automatically in the Detected Dependencies folder of your setup project. You will see both the Intuit module (either QBFC or QBXMLRP2) and also the xerces parser merge module (the Xerces parser is used by the SDK).