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.)