How do I build a MSI-file?

Drizzt

Member
Joined
Aug 25, 2003
Messages
9
Location
-
HELP,

I got lost in the huge MSDN library in search of how to build a msi file!

Can somebody explain me in a simple way or show me newbee-documentation on how to build a MSI file of my .NET application??

Thanx :)

Theo
 
You need to create yourself a setup project (under Setup and Deployment Projects). Easiest thing is to just add the setup project to your current solution and go from there.

When you build the setup project, it will generate an MSI file for you.
 
Back
Top