473,386 Members | 1,819 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,386 software developers and data experts.

Install a program - just copy it using xcopy?

UJ
I have a process that will automatically update programs on client
computers. The thing I want to check though is when I 'install' the program,
is it really just as easy as copying the file to the appropriate directory?
I don't need to worry about shortcuts or registry items.

TIA - Jeff.

Oct 24 '05 #1
1 1584
On Mon, 24 Oct 2005 08:02:56 -0400, UJ wrote:
I have a process that will automatically update programs on client
computers. The thing I want to check though is when I 'install' the program,
is it really just as easy as copying the file to the appropriate directory?
I don't need to worry about shortcuts or registry items.


Yes, if your program is a pure .NET program, you just need to copy your
assemblies in a directory and that's it. Of course, if you are using COM
components such as ActiveX controls, they'll need to be registered; if your
program or another program relies on registry keys to be set during the
installation process, you'll need to create those key; if you want to place
a shortcut to your program on the desktop or in the start menu to make it
easier for the user to launch your program, you'll need to create them...
But, stricto-senso, all you need to do to "install" a .NET program is xcopy
the folder containing its assemblies (provided that the target machine has
the approapriate version of the .NET Framework installed of course)
Oct 24 '05 #2

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

Similar topics

6
by: ichor | last post by:
hi, i have created a c# application. now i want to install it on another machine. what does the client machine need to have ? does it need the dotnet framework ? and anything else? and how do i...
10
by: Sam | last post by:
we are running windows 2003 server. it has NET framework installed, but doesn't have Visual Studio etc. installed on it. i created a new sulotion/project on my development pc and FTP'd it up to our...
2
by: interuser | last post by:
I want to automate deployment that I now do using the "copy project" button. Is there a script that does this or ideas how to make one? I do not want to make a deployment project or use xcopy ,...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
by: UJ | last post by:
I have a process that will automatically update programs on client computers. The thing I want to check though is when I 'install' the program, is it really just as easy as copying the file to the...
9
by: Charles Law | last post by:
Hi chaps I realise that this is a .NET group, but please don't shoot me down quite yet. I looked in the vb classic groups and there seems to be so little activity there that I was not hopeful of...
4
by: GS | last post by:
from the online help, looks like to code step by step to copy content of directory to another whereas I can use online line code for directory move or delete. I am using 2005 express .net 2 I did...
3
by: Jean-Marc Blaise | last post by:
Hi, I've been trying for 2 hours to install in silent mode a DB2 9 runtime client. Why didn't you make this process as simple as for the CLIENT install ? It is not the same setup command, you...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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
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.