views:

52

answers:

1

Hi,

I have an application(.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?

A: 

Have a look at WiX. Depending on what your installer has to do, it is the best way to get an msi.

Stefan