|
-
Feb 7th, 2012, 09:04 AM
#1
Thread Starter
New Member
-
Feb 7th, 2012, 09:42 AM
#2
Re: vb application without installing???
C#.Net, VB.Net you see that .Net thing on the end.. that means you need the .Net framework to run it.
If the framework is already installed you can just copy/paste the files you need to run your application. The publication of an app just makes it easier to ensure the user has .Net to start with, adds the shortcuts and the ability to remove it at will.
-
Feb 8th, 2012, 04:29 AM
#3
Thread Starter
New Member
Re: vb application without installing???
oh thanks for explaining about the .net thingy.but still,when you said copy/paste,did you mean copy some files after publishing,or copy files from the project directory before publishing?will that remove the necessity to install the application before running,and run it directly?
-
Feb 8th, 2012, 04:51 AM
#4
Re: vb application without installing???
As long as the appropriate version of the .NET Framework is already installed on the target machine, all you have to do is build your project (that's BUILD, not PUBLISH) and then simply copy the EXE to the target machine. This also assumes no other dependencies that aren't already a part of Windows.
-
Feb 8th, 2012, 05:18 AM
#5
Thread Starter
New Member
Re: vb application without installing???
thnx it worked!!! i'll give you both rep+
-
Feb 10th, 2012, 06:17 AM
#6
Thread Starter
New Member
Re: vb application without installing???
one more question,does it mean that vb 6 doesn't need .net framework and therefore be able to run directly?
-
Feb 10th, 2012, 06:20 AM
#7
Re: vb application without installing???
VB6 uses the VB runtime, which is generally installed just about everywhere already.
-
Feb 10th, 2012, 06:22 AM
#8
Thread Starter
New Member
Re: vb application without installing???
is it usually installed by default when you install operating systems like xp or 7 ?
-
Feb 10th, 2012, 07:53 AM
#9
Re: vb application without installing???
Yes, but only the basic runtime files. If you use a Listview, Treeview, RichTextBox, CommonDialog (file browser), etc in your application, then that requires the installation of other files, like mscomctl.ocx, comctl32.ocx, richtx32.ocx, comdlg32.ocx, etc, etc.
-
Feb 11th, 2012, 02:16 AM
#10
Thread Starter
New Member
Re: vb application without installing???
thanks
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|