Darylrese Posted February 26, 2013 Posted February 26, 2013 (edited) Hi Guys, I am having problems getting this package onto the system. I am downloading the .exe, running {FileName}.exe" -nos_ne This runs the package in the normal way although in the past it has just extract files into a temp location without actually running the setup Then im grabbing the files from the temp folder then running msiexec /a "AcroRead.msi" /p "[update name].msp to try and apply the .msp update to the package. All im getting is an error to say product is already installed or theres a problem running the .msi Has anyone successfully applied update 11.0.02? If so please can you let me know what im doing wrong / the correct way of doing it? Edited February 26, 2013 by Darylrese
jamesfed Posted February 26, 2013 Posted February 26, 2013 Are you just getting the EXE from the normal consumer download or have you applied for the distribution licence?
FN-GM Posted February 26, 2013 Posted February 26, 2013 They should extract to - %ProgramData%\Adobe\Setup Then grab the files. Use the adobe customisation wizard to make any changes and install by running the .exe
Darylrese Posted February 26, 2013 Author Posted February 26, 2013 (edited) I have the files, i just can't work out how to apply the 11.0.02 update, I get this error The AcroRead.msi is version 11.0.1, i want to patch it to 11.0.2 but it comes in the form of a .msp not a .msi including the update Edited February 26, 2013 by Darylrese
Darylrese Posted February 26, 2013 Author Posted February 26, 2013 Indeed i did. The .msi wont open with the customization tool: I need to know how to patch the ArcoReader.msi to using the .msp files so that i can deploy it via GPO
Darylrese Posted February 26, 2013 Author Posted February 26, 2013 Just created a script to install the update at logon but its got errors on my machine. There must be an easy way to upgrade packages with .msp files
FN-GM Posted February 26, 2013 Posted February 26, 2013 Logon script? No wonder it fails, the user won't have permissions. Use it as a startup script.
Darylrese Posted February 26, 2013 Author Posted February 26, 2013 (edited) Sorry i meant startup script. I have sorted this now, had to run msiexec /a "AcroRead.msi" /p "[update name].msp with the 11.0.01 patch before it would allow me to run the command successfuly on the 11.0.02.msp. Effectively this upgraded ArcoRader to version 11.0.01 then to 11.0.02 but both had to be applied in order. You can't just patch the .msi it comes with straight to 11.0.02. Might be helpful for others to note. Changes were made to the AcroReader.msi and it now stands at version 11.0.02, added to a group policy and deployed successfully. Thanks for your help Edited February 26, 2013 by Darylrese
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now