There are a couple of additional pieces I'd like to share that I've found from painful experience. This applies to all of the CS4 family, as far as I can tell.
Since we're doing an enterprise deployment, we use a package that copies the files to the receiving PC, then runs. During my testing, I found that if I just copied the folder with the AdobeUber(Un)Installer files, the installation would fail with a -1, and the log file in %TMP% was missing. After pouring over the documentation, I found that those four files had to be placed in the same folder as the SETUP.EXE file, meaning that you had to have the entire unpacked package.
Additionally, you have to edit the AdobeUberInstaller.xml file (and the uninstaller xml) to point to the current location for the package, which in most cases, is not where you initially created the package. This path seems to need to be absolute, but the jury is still out on that.
For a final insult, apparently the packages use both the %TMP% and %TEMP% paths. If they aren't the same, you may get strange results.
Since you are required to run setup.exe when launching the vendor's MSI file and don't want to find a way to work around it, I found out that the easiest way to automate a silent installation of Illustrator CS4 was to use Adobe CS4 Deployment Toolkit.
After you have finished the customization of Illustrator through the toolkit you'll receive two XML files, one for install and one for uninstall of the product. To get these XML files to work there is also automatically created two EXE files called AdobeUberInstaller and AdobeUberUninstaller. Both XML and EXE files must be placed in the same folder to execute correctly.
When deploying I just created one simple Windows NT Command Script for install and one for uninstall. Example:
@echo off
echo Adobe Illustrator CS4 is now being installed
echo DO NOT close this window
echo Window will close automatically when the installation has finished
Adobe Creative Suite 4 Deployment Toolkit is used to create "AdobeUberInstaller.exe", "AdobeUberUninstaller.exe" and "AdobeUberInstaller.xml", "AdobeUberUninstaller.xml". Application can be install silently through silent command line with the help of "AdobeUberInstaller.xml" and "AdobeUberInstaller.exe".
Removed Hard-Coding from "AdobeUberInstaller.xml" file,
We will get following line in XML file:
1) <InstallerLocation>XML File location </InstallerLocation>
Delete "XML File location" because if we run "AdobeUberInstaller.exe" it will search for the source DIR at these location and package will not install.
2) <Overrides driverPayloadFolder="">
Enter Driver folder name in between the double quotes "" and folder name is present in Setup.xml file which is present in "Payload" folder.
Ref. Link :- http://www.adobe.com/devnet/creativesuite/pdfs/TK_Guide_Book.pdf
We cannot remove Adobe ILLustrator Suite as a single unit, because it was mentioned in support document under Uninstallation section
"In Windows XP, open the Windows Control Panel and double-click Add or Remove Programs. Select the product that you want to uninstall, click Change/Remove, and then follow the on-screen instructions." So three different command lines are used to remove Adobe illustrator Application.
Questions & Answers related to Adobe Illustrator CS4
Blogs (0)
Blog posts related to Adobe Illustrator CS4
Links (0)
Links related to Adobe Illustrator CS4
Reviews (0)
Reviews related to Adobe Illustrator CS4
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ