I am trying to get Adobe Photoshop CS3 to install silently from my Windows Vista DVD and i am not having too good of luck with it...
I have everything setup properly i think... I followed adobe's instructions for silent installs of the entire CS3 suite...
http://www.adobe.com..._deployment.pdf
as well as the ones posted somewhere on MSFN.
here is my code for Autounattend.xml for Windows Vista...
<RunSynchronousCommand wcm:action="add"> <Order>7</Order> <Path>cmd /c %AppsRoot%\Install\Adobe\Photoshop\Setup.exe --mode=silent --deploymentFile="D:\Install\Adobe\Photoshop\deployment.xml"</Path> <Description>Installing Adobe Photoshop CS3 Please Wait...</Description> </RunSynchronousCommand>
Here is my Application.xml.OVERRIDE code
<?xml version=”1.0” encoding=”utf-8”?> <Configuration> <Payload> <Data key=”Serial” protected=”0”>SERIAL HERE</Data> <Data key=”Registration”>Suppress</Data> <Data key=”EULA”>Suppress</Data> <Data key=”Updates”>Suppress</Data> </Payload> </Configuration>
If someone knows away to do this please let me know!
Thanks in advance for your help guys, its much appreciated... I have been trying to get this to work for about 2 weeks and i am finally asking for help.



Help
Back to top









