Use Orca to edit msi from command line?

前端 未结 5 1603
我寻月下人不归
我寻月下人不归 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条回答
  •  旧时难觅i
    2020-12-08 03:58

    You can use perl script to modify the installer msi package. You can use Win32 OLE for this. Open the MSI using Win32::OLE->new API. Open the MSI database and execute the SQL queries to do the update.

    This perl script can be used in builds.

    This link might help you to write the required one.

提交回复
热议问题