Install Enterprise Licensing silently
- Last UpdatedSep 12, 2025
- 1 minute read
If you are installing AVEVA Enterprise Licensing to multiple computers, you can run the installation "silently" (command line mode).
Installing AVEVA Enterprise Licensing Silently from the Command Line
-
Open the command prompt (cmd.exe) as Administrator.
-
Change the working directory to the folder where you downloaded AVEVA Enterprise Licensing Setup.exe.
-
Run one of the following commands, depending on whether or not you want the computer to reboot automatically:
-
To automatically restart the node when installation is complete, enter the following command:
"C:\...\CD-AELicensingPackage\Setup.exe"/silent"C:\Response.txt"
-
If you do not want to automatically restart after installation, use the /Silentnoreboot option:
"C:\...\CD-AELicensingPackage\Setup.exe" /silentnoreboot "C:\Response.txt"
Note: If you do not require Configurator as a part of Silent Installation, then you can navigate to All.txt file located in CD-AELicensingStandalone\SampleResponseFile and delete the section containing the <Configurator> tags.
-