Unable to add licence key in Adobe Captivate 9 using install.xml and application.xml.override files.
Hello All
xxxxxxxxxxxxxxxxxxxx Suppress Suppress Suppress
I'm creating the silent installation of Adobe Captivate 9. I have used the following command line for silently installing the Captivate 9 :-
"path of setup.exe" --mode=silent --deploymentFile="\\path of install.xml" --overrideFile="path to application.xml.override" --action=install
Its silently installing the package but unable to add the licence key.
I have used following application.xml.override file :-
Please help me .
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
8 years ago
>I have used following application.xml.override file :- >xxxxxxxxxxxxxxxxxxxx Suppress Suppress Suppress
So....nothing that even remotely looks like an XML file, then. It should look like this:
>
<?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>
Comments:
-
I have used above application.xml.override file. But no luck - priti thapliyal 8 years ago