Acrobat Standard 10.0
Hi all,
Looks like the new adobe customization wizard 10.0 has not released yet. Has any one packaged the new Acrobat standard 10.0? Please throw some light on this..Your help is very much appreciated
-Raj
Looks like the new adobe customization wizard 10.0 has not released yet. Has any one packaged the new Acrobat standard 10.0? Please throw some light on this..Your help is very much appreciated
-Raj
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
The custimization wizard has been released has anyone successfully deployed this yet?
Thanks
Chris
Thanks
Chris
Please log in to comment
Could you elaborate on how you deployed? Which commands you used etc...? I have tried about everything under the sun and it will not install silently in fact most times it brings up a window with the Windows Installer commands and then will not run.
Thanks!
Thanks!
Please log in to comment
How are you deploying? We're using SCCM and have done limited installs of both 10 Standard and Professional without incident. I used the new Customization Wizard to create transform files for both, based on our company requirements, then wrote a pretty standard MSI command for installation:
As a company best practice, I set the SCCM package to reboot the PC prior to the Acrobat install, and then a subsequent reboot reboot after the install. Users are notified, of course, prior to the installation.
Hope that helps.
%system%\msiexec.exe /i "[install directory]\AcroStan.msi" TRANSFORMS="[install directory]\AcroStan10.mst" /qb!- REBOOT=R /l [log file directory]\AcrobatStd10.log
As a company best practice, I set the SCCM package to reboot the PC prior to the Acrobat install, and then a subsequent reboot reboot after the install. Users are notified, of course, prior to the installation.
Hope that helps.
Please log in to comment
I am using the KACE KBox for deployment your command is getting me a little further but now I am receiving a Windows Installer error "This installation package could not be opened. Verify that the package exists and that you can access it, or contact the vendor to verify that this is a valis windows installer package."
Frustrating...
Frustrating...
Please log in to comment
I think I am allmost there I zipped the files and am able to deploy them to the machine and extract but cannot get the install to run I am receiving this error in the log...
Executing: /i "c:\Program Files\KACE\KBOX\downloads\8268\AcroStan.msi" TRANSFORMS="c:\Program Files\KACE\KBOX\downloads\8268\acrostan.mst" /qn
Error executing: '/i "c:\Program Files\KACE\KBOX\downloads\8268\AcroStan.msi" TRANSFORMS="c:\Program Files\KACE\KBOX\downloads\8268\acrostan.mst" /qn': System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
Executing: /i "c:\Program Files\KACE\KBOX\downloads\8268\AcroStan.msi" TRANSFORMS="c:\Program Files\KACE\KBOX\downloads\8268\acrostan.mst" /qn
Error executing: '/i "c:\Program Files\KACE\KBOX\downloads\8268\AcroStan.msi" TRANSFORMS="c:\Program Files\KACE\KBOX\downloads\8268\acrostan.mst" /qn': System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
Please log in to comment
Nope I'm still beating my head against the wall with this and I am finding no answers anywhere.
Please log in to comment
You can prepend the msiexec and I've tried it both with and without and still nothing.
Yes I have seen the KBox specific forums but there is nothing there that's been helpfull.
Yes I have seen the KBox specific forums but there is nothing there that's been helpfull.
Please log in to comment
cmeisinger,
With much pain I've finally got it to work. I'm doing Acrobat X Standard.
I've got it to work with this: msiexec.exe /i acrostan.msi TRANSFORMS=[transformname}.mst /qb
Set for configure manually and then set "don't prepend msiexec.exe" as unchecked.
Good luck.
With much pain I've finally got it to work. I'm doing Acrobat X Standard.
I've got it to work with this: msiexec.exe /i acrostan.msi TRANSFORMS=[transformname}.mst /qb
Set for configure manually and then set "don't prepend msiexec.exe" as unchecked.
Good luck.
Please log in to comment
Having a little issue with my silent Install Script. I'm using the Adobe Customization X and under Install Options --> Run Installation I have Silently (No Interface) selected.
When I run the script on a computer, it shows the Adobe X progress bar. It also asks them to close outlook.exe.
How do I get rid of the progress bar and have it not ask them to close down applications. I would like to make this install as silent as possible.
My Install Script
When I run the script on a computer, it shows the Adobe X progress bar. It also asks them to close outlook.exe.
How do I get rid of the progress bar and have it not ask them to close down applications. I would like to make this install as silent as possible.
My Install Script
msiexec.exe /i \\server\Software\Packages\Adobe\Acrobat_XPro\AcroPro.msi TRANSFORMS=AcroPro.mst SUPPRESS_APP_LAUNCH=YES /qb
Please log in to comment
errinf...
Are you using a zip file with the installs, MSI, MST etc that gets downloaded to the client machine then runs that command?
Are you using a zip file with the installs, MSI, MST etc that gets downloaded to the client machine then runs that command?
Please log in to comment
O.k I just got it to run successfully! Hoorah! Thanks so much!
Please log in to comment
Comments