Hi All
I have successfully created Adobe CC Teams Packages using the Packer for Windows 32 and 64 Bit and then successfully deployed these packages to Windows Clients using SCCM 2007.
I've only ever deployed the msi from the Build folders of the CC Packages that I've created so far, so I've not deployed the contents of the Exception folders. So this is the basis of my question....
Do you need to create a Separate SCCM Package\Program and Advertisement for the Exceptions folder Application and its contents?
Or Is it possible to use the Exception syntax as part of the main Build folder's msi installer?
So if I had something like this, would SCCM be able to deploy the MSI from the build folder and then install the contents of the Exceptions folder...
msiexec.exe /i Photoshop_CC.msi /quiet ExceptionDeployer --workflow=install --mode=pre --installLanguage=en_US
Thanks!