Remote install any application

  • Thread starter Thread starter Misaro
  • Start date Start date
M

Misaro

Hi,

i trying to figure it out how to install any application
from one server to any client. For instance i want to
install an application in a client computer but we dont
want the users know what are we doing ...

It's possible from the command prompt how can i do that
or any suggest to do remote installations in client
computers !!
 
But i need to install the application on one computer , i
couldn't find enough information the link yo gave me;
about how to do it. There is not any software which i can
run a command prompt in a remote client and run any
installation
 
misaro said:
But i need to install the application on one computer , i
couldn't find enough information the link yo gave me;
about how to do it. There is not any software which i can
run a command prompt in a remote client and run any
installation


Since you asked in an AD newsgroup, Laura gave you the
standard AD-Group Policy answers.

Use a Group Policy, create a Software Package definition
that points to an MSI file and thereby assign it to the machine.

You can like this to a Site, Domain, or OU to affect only
specific machines, or even use permissiong (Apply_POLICY
+ READ on selected machine(s)) to affect as few as one
machine even if it not in a separate OU.

You will (generally) need an MSI file for the installation --
these may be created using WinInstall (or the light edition
given free with Windows Server) or by using Visual Studio.

If that suits you, then you will need to try it and ask specific
questions about such Software Installs or search Google for
something like:

[ MSI "Group Policy" software installation site:Microsoft.com ]

We will do our best to help, but we need to know where your
problems are located.

If that doesn't suit you can investigate something like PSExec
from SysInternals.com:

http://www.sysinternals.com/ntw2k/freeware/pstools.shtml

For this to work you will likely need a batch file to run it, but
you will definitely need an "Installation program" that can run
without intervention (no dialogs etc.)
 
Back
Top