Import, Install, or Uninstall Packages using Console Application
- Last UpdatedJul 01, 2024
- 1 minute read
You can import, install, or uninstall packages using the AVEVAWorkTasksPackageManager Console Application.
-
Open the Command Prompt in the Administrative mode.
-
Enter the path for the "Bin" folder, which is available in the path where the product is installed, and then press Enter.
For example: CD <Install Path>\Bin
-
On the Command Prompt, type AVEVAWorkTasksPackageManager.exe.
-
Pass one of the values for the following command line arguments:
-
To import a package into the repository
AVEVAWorkTasksPackageManager.exe /import
-
To install a package from the repository
AVEVAWorkTasksPackageManager.exe /install
-
To uninstall a package from the repository
AVEVAWorkTasksPackageManager.exe /uninstall
-
-
Press Enter.
The package is imported, installed, or uninstalled depending on the value passed for the command line argument.
Note: The values for all the related parameters such as package name, repository name, and so on will be considered from the WWSKBPMPackageManagerConfig.xml file.