複数の重複した VS プロジェクトを作成することなく、同じサーバーに複数回インストールしたい作成した Windows サービスがあります。この目的のために Orca を使用して MSI ファイルを編集する方法はありますか?
質問する
437 次
1 に答える
0
There is a way, but it's not easy. Basically, you need to generate multiple transforms which represent different instances of your product:
- use Transform -> New Transform menu to start creating a transform
- change the ProductCode and ProductName properties in Property table
- change your service name
- save the transform
- do the same for the other instances you want to have
- when installing the package, use one of the transforms: http://technet.microsoft.com/en-us/library/bb490766.aspx
于 2012-05-03T06:54:04.807 に答える