Jump to content

Noob trying to make an installer in Visual Studio community...

HEU7Hwhu7
Go to solution Solved by Nuluvius,

Why not just use WiX? It makes things so much easier and integrates well with Visual Studio.

Alright everyone... I'm trying to make an installer for my application, but when i look for "Setup And Deployment", i don't see it :(

Thanks, and i'm using Visual Studio community 2015.

Link to comment
Share on other sites

Link to post
Share on other sites

Why not just use WiX? It makes things so much easier and integrates well with Visual Studio.

The single biggest problem in communication is the illusion that it has taken place.

Link to comment
Share on other sites

Link to post
Share on other sites

Microsoft stopped including their installer a few versions ago. You'll have to find an extension or some external thing.

1474412270.2748842

Link to comment
Share on other sites

Link to post
Share on other sites

Why not just use WiX? It makes things so much easier and integrates well with Visual Studio.

 

Agreed, we use WiX at work and it's pretty easy to make an MSI with it

Link to comment
Share on other sites

Link to post
Share on other sites

You should look at the new API from microsft if you want to program windows applications. .msi is the old way of installing and microsoft is outphasing it.

 

Read about microsoft continuum.

 

http://allaboutwindowsphone.com/news/item/20651_Microsoft_BUILD_news_Edge_brow.php

 

 

Msi and installers is the past, you should spend time learning the new stuff.

 

To keep up: https://msdn.microsoft.com/

 

Two useful links:

 

https://dev.windows.com/en-us/design

https://msdn.microsoft.com/en-us/library/windows/desktop/ff657751(v=vs.85).aspx

Link to comment
Share on other sites

Link to post
Share on other sites

Why not just use WiX? It makes things so much easier and integrates well with Visual Studio.

Thanks! 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×