473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

installing my app on another computer

cj
I've written a very small simple program that uses one com object. I've
set the configuration to Release and built the Solution. Now I've heard
with .net (2003) that I can just copy the exe in the obj\release
directory to another (non-development) pc and use it. I haven't tried
yet. Of course I know there are many fancy installation programs that
can be made too--although I don't know how to make them.

Can someone tell me the "dummies" way of putting this program on another pc?
Jan 19 '06 #1
8 1417
Can someone tell me the "dummies" way of putting this program on another pc?


1. Install the .NET framework.
2. Install the COM component you depend on.
3. Install any other dependencies you may have.
4. Copy the exeutables that make up your application. Hopefully it'll
run.
Mattias

--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Jan 19 '06 #2
cj
1. when you say "install the .net framework"--what do you mean. I
installed Visual Studio 2003 on my development pc. I've never had a cd
or disk called .net framework and never installed any such thing before.

2. it seems unlikely I'd have to install that whole package I downloaded
to use the tool. perhaps I need to ask that company what file or files
to copy, or what program needs to be run to "install the com component"

3. none that I know of

4. ok

Mattias Sjögren wrote:
Can someone tell me the "dummies" way of putting this program on another pc?


1. Install the .NET framework.
2. Install the COM component you depend on.
3. Install any other dependencies you may have.
4. Copy the exeutables that make up your application. Hopefully it'll
run.
Mattias

Jan 19 '06 #3
If you have the CD version of VS 2003 the .NET framework is in the CD
1. If you do not use to have it, you can download it from the microsoft
web site:

http://www.microsoft.com/downloads/d...displaylang=en

Be awared that VS 2003 use the 1.1 version of the .Net Framework.
Aj.

Jan 19 '06 #4
cj
What ever happened to being able to copy an exe to another pc. Some
things only get worse with time. I'm trying to make an install program
now. Just posted a question on that maybe someone can help me with.

pi***********@gmail.com wrote:
If you have the CD version of VS 2003 the .NET framework is in the CD
1. If you do not use to have it, you can download it from the microsoft
web site:

http://www.microsoft.com/downloads/d...displaylang=en

Be awared that VS 2003 use the 1.1 version of the .Net Framework.
Aj.

Jan 19 '06 #5
cj
I thought I'd bypass all the steps and follow an example in a book on vb
I got. When I got to the end it says it doesn't install the .net
framework. So it's overkill to use the install for my little program.
I'm surprised I hadn't heard of the need to install the framework on the
pc to run the program before now. What do packaged software writers
doing these days. I install lots of software by other programmers and
not one of them has asked me to install the .net framework or gave an
error that it was missing. Is there some trick to having a program
install everything? Lastly this reminds me of Java runtimes. Would you
agree. I have had problems with that. One program wants MS Java
runtime and the other an old version of Sun java and another IBM's java.
I hope at least .net framework 1.1 and whatever is after that co-exist
or that kinda puts a life span on a program.
pi***********@gmail.com wrote:
If you have the CD version of VS 2003 the .NET framework is in the CD
1. If you do not use to have it, you can download it from the microsoft
web site:

http://www.microsoft.com/downloads/d...displaylang=en

Be awared that VS 2003 use the 1.1 version of the .Net Framework.
Aj.

Jan 19 '06 #6
Hello,

..NET framework can be installed with your application, or install from
Windows Update. Also, I believe later version of Windows or service pack
will contain .NET framework by default. So, .NET framework installation
wouldn't be a problem.

And here is an article about how to create a Setup package by using Visual
Studio .NET

http://support.microsoft.com/default...;EN-US;Q307353

Hope this help,

Luke Zhang

Jan 20 '06 #7
cj
according to the info I've found .net 2.0 framework is backward
compatible to 1.1 framework. So why not just install 2.0 framework?

pi***********@gmail.com wrote:
If you have the CD version of VS 2003 the .NET framework is in the CD
1. If you do not use to have it, you can download it from the microsoft
web site:

http://www.microsoft.com/downloads/d...displaylang=en

Be awared that VS 2003 use the 1.1 version of the .Net Framework.
Aj.

Jan 20 '06 #8
We can only install .Net 2.0 cause of the backward compatibility. Anyway,
many system have installed .NET framework 1.1, like Windows server 2003.

Luke

Jan 23 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Walter Jones | last post by:
I am currently using VB 4.0 with WindowsXP Home Edition and would like to continue to use it and also use Visual Basic.net The help file states that "Windows XP Home Edition provides limited...
1
by: Ambar | last post by:
Hi I am trying to install dotnet 2003 using installer CD. When I am trying to install 'Visual Studio .Net Prerequisites' from step 1 Its saying 'Setup has detected another programm requires the...
5
by: Andrea Vincenzi | last post by:
Help me please, I'm totally stuck! My Visual Studio 2003 debugger stopped working after I installed Windows XP Service Pack 2. Here is what happens (with any project, even a "Hello, world"...
1
by: Aaron | last post by:
Not sure if this is the best spot to post this question, but I am not going to pay money to ask an installation question.... Anyways I am trying to install C# standard 2003 and it analyzes the...
5
by: Cappy2112 | last post by:
I've just started a job which has a massive python2.3.4-centric tools installation and configuration. I know what you're going to say, but I can't upgrade and be the only one with a newer...
1
by: =?Utf-8?B?S2l3aWJydWNl?= | last post by:
After installing IE7 my computer hangs at "Turn off Computer" specifically it says that it can't end ctfmon.exe and explorer.exe (I can close them manually and machine shuts down ok). This occurred...
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
1
by: =?Utf-8?B?RWQ=?= | last post by:
After installing SP2 my computer restarts continuousely (after POST, whilst trying to initialise windows) unless i boot from the sp2 CD every time i turn on the computer, in which case it loads...
1
by: veer | last post by:
Hi i made a program in visual basic with .net framework 3.5 and when i run this program on any other computer it produces error and when i install framework 3.5 on that computer this program works...
1
by: SalimZaabi | last post by:
Hi, I'm having problem in installing the setup file into another computer that has not have .Net framework. After I made a setup file to a project and I tend to install the setup file into...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.