myITforum.com Community Forum myITforum.com Community Forum

Home  Forums  Blogs  Live Support chat  Search Articles  Wiki  FAQ  Email Lists  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

All Forums RSS Feed Subscription:


  


Deploying Adobe patches with SMS

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
  Printable Version
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> Deploying Adobe patches with SMS Page: [1]
Login
Message << Older Topic   Newer Topic >>
Deploying Adobe patches with SMS - 7/31/2008 12:58:14 PM   
ahamson

 

Posts: 84
Score: 0
Joined: 11/20/2001
Status: offline
Not sure if anyone can help or if this belongs here:
I've been trying to package three Adobe patches and 1 security update using SMS 2003.  The batch file I created works outside of SMS but when I run it from SMS it doesn't any ideas?
I've tried all the following:
msiexec /update Update1.msp;update2.msp;update3.msp /qb!
msiexec.exe /passive /norestart ALLUSERS=2 /m MSIV7CZ0 /i "AcrobatReaderUpd812_SU1_all.msi"

msiexec /patch Update1.msp;update2.msp;update3.msp /qb!
msiexec.exe /passive /norestart ALLUSERS=2 /m MSIV7CZ0 /i "AcrobatReaderUpd812_SU1_all.msi"

msiexec /p acrobatupd810_efgj_incr.msp
msiexec /p acrobatupd811_all_incr.msp
msiexec /p acrobatupd812_all_incr.msp
msiexec.exe /passive /norestart ALLUSERS=2 /m MSIV7CZ0 /i "AcrobatReaderUpd812_SU1_all.msi"

msiexec /p AcrobatUpd810_efgj_incr.msp /q
msiexec /p AcrobatUpd811_all_incr.msp /q
msiexec /p acrobatupd812_all_incr.msp /q
Post #: 1
RE: Deploying Adobe patches with SMS - 7/31/2008 2:43:16 PM   
eschloss


Posts: 616
Score: 25
Joined: 9/7/2004
From: Cincinnati
Status: offline
I think the reason you are having issues is that these are all relative paths in the batch file and they cannot be used in SMS.  Try somethin like this:

msiexec /p "%~dp0acrobatupd810_efgj_incr.msp "
msiexec /p "%~dp0acrobatupd811_all_incr.msp"
msiexec /p "%~dp0acrobatupd812_all_incr.msp"
msiexec.exe /passive /norestart ALLUSERS=2 /m MSIV7CZ0 /i "%~dp0AcrobatReaderUpd812_SU1_all.msi"

the %~dp0 in a batch file says "insert current path here".  Always remember to use the quotes aroung the whole file path in case it contains spaces.

(in reply to ahamson)
Post #: 2
RE: Deploying Adobe patches with SMS - 7/31/2008 3:20:56 PM   
ahamson

 

Posts: 84
Score: 0
Joined: 11/20/2001
Status: offline
that didn't do the trick.  Thanks

(in reply to eschloss)
Post #: 3
RE: Deploying Adobe patches with SMS - 7/31/2008 5:45:52 PM   
mhudson

 

Posts: 539
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
first off make sure you are downloading to the client cache.  Adobe patches are problematic with run from a share
here is our patch.bat.  We download to the cache and run this batch file, no problems.

If we do have a problem then run it with a /log and if there is a problem we can't fix then we are forced to run it manually on the machine or allow the user to interact and let them step through the patch install and this will work.


------------
msiexec /p AcrobatUpd810_efgj_incr.msp /qb /norestart
msiexec /p AcrobatUpd811_all.msp /qb /norestart
msiexec /p "8.1.2 patch.msp" /qb /norestart
-----------------------------------

_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to ahamson)
Post #: 4
RE: Deploying Adobe patches with SMS - 8/1/2008 3:42:15 PM   
jkeim

 

Posts: 34
Score: 0
Joined: 6/5/2001
Status: offline
I just built a package in Wise Script Editor to deploy Adobe 8.1.1, 8.1.2, and the Security patch by using command lines like this:

msiexec /p "AcrobatUpd811_all_incr.msp" /n {PRODUCT CODE} /qn /L* C:\AdobeUpd811.log
msiexec /p "AcrobatUpd812_all_incr.msp" /n {PRODUCT CODE} /qn /L* C:\AdobeUpd812.log
msiexec /i "AcrobatReaderUpd812_SU1_all.msi" /qn /L* C:\AdobeSecUpd.log

Look for the product code in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\AdobeVERSIONYOU USE

All worked like a charm!
Hope this helps.
Janis

(in reply to mhudson)
Post #: 5
RE: Deploying Adobe patches with SMS - 8/1/2008 9:33:03 PM   
ahamson

 

Posts: 84
Score: 0
Joined: 11/20/2001
Status: offline
Thanks everyone who responded.  I've tested mhudson's solution on a few PCs and it appears to work great.  Thank you

(in reply to jkeim)
Post #: 6
RE: Deploying Adobe patches with SMS - 8/3/2008 3:26:19 PM   
mhudson

 

Posts: 539
Score: 12
Joined: 4/1/2007
From: College Station, TX
Status: offline
Your welcome. 

_____________________________

Matthew Hudson
http://sms-hints-tricks.blogspot.com/
http://www.sccm-tools.com

(in reply to ahamson)
Post #: 7
Page:   [1]
All Forums >> [Management Products] >> Microsoft Systems Management Server >> SMS 2003 >> Deploying Adobe patches with SMS Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



  
Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.518