Windows Thread, GPO Deployment in Technical; I am trying to update all my workstations to SP3 of corel wordperfect 12. I would like to deploy the ...
-
26th May 2007, 03:15 AM #1
- Rep Power
- 0
GPO Deployment
I am trying to update all my workstations to SP3 of corel wordperfect 12. I would like to deploy the service pack through gpo to all the workstations. The issue however is that the sp is in an .msp format instead of .msi and it will not allow me to. Does anyone know of way to do accomplish this? I do not want to install this manually on each machine.
-
-
IDG Tech News
-
26th May 2007, 11:51 AM #2 Re: GPO Deployment
Run it as a startup script?
-
-
27th May 2007, 10:34 PM #3
- Rep Power
- 0
Re: GPO Deployment
Have you tried to create an MSI using Wininstall LE or other?
Mal
-
-
29th May 2007, 05:58 AM #4 Re: GPO Deployment
If the service pack is an MSP, then the original install must be an MSI. In theory you can deploy as follows.
1 - Using the original installer, create an admin install point by usinging 'setup /a' command line
2 - Apply the MSP (patch) to the admin install point (in a similar way to this)
3 - Now deploy the MSI to workstations.
Note that I say 'in theory'. Test this thoroughly on both a clean workstation and a workstation with the software already installed to see what happens.
-
-
29th May 2007, 07:32 AM #5 Re: GPO Deployment
I might be misunderstanding what you're suggesting but the key thing to do is to make a completely new install folder (not sure if that's what point 1 means)
What I've found happen is that you will need to redeploy the whole application from that newly patched install. If you just update the existing install and if, for any reason, machines get missed and try to use the updated MSI they will fail - the MSI now doesn't match the original and you'll get the "insert disc" type messages.
I would probably put it in a machine startup script which will just run:
msiexec /quiet /update \\server\share\mspfile.msp
- surround that with checks to make sure that you don't run it twice. For example:
if exist c:\windows\corel12.sp3 goto end
msiexec /quiet /update \\server\share\mspfile.msp
echo done > c:\windows\corel12.sp3
:end
-
-
29th May 2007, 01:05 PM #6 Re: GPO Deployment

Originally Posted by
srochford I might be misunderstanding what you're suggesting but the key thing to do is to make a completely new install folder (not sure if that's what point 1 means)
Yes, that's what I meant.
-
SHARE:
Similar Threads
-
By jumpinjamez in forum MIS Systems
Replies: 126
Last Post: 17th April 2012, 07:35 PM
-
By Irazmus in forum MIS Systems
Replies: 15
Last Post: 18th September 2008, 11:19 AM
-
By edsa in forum How do you do....it?
Replies: 23
Last Post: 28th June 2007, 09:02 AM
-
By alonebfg in forum Windows
Replies: 4
Last Post: 29th May 2007, 02:48 PM
-
By rlculver in forum Network and Classroom Management
Replies: 7
Last Post: 22nd April 2007, 09:53 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules