How to export an application and its SHIM in a MSI package...?
I have an applicat开发者_如何学运维ion(.exe) and its SDB file, and now I want to bundle it into an MSI package for deployment as a installer. How can I create the msi package? Are there any tools? can it be done in Visual studio?
Have a look at WiX. Depending on what your installer has to do, it is the best way to get an msi.
精彩评论