pacardon Posted July 3, 2006 Posted July 3, 2006 (edited) I've been through several Adobe Acrobat 7.0 Pro guides... but they never feel complete. XXSplit's Guide was close, but a little confusing. So I used his guide, a little bit of thinking to come up with this one. Which is exactly what I was looking for.Step One: From your Adobe Acrobat CD run the following command:x:\setup.exe /aPlace the admin update somewhere on your harddrive. "C:\Acrobat 7" for exampleStep two: Download the latest updates 7.0.7 and 7.0.8Create a folder on root c:\, call it "Acrobat Update"Extract all the MSP files from the updates to this folder using winrar.You should have three MSP files:Ac705PrP_efgj.mspAcro707.mspAcro708.mspOpen a command prompt and browse to "C:\Acrobat Update"Run the following commands:msiexec /p Ac705PrP_efgj.msp /a "C:\Acrobat 7\AcroPro.msi" /qb!msiexec /p Acro707.msp /a "C:\Acrobat 7\AcroPro.msi" /qb!msiexec /p Acro708.msp /a "C:\Acrobat 7\AcroPro.msi" /qb!Now for you unattended install you need to go download Installshield Tuner and install it.When you run it, browse the the .itw on your Acrobat 7 CD, choose create new transform. The MSI file should be C:\Acrobat 7\AcroPro.msiGo through and customize, add your CD key under Install Options, and under Preferences > Eula and Online Features tab, there is a checkbox to skip the EULA.Your install command should look like this:AcroPro.msi TRANSFORMS=AcroPro.mst /qb /norestartIf you don't want the progress bar and have it completely invisible:AcroPro.msi TRANSFORMS=AcroPro.mst /qn /norestartFrom here you can dump it onto your Custom XP DVD, stick it on network, burn a new disk, or make a 7zip installer to save space.And remember, as Adobe releases updates, just extract the MSP and run this command to keep your install updated:msiexec /p Acro7XX.msp /a "C:\Acrobat 7\AcroPro.msi" /qb!ENJOY! Edited July 6, 2006 by pacardon
spacesurfer Posted July 4, 2006 Posted July 4, 2006 good guide.note about extracting the updates, if you have winrar, it can extract those files... no need to run the update and copy from temp folder.i'm guessing winzip should also be able to extract those.
pacardon Posted July 4, 2006 Author Posted July 4, 2006 Doh! Didn't even try Winrar! I'll modify the guide!
T D Posted July 4, 2006 Posted July 4, 2006 (edited) Sorry to steal your thunder, but there's a universal guide on how to slipstream MSPs into MSIs.But what is good is that your guide is more specific to actrobat, filenames etc.Btw, not msiexec /p Acro7XX.msp /a C:\Acrobat 7\AcroPro.msi /qb! but msiexec /p "<Path_to_patch>\Acro7XX.msp" /a "C:\Acrobat 7\AcroPro.msi" /qb! W/out quotes, it won't work if there are spaces in the path to AcroPro.msi.For ppl who are wondering, if you can make an admin install w/standard edition, you can slipstream patches into it. Edited July 4, 2006 by T D
atomicrabbit Posted July 5, 2006 Posted July 5, 2006 sweet! nice and simple.Thanks..One thing. Is there any way to automate the activation?
T D Posted July 5, 2006 Posted July 5, 2006 Use an AutoIt script. I personally scrapped Acrobat and used those free PDF printers instead cos Acrobat really lagged in resources.
atomicrabbit Posted July 5, 2006 Posted July 5, 2006 (edited) meh. A lot of ppl switch to the free crap, but I can trust Adobe. the pro version has a LOT of powerful tools. It may be a bit slow but it's barely noticeable!I've used a free one before. It's one of those portable ones you throw on a USB key (think it's called Foxit Reader). I only use it when I am working on another computer and it may not have a pdf reader. problem with those is that its not an installer (just a standalone app) and it makes a bunch of reg changes to associate icons and who knows what else. At least I know if I want to uninstall adobe, I can. But anyways..... everyone has their own opinion about this.Use an AutoIt script.How?? Edited July 5, 2006 by atomicrabbit
MAVERICKS CHOICE Posted July 6, 2006 Posted July 6, 2006 Good guide but don't really see the difference to this & XXSplits?Doesn't address rego info unattended as his thread does nice try tho.CheersMC.
atomicrabbit Posted July 6, 2006 Posted July 6, 2006 does anyone know how to create an AutoIt script that will automate the acrobat activation?
T D Posted July 6, 2006 Posted July 6, 2006 First, be familiar w/AutoIt.Use it to launch the install and make it wait for the Activation window to come up. When the window /wcorrect text comes up, make it simulate the keyboard keystrokes you need to make it click "Activate" or "Activate Online".I scrapped Acrobat after switching to a PDF printer w/Foxit PDF reader so I lost my AutoIt script for actiavation. But you should be able to figure it out. Or you can copy the folders/files from here C:\Program Files\Common Files\Adobe Systems SharedC:\Documents and Settings\All Users\Application Data\Adobe SystemsC:\Documents and Settings\Administrator\Local Settings\Application Data\Adobe\Acrobat\7.0\CacheOr not C:\ but you know where I mean. You could put them in "$OEM$\$DOCS\Default User" or make a sfx archive. But your hardware can't differ too much if you use this method on another pc.
pacardon Posted July 6, 2006 Author Posted July 6, 2006 Sorry to steal your thunder, but there's a universal guide on how to slipstream MSPs into MSIs.But what is good is that your guide is more specific to actrobat, filenames etc.Btw, not msiexec /p Acro7XX.msp /a C:\Acrobat 7\AcroPro.msi /qb! but msiexec /p "<Path_to_patch>\Acro7XX.msp" /a "C:\Acrobat 7\AcroPro.msi" /qb! W/out quotes, it won't work if there are spaces in the path to AcroPro.msi.For ppl who are wondering, if you can make an admin install w/standard edition, you can slipstream patches into it.Thanks for the tip... updating the guide. The <Path_to_patch> isn't really needed as I recommend you always execute the MSP from its folder. It is not required, but it is always easier, that way you only need to know where it is going, and not comming from because you are already there. So if the msp is in c:\acrobat\patches your command prompt will look like this when your run the command:c:\acrobat\patches>There are other guides on the Adobe Registration Stuff, you just pull .dat out of some folder and copy it back I believe. Don't know for sure.
T D Posted July 7, 2006 Posted July 7, 2006 (edited) <Path_to_patch> is needed. Say you pressed start>run and typed msiexec /p Acro7XX.msp /a C:\Acrobat 7\AcroPro.msi /qb! There yould be an error message saying that "the installation package couldn't be opened" as you have specified the path to the msi, but not the msp. The msiexec /p Acro7XX.msp /a C:\Acrobat 7\AcroPro.msi /qb! would only work if you put it in a batch file in the same folder as the installation. So it will work from a cmd prompt but not start>run. For ease of use, you could put FOR %%f IN (*.msp) DO msiexec /p %%f /a .\AcroPro.msi SHORTFILENAMES=TRUE /qbFOR %%f IN (*.msp) DO msiexec /p %%f /a .\AcroStan.msi SHORTFILENAMES=TRUE /qb... or something like that. Edited July 7, 2006 by T D
orei Posted July 8, 2006 Posted July 8, 2006 hy guys.. i've a problem.. i can't install 7.0.7 and 7.0.8 upgrade.. i can't install always.. not only in unattended setup..When i do the upgrade, automatic, or manual, a windows say me that can't install this upgrade.. because there isn't a valid sequence.. but i already have installed 7.0.5 FULL upgrade..why this??I have Italian Version..Another thing.. when i do the unattended installation, Acrobat is installed in Spanish version.. how can configure it for an italian installation?My Acrobat setup infact contain 3 languages...How can i select the right (italian) setup in unattended installation??Thanks a lot!!!
T D Posted July 8, 2006 Posted July 8, 2006 Any luck on Google?But the solution is more specific so you prob wouldn't find it.Google Windows installer transforms file. Download Wise InstallTailor to create one w/italien options. Or you could google the one that was specifically designed for acrobat.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now