Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remote installation and deinstallation of Auto PSIM is done with the help of You can remotely install, deinstall and update Auto PSIM using 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. 

...

Code Block
xcopy %Path_to_folder_with_distribution_kit% %Network_folder_on_the_target_PC% /e

Herewhere

  • %Path_to_folder_with_distribution_kit% is the path to the folder with the distribution kit on the local computer;.
  • %Network_folder_on_the_target_PC% is the path to the folder on the computer where you want to install the software. You should have the write access to it;.
  • the The /e attribute copies all subdirectories and their contents, including empty directories.

...

Note that the installation method described in this section allows you to install or upgrade only the core product without any add-ons.