How to install adobe captivate 6?
How to install adobe captivate 6 using pdq deploy?
dosent work for me: --mode=silent --deploymentFile="\\my-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\install.xml" --overrideFile="\\my-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\application.xml.override" --action=install
install.xml:
<?xml version="1.0" encoding="UTF-8"?>
<Deployment>
<Properties>
<Property name="EULA_LANGUAGE">en_US</Property>
<Property name="eula_EPIC_EULA_ACCEPTED">1</Property>
<Property name="eula_EPIC_EULA_SELECTED">0</Property>
<Property name="INSTALLDIR">C:\Programme\Adobe</Property>
<Property name="defaultLanguage">de_DE</Property>
<Property name="installLanguage">de_DE</Property>
<Property name="driverAdobeCode">My adobe Signature</Property>
</Properties>
<Payloads>
<Payload adobeCode="My adobe Signature">
<Action>install</Action>
</Payload>
</Payloads>
</Deployment>
application.xml.override:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<Payload adobeCode="My adobe Signature">
<Data key="Serial" protected="0">YYY</Data>
<Data key="EULADelay">-1</Data>
<Data key="Updates">Suppress</Data>
</Payload>
</Configuration>
Comments
What error are you receiving in PDQ Deploy?
Just curious if you are using the suggestions in the AAMEE deployment guide? Looks like a complex installation, especially if you need to do post installs or custom installs.
Hi Shawn,
Thanks for reply, Please find below error code and my package xml,
Package returned error code 16 (ignore *****)
Command Line: Set-up.exe --mode=silent --deploymentFile="\\**-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\install.xml" --overrideFile="\\**-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\application.xml.override" --action=install
Computer Name: ****-pc
User Name: *********
Package: Installers > Adobe Captivate 6
AdminArsenal.PDQDeploy.Packages.PackageOtherException
at AdminArsenal.PDQDeploy.Packages.InstallRunnerStep.Verify(RunnerStepStatus output)
at AdminArsenal.Remote.Agent.RemoteRunner.Process(IEnumerable`1 steps)
at AdminArsenal.Remote.Agent.RemoteRunner.Process()
XML:
<?xml version="1.0" encoding="utf-8"?>
<AdminArsenal.Export Code="PDQDeploy" Name="PDQ Deploy" Version="3.0.4.0" MinimumVersion="3.0">
<Package>
<PackageDefinition name="Definition">
<RunAsLocalSystem value="null" />
<UseCustomTimeout value="false" />
<Timeout value="60" />
<CopyMode>Default</CopyMode>
<InventoryScanProfileId value="null" />
<ScanAfterDeployment value="null" />
<Steps type="list">
<PackageStep>
<RunAsLoggedOnUser value="false" />
<CustomCommandLine></CustomCommandLine>
<FileName>\\******-PC\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\Set-up.exe</FileName>
<Files></Files>
<IncludeDirectory value="true" />
<MsiOperation>Install</MsiOperation>
<MsiQuiet value="true" />
<MsiRestart>Never</MsiRestart>
<Parameters>--mode=silent --deploymentFile="\\*****-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\install.xml" --overrideFile="\\******-pc\Softwares\Adobe Captivate 6 (32 Bit)\Adobe Captivate 6\application.xml.override" --action=install</Parameters>
<SuccessCodes>0,1641,3010</SuccessCodes>
<Conditions type="list">
<PackageStepCondition>
<Architecture>Both</Architecture>
<Version>All</Version>
<TypeName>OperatingSystem</TypeName>
</PackageStepCondition>
<PackageStepCondition>
<IsUserLoggedOn>AlwaysRun</IsUserLoggedOn>
<TypeName>LoggedOnUser</TypeName>
</PackageStepCondition>
</Conditions>
<ErrorMode>StopDeploymentFail</ErrorMode>
<Title></Title>
<TypeName>Install</TypeName>
<IsEnabled value="true" />
</PackageStep>
</Steps>
</PackageDefinition>
<Description></Description>
<Name>Adobe Captivate 6</Name>
<Version></Version>
<Path>Installers > Adobe Captivate 6</Path>
</Package>
</AdminArsenal.Export>