Hi Alexander,
Please follow the steps below to silently install RoboHelp 9:
I) Copy the set up from installation media to your local drive.
II) Create the application.xml.override file.This file(application.xml.ov) is required for serialization during installation, registration suppression, End User LicenseAgreement (EULA) suppression, and update suppression.To create this override file follow steps mention below
- Open Notepad.
- Copy the following text into the application:
<?xml version="1.0" encoding="utf-8"?> <Configuration><Payload adobeCode="{Product_Code}"> <Data key="Serial" protected="0">12341234123412341234</Data> <Data key="Registration">Suppress</Data><Data key="Updates">Suppress</Data><Data key="EULADelay">-1</Data> </Payload> </Configuration> Replace Product_Code with your product's code:
a) Navigate to <Installation source folder>\payloads.
b) Open setup.xml in Notepad.
c) Locate the <mediaSignature> tag.
d) Copy the alphanumeric product code between <mediaSignature> and </mediaSignature>.
e) Paste the copied code into the {Product_Code} value in the application.xml.override file.
Example: <Configuration><Payload adobeCode="{DE60F0DE-469A-42DC-A678-978313210057}">.
4) Replace 123412341234123412341234 with your serial number.
Important: Omit hyphens. Delete <Data key="Registration">Suppress</Data> to have the registration prompt appear. Delete <Datakey="Updates">Suppress</Data> to have the Adobe Application Manager check for updates.
5) Save the file as application.xml.override in the deployment folder.
Important: Make sure that application.xml.override does not have any additional extensions, such as .txt.
III) Open command promt in Admin mode. Type the following command to silently install the product.
Set-up.exe --mode=silent --deploymentFile=<path to Deployment.install.xml> --acton=install --overrideFile="<Deployment files source path>\application.xml.override" .
Note:- 1) Depolyment file can be found in the deploy folder of the set up. There will be locale specific deployment file. Use one which pertains to your need.
2) You may get error code 6 after completing the set up. However, product may work fine.