VB.NET

Moderators: seancampbell
Number of threads: 4020
Number of posts: 10026

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
How do I... Posted by compuwizjr on 21 Oct 2005 at 11:51 AM
How do I put my programs, with all info and files, including the required files from the .Net Framework onto a disk for distribution?

Report
Re: How do I... Posted by IDK on 21 Oct 2005 at 1:17 PM
: How do I put my programs, with all info and files, including the required files from the .Net Framework onto a disk for distribution?
:
:
Publish the project and add a link or the installer to the .Net framework

The one and only Niklas Ulvinge aka IDK

Report
Re: How do I... Posted by compuwizjr on 24 Oct 2005 at 7:49 AM
: : How do I put my programs, with all info and files, including the required files from the .Net Framework onto a disk for distribution?
: :
: :
: Publish the project and add a link or the installer to the .Net framework
:
: The one and only Niklas Ulvinge aka IDK
:
:
How do I do that?
CompuWizJR

Report
Re: How do I... Posted by IDK on 24 Oct 2005 at 8:35 AM
: : : How do I put my programs, with all info and files, including the required files from the .Net Framework onto a disk for distribution?
: : :
: : :
: : Publish the project and add a link or the installer to the .Net framework
: :
: : The one and only Niklas Ulvinge aka IDK
: :
: :
: How do I do that?
: CompuWizJR
:
:
At the run menu, I think, or something simmilar (I don't got the program now), there's publish project. When your done with publishing it, add a link to or the framework your working in.

The one and only Niklas Ulvinge aka IDK

Report
Re: How do I... Posted by rlc on 24 Oct 2005 at 9:22 AM
I think what you really want is to add a Setup/Deployment project to your solution. This will build an MSI(Microsoft Installer) file. You can in the properties for this project select add Bootstrapper which will include the .NET framework in the MSI. Depending on your version of VS.Net you may have to download the bootstrapper add-on I don't believe it came with the first few version of VS.

~rlc
Report
Re: How do I... Posted by compuwizjr on 24 Oct 2005 at 11:27 AM
: I think what you really want is to add a Setup/Deployment project to your solution. This will build an MSI(Microsoft Installer) file. You can in the properties for this project select add Bootstrapper which will include the .NET framework in the MSI. Depending on your version of VS.Net you may have to download the bootstrapper add-on I don't believe it came with the first few version of VS.
:
: ~rlc
:
Thanks!! I tried to follow the steps in Sams teach yourself vb.net in 21 days, but it wasn't very clear.
CompuWizJR




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.