Click to See Complete Forum and Search --> : how to run exe file
hstan007
March 31st, 2004, 05:13 AM
Hi guys,
How do i run VB.net in a pc that does not have VB.NET program?
How do i look for the runtime (?) or specific dll files?
DeepButi
March 31st, 2004, 08:03 AM
You cannot.
.Net code, with the exception of unmanaged C++, needs the .NET framework.
Mr.Orange
March 31st, 2004, 09:29 AM
I would recommend looking into the following:
1) Making a Setup and Deployment Project using Visual Studio .Net
2) Distributing the .Net framework (dotnetfx.exe) with your application.
Hope this helps.
hstan007
April 2nd, 2004, 07:42 PM
thanks a lot!
ISMSH
April 3rd, 2004, 03:44 PM
Well Mr.Mr.Orange How can i let Dotnetfx.exe run it setup with my program setup ?
coz i made the setup to my program but i put also the Netdotfx.exe in the CD but it have to be run alone .
i want it to rund with my Program Setup ?
if u can help guys i will be Thanksfull ?
Also if knew a way to let the program read fils from the CD so i don't have to download all the fils into the other pc's ?
:) :) :)
kasracer
April 3rd, 2004, 06:12 PM
Salamander has a mini-deploy program. I'm not sure if it's out of beta yet, but I used to be a beta tester and, basically, it re-links all of your program files to a DLL created by their program which, in turn, links to specific .NET DLLs. Thus, requiring the user of your program to not even have the .NET framework installed, but can run the application since it's like a miniture .NET framework with your program.
Worked quite well last time I used it in the Beta, which was months ago.
Originally posted by DeepButi
.Net code, with the exception of unmanaged C++, needs the .NET framework. Unmanaged C++ isn't .NET code so it isn't an exception ;)
Originally posted by ISMSH
Well Mr.Mr.Orange How can i let Dotnetfx.exe run it setup with my program setup ?
You said it was on a CD, right? You could simply use auto-run and let it run the .NET framework installer first, then your program installer. You could also do like Adobe does and create a stand alone exe of a flash file that has buttons to each item so the user can install it.
If you wanted to be creative, you could use C++ to make your own installer (frankly, I can't stand installers and wish people didn't use them with their programs, but that's another arguement for another thread).
Originally posted by ISMSH
Also if knew a way to let the program read fils from the CD so i don't have to download all the fils into the other pc's ?
What do you mean? You can read files off of the CD..... that is how your program on the CD gets executed.
ISMSH
April 3rd, 2004, 10:37 PM
like some programs .... when u need to open the program it ask u for the CD ... coz everythings on it ... only the .exe file in ur PC and some other dll and ocx files !!!
thats what i mean about reading my files from the CD .
It also if u have a game its working from the CD .
kasracer
April 3rd, 2004, 11:32 PM
Originally posted by ISMSH
like some programs .... when u need to open the program it ask u for the CD ... coz everythings on it ... only the .exe file in ur PC and some other dll and ocx files !!!
thats what i mean about reading my files from the CD .
It also if u have a game its working from the CD . I know about reading files from a CD. Did you have a problem or something?
ISMSH
April 4th, 2004, 08:48 AM
Well MR.kasracer
My problim is how to read fils from CD !!!
:rolleyes:
kasracer
April 4th, 2004, 12:08 PM
Originally posted by ISMSH
Well MR.kasracer
My problim is how to read fils from CD !!!
:rolleyes: Wha?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.