Jump to content

Recommended Posts

Posted (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 by Dan_ATR
Posted

Nope, still fails...

Setup.exe --mode=Silent --deploymentFile="\\SEVERNAME\sccmapps$\AdobeCS3\deployment\install.xml" --skipProcessCheck=1

Posted
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.
Posted

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.

Posted

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.

  • Thanks 2
Posted
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.
Posted

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"
           }
       }
   }
}
]

  • Thanks 1
Posted

"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 .

  • Thanks 1
Posted

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.)

Posted
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.
  • Thanks 1
Posted

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

Posted
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"}}}

}

]

Posted
What about the other proxy.xml files like AdobeWebSuitePremiumen_US_Volume.proxy.xml? :confused:

 

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...

Posted

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"}}}

}

]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...