Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What installer options are there for Visual Studio 2012 Express for Desktop

So Microsoft released Visual Studio 2012 Express for desktop apps. That's great, but how does one create an installer for open source apps that are built in Visual Studio Express? There are no installer templates available by default, and they have disabled browsing the online gallery. Sure, I could purchase something like InstallShield, but that kind of defeats the purpose of an open source application if you ask me. Any suggestions?

like image 520
EricTheRed Avatar asked Sep 29 '12 16:09

EricTheRed


Video Answer


1 Answers

You can use the open source NSIS or WiX tools to create fairly nice installers.

Since both should work without the Visual Studio integration that Express won't give you, they should both be usable (even if not quite as nicely) without problems.

like image 148
Joachim Isaksson Avatar answered Oct 26 '22 07:10

Joachim Isaksson