Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
Deployment
How to make proper installer vb.net program
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="jmcilhinney, post: 186104, member: 641"] You have two options native to VS. You can use the Publish functionality built into your project to create a ClickOnce installer, or you can add a Setup project to your solution to create a Windows Installer package. Windows Installer is probably what you're most familiar with but ClickOnce does have some advantages as well as some limitations. You should read up on both to see which suits you better. Note that you need the appropriate extension installed in VS to create Setup projects but I believe that it is installed by default these days. You might just want to check though. Having said all that, you don't necessarily need an installer anyway. If all you're doing is moving files into a folder, the user can do that manually, which is known as XCOPY deployment. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
Deployment
How to make proper installer vb.net program
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom