How to create installer (msi) in visual studio express 2010?

I just finished creating a wpf application in Visual Studio Express C # and you need to create an installer file. This happens in just a couple of cars, because this is a personal program for me. I looked through the Advanced Installer using a simple method, but I can’t figure out how to do this, or if it can even create a wpf installer. I also tried WIX with the same results.

Any tips for this?

+5
source share
1 answer

Before I start using WiX, I worked with NSIS and HM NIS Edit , which has a wizard for creating simple installers.

, .

0

All Articles