Dan_ATR Posted August 13, 2014 Posted August 13, 2014 (edited) Hia chaps, Hit an issue, when installing Adobe CS3 suite via SCCM2012 it fails then installing. If I install it via my setup.cmd file then it funs fine after I have clicked "Reinstall using correct settings" Has anyone here hit this issue too and do you know of a solution by any chance? I am running it as a Package and set the command line to run the cmd file named setup. the contents of this file is below. setup.exe --mode=Silent --deploymentFile="deployment\install.xml" --skipProcessCheck=1 Any idea @Oaktech Edited August 13, 2014 by Dan_ATR
Norphy Posted August 13, 2014 Posted August 13, 2014 What error is returned by Software Center when you attempt installation via SCCM?
Dan_ATR Posted August 13, 2014 Author Posted August 13, 2014 Just the normal Error code 7 which is also the same as 6 which means its just stopped. Not very helpful I know, thanks Adobe.
Arthur Posted August 13, 2014 Posted August 13, 2014 I seem to remember having to specify the full UNC path to the install.xml file when I originally deployed CS3.
Dan_ATR Posted August 13, 2014 Author Posted August 13, 2014 Giving that a go now. But we did have this before. But with out the ""
Dan_ATR Posted August 14, 2014 Author Posted August 14, 2014 Nope, still fails... Setup.exe --mode=Silent --deploymentFile="\\SEVERNAME\sccmapps$\AdobeCS3\deployment\install.xml" --skipProcessCheck=1
Norphy Posted August 14, 2014 Posted August 14, 2014 Is there any particular reason you're running it as a package rather than an application? Running is as an app is generally a lot more reliable.
Dan_ATR Posted August 14, 2014 Author Posted August 14, 2014 Yes becouse it does not have an MSI to directly run it and you need to tell it via command switchs to install silently, skip the validation, and locate the instal.xml If I run the Setup.cmd it runs fine with no issues at all. Its just SCCM 2012.
Norphy Posted August 14, 2014 Posted August 14, 2014 You don't need an MSI to install something as an application. You need to specify the application information manually instead. You can use all the necessary command switches in the application deployment command line. To create an app, open the Create Application Wizard , choose Manually specify...." and press Next. Give the app a name and fill out the other parts of the form. If you use the application catalog, fill out the information in there as well, press Next. On the Deployment types screen, press the Add button. Change the type to Script Installer and press Next. Give the deployment a name and press Next. Tell it where the server share that hosts your CS install is in the content location box and put in the name of the installer along with the necessary switches in the Installation program box. Fill in the uninstall program box if you can work out what to put. Press Next. You will need to add a detection clause, probably the easiest way is to use a file system one. Have it look for the photoshop.exe in the appropriate place and press Next. Change the Installation Behaviour to "Install for System" and Logon Requirement to "Whether or not...". Press Next. Press Next on the requirements screen and on the dependencies screen. Press Next again then Close. You'll be taken back to the Create Application wizard, press Next and Next again. The application will be created, you then distribute it and deploy it as you normally would. 2
Dan_ATR Posted August 14, 2014 Author Posted August 14, 2014 Poxy thing failed again on 7. I actualy thought we might have made some headway here
rj_mayer Posted August 15, 2014 Posted August 15, 2014 Interested to hear your outcome, as Adobe Web Standard CS3 is failing here via MDT as we're trying to role out 8.1. Given up on the package for the time being... Was fine on 7.
Arthur Posted August 15, 2014 Posted August 15, 2014 still fails... What errors do you get in your CS3 install log files? http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html 1
Arthur Posted August 15, 2014 Posted August 15, 2014 This post from @edie209 looks like it might be the solution to your problems. At the bottom of each of the xml files below (assuming you have the Design Premium edition), you will find a list of system requirements in ... . Remove this part, save and then deploy once all of the files have been modified. \\SERVERNAME\sccmapps$\AdobeCS3\[color="#FF0000"]payloads[/color]\ [color="#FF0000"]AdobeDesignSuitePremiumen_US_Volume[/color]\ AdobeDesignSuitePremiumen_US_Volume.proxy.xml [color="#FF0000"]AdobeDreamweaver9en_US[/color]\ AdobeDreamweaver9en_US.proxy.xml [color="#FF0000"]AdobeIllustrator13en_US[/color]\ AdobeIllustrator13en_US.proxy.xml [color="#FF0000"]AdobeInDesign5en_US[/color]\ AdobeInDesign5en_US.proxy.xml [color="#FF0000"]AdobePhotoshop10en_US[/color]\ AdobePhotoshop10en_US.proxy.xml [color="#FF0000"]AdobeVersionCue3All[/color]\ AdobeVersionCue3All.proxy.xml Because CS3 was released in 2007, neither Windows 7 or 8.1 are supported OSs when installing CS3 silently. [ { "OS": { "Windows": { "[color="#FF0000"]XP[/color]": { "Require": { "@lowerBound": 1, "MinServicePack": "2", "@servicePack64Bit": 1, "Need64Bit": "0" }, "Exclude": { "@upperBound": 1, "MaxServicePack": "1", "@servicePack64Bit": "0" } }, "Server2003": { "Require": { "@lowerBound": 1, "MinServicePack": "0" } }, "[color="#FF0000"]Vista[/color]": { "Require": true } } }, "Memory": { "System": { "Default": { "Require": "1024", "Exclude": "511" } } }, "Display": { "Default": { "Require": { "Width": "1024", "Height": "768" }, "Exclude": { "Width": "799", "Height": "599" } } } } ] 1
free780 Posted August 15, 2014 Posted August 15, 2014 I've got Photoshop cs3 deploying as an application in sccm 2012. I'll post my command line. I knew it took a while to get it working.
free780 Posted August 15, 2014 Posted August 15, 2014 "Adobe CS3\Setup.exe" --mode=silent --deploymentFile="Adobe CS3\Adobe Photoshop CS3.xml" --SkipProcessCheck=1 I had to create the deplymentfile by running --record=1 after Setup.exe on a test pc. Then got the xml file from C:\Program Files\Common Files\Adobe\Installers\ or C:\Program Files (x86)\Common Files\Adobe\Installers\ ona 64 bit pc. My xml file is included int he content for the application. It just gets copied to the local PC in C:\windows\ccmcache . 1
Dan_ATR Posted August 15, 2014 Author Posted August 15, 2014 This is more less what I already have. This was already installing silently on an RM XP SP3 network and also on a Vanilla Windows7/2008R2 network via GPO deployment via a VBS script. Its just annoying that if I kicked off the setup.cmd manually it goes off and installs with out an issue. Its just SCCM2012 >.< But I have removed the OS requirements as per this post here - clicky and am now going to test it. (of course after removing the existing content from the DP and adding it back.)
free780 Posted August 15, 2014 Posted August 15, 2014 You can just change the command line then right click on the deployment type to update the content. Unless you are using a package, then you just click update distribution points. 1
Arthur Posted August 15, 2014 Posted August 15, 2014 "Adobe CS3\Setup.exe" --mode=silent --deploymentFile="Adobe CS3\Adobe Photoshop CS3.xml" --SkipProcessCheck=1 That's the same as Adobe's! www.adobe.com/support/deployment/cs3_deployment.pdf
Dan_ATR Posted August 15, 2014 Author Posted August 15, 2014 this is my error. [ 2832] Fri Aug 15 09:16:17 2014 WARN Error setting action for {C4519961-AC64-4565-B3AF-9050296B5D5A} Adobe Illustrator CS3: Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\f4ca0de7e69bc77df34b5de71c8a078\resources\main.xml system check The minimum system requirements listed below are needed in order to run Adobe Illustrator CS3 and are not met. - Windows XP Service Pack 2 and greater - Windows Vista [ 2832] Fri Aug 15 09:16:17 2014 WARN Error setting action for {30C4B843-28DA-466F-AFCA-CB0ED153C826} Adobe Photoshop CS3: Localization: missing stringID "locPayloadSelectSystemRequirement" for en_US in C:\Program Files\Common Files\Adobe\Installers\f4ca0de7e69bc77df34b5de71c8a078\resources\main.xml system check The minimum system requirements listed below are needed in order to run Adobe Photoshop CS3 and are not met. - Windows XP Service Pack 2 and greater - Windows Vista [ 2832] Fri Aug 15 09:16:23 2014 FATAL Exception: Payload actions could not be set. Search the log for "BEGIN Setting requested payload actions" for details. Exit code: 7 This is my log file: Add or Remove Adobe Creative Suite 3 Web Premium 1.0.txt
free780 Posted August 15, 2014 Posted August 15, 2014 More likely to work. That's why I did it. Follow the instructions.
Dan_ATR Posted August 15, 2014 Author Posted August 15, 2014 More likely to work. That's why I did it. Follow the instructions. [ATTACH=CONFIG]26094[/ATTACH] Was that to me or Arthur? @free780, I did remove exactly what you see bellow. (Just to iron out any confusion.) AdobePhotoshop10en_US.proxy ======================== [ {"OS":{"Macintosh":{"Require":[{"Version":"10.4.8"}],"Exclude":[{"Version":"10.4.8"}]},"Windows":{"XP":{"Exclude":true,"Require":{"MinServicePack":"2","@servicePack64Bit":1 ,"Need64Bit":"0"}},"Server2003":{"Exclude":true},"Vista":{"Require":true}}} } ] AdobeIllustrator13en_US.proxy ======================== [ {"OS":{"Windows":{"XP":{"Exclude":true,"Require":{"MinServicePack":"2","@servicePack64Bit":1 ,"Need64Bit":"0"}},"Server2003":{"Exclude":true},"Vista":{"Require":true}}}, "Memory":{"System":{"Default":{"Require":"512","Exclude":"500"}}}, "Display":{"Default":{"Require":{"Width":"1024","Height":"768"},"Exclude":{"Width":"800","Height":"600"}}} } ]
Arthur Posted August 15, 2014 Posted August 15, 2014 I did remove exactly what you see below. What about the other proxy.xml files like AdobeWebSuitePremiumen_US_Volume.proxy.xml? 1
Dan_ATR Posted August 15, 2014 Author Posted August 15, 2014 What about the other proxy.xml files like AdobeWebSuitePremiumen_US_Volume.proxy.xml? You never said this in that post. So I have to go though all 46 folders and do this to each one? But the error was for AdobePhotoshop and AdobeIllustrator...
Dan_ATR Posted August 15, 2014 Author Posted August 15, 2014 Removed AdobeWebSuitePremiumen_US_Volume.proxy ================================== [ {"OS":{"Macintosh":{"Require":[{"@lowerBound":1, "Version":"10.4.8","Need64Bit":"0","NeedServer":"0"}],"Exclude":[{"@upperBound":1, "Version":"10.4.8","Only64Bit":"0","OnlyServer":"0"}]},"Windows":{"XP":{"Require":{"@lowerBound":1, "MinServicePack":"2","@servicePack64Bit":1 ,"Need64Bit":"0"},"Exclude":{"@upperBound":1, "MaxServicePack":"1","@servicePack64Bit":"0" }},"Server2003":{"Require":{"@lowerBound":1, "MinServicePack":"0"}},"Vista":{"Require":true}}}, "Memory":{"System":{"Default":{"Require":"1024","Exclude":"511"}}}, "Display":{"Default":{"Require":{"Width":"1024","Height":"768"},"Exclude":{"Width":"799","Height":"599"}}} } ]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now