setup files??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am fairly new to programing and I have ran into a basic problem. I have written my program in VB.NET and made a setup file and all that good stuff, and it would install correctly and run on my computer. However, I tried to install it on a machine without Visual Studio.NET installed, or the .NET framework so it would not install. How do I get around this, what files do I need to include and how do I go about doing so. This is a really basic.
 
I am fairly new to programing and I have ran into a basic problem. I have
written my program in VB.NET and made a setup file and all that good stuff,
and it would install correctly and run on my computer. However, I tried to
install it on a machine without Visual Studio.NET installed, or the .NET
framework so it would not install. How do I get around this, what files do
I need to include and how do I go about doing so. This is a really basic.
You have to install the .NET runtime to get any .NET programs to work.
Try http://www.microsoft.com/downloads/...e3-f589-4842-8157-034d1e7cf3a3&displaylang=en
for the 1.1 runtime.
MS recommend NOT including the runtime in your installation package, so
it's going to be a download each time....
 
Back
Top