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.
c#プロジェクト(c#2008 Express Edition)を公開し、Inno SetupCompilerを使用して(msi)インストーラーを作成したいと思います。これどうやってするの?
ビルドモードを「リリース」に設定してから、\binディレクトリ内のすべてを取得してMSIに入れます。
\bin
VS Expressエディションには、VS Pro/UltimateのようにMSIを作成するための組み込みメソッドは含まれていません。