Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時に .sql (スクリプト ファイル) VS2008 を埋め込みリソースに変換して、税関アクション エディタでデータベースのインストールに使用する方法を知っている人はいますか。
Visual Studio ソリューション エクスプローラーでファイルを右クリックし、プロパティを選択して、ビルド プロパティを EmbeddedResource に設定します。その後、インストーラー コンポーネントは、アセンブリの GetManifestResourceStream メソッドを使用してストリームを読み取れるようになります。