Go to documentation repository
Remote installation, deinstallation and update of Auto Axxon Auto PSIM is done with the help of the wmic.exe command line utility. This utility is a part of Windows OS. To run the utility, enter "wmic" without quotation marks in Windows command line.
...
To run wmic on a remote computer, you should disable UAC (for instructions on how to do this, see OS settings for correct operation of Remote Admin Workstation or Server).
The installation, deinstallation, and upgrade methods described in this section apply to domain and extra-domain computers.
It is necessary to copy Auto Axxon Auto PSIM distribution kit to the computer local disks where the installation will be performed in advance.
...
Code Block |
---|
xcopy %Path_to_folder_with_distribution_kit% %Network_folder_on_the_target_PC% /e |
Here:
...