Adobe Indesign CS3 - Licenceproblem :-(
Hia all
I searched the Forum, and try the silent-install way, like Adobe describe, but i m stucking in licencing Problems...
Here my Setup Batch-File with is called in Netinstall:
"%~DP0setup" --mode=Silent --deploymentFile="%~DP0payloads\setup.xml"
My application.xml.override is placed in:
\payloads\AdobeALMAnchorServiceAll\
This is inside:
I`ll also try it this way (formatting "-") with the licencing Key: 1037-1759-2403-7762-3262-8888
The deployment works, but when starting the Application, following ErrorMessage appears:
I hope someone could help me out [:)]
I searched the Forum, and try the silent-install way, like Adobe describe, but i m stucking in licencing Problems...
Here my Setup Batch-File with is called in Netinstall:
"%~DP0setup" --mode=Silent --deploymentFile="%~DP0payloads\setup.xml"
My application.xml.override is placed in:
\payloads\AdobeALMAnchorServiceAll\
This is inside:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Data key="Serial" protected="0">103717592403776232628888</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Configuration>
I`ll also try it this way (formatting "-") with the licencing Key: 1037-1759-2403-7762-3262-8888
The deployment works, but when starting the Application, following ErrorMessage appears:
AMT Subsystem Failure
The licencing Subsystem has failed catastrophically. You must reinstall or call customer Support.
I hope someone could help me out [:)]
0 Comments
[ + ] Show comments
Answers (5)
Please log in to answer
Posted by:
anonymous_9363
17 years ago
Posted by:
Heinz Treben
17 years ago
I have read the deployment Guide from Adobe again - and see that my Adobedriver Folder is wrong..
In Case of Indesign - the override-File must be placed in \payloads\AdobeInDesign5en_US
I also find an typo Error inside the file - now it is correct:
But the Error is still there - it seems that the override File would not work during installation [X(]
Please help me out
My application.xml.override is placed in:
\payloads\AdobeALMAnchorServiceAll\
In Case of Indesign - the override-File must be placed in \payloads\AdobeInDesign5en_US
I also find an typo Error inside the file - now it is correct:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload>
<Data key="Serial" protected="0">103717592403776232628888</Data>
<Data key="Registration">Suppress</Data>
<Data key="EULA">Suppress</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
But the Error is still there - it seems that the override File would not work during installation [X(]
Please help me out
Posted by:
Heinz Treben
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.