Use Orca to edit msi from command line?

前端 未结 5 1589
我寻月下人不归
我寻月下人不归 2020-12-08 03:20

I\'m using Visual Studio 2008 and have created a setup project for my application. The application has a high-resolution icon (for Vista). There\'s a bug in Visual Studio, a

5条回答
  •  北海茫月
    2020-12-08 03:44

    Since you're used to work with Orca, just save the modifications as a transform file using Orca and then applying it with 'msitran' in the post build event of your setup project.
    I'm using this in a setup project and it works just great.

提交回复
热议问题