Deploying a MSP via GP

G

Guest

At the moment I'm trying to deploy a MSP for Microsoft Data Analyzer through GPO. Am I correct in thinking that this doesn't seem possible? MSDA doesn't support administrative installations (well, /a doesn't work anyway), so I can't deploy the patch to the admin-installation. Is there some other, carefree, GP-way to distribute the MSP to my systems without building a new MSI-package? We use Windows 2000 server and XP workstations. TIA.
 
D

Darren Mar-Elia

Hey there-
So it sounds like what you're saying is that you are trying to update MSDA
with your MSP file using something like this:
msiexec /a \\server\share\msdasetup.msi /p msdapatch.msp

and its not working? If that is the case, then you have a couple of options
from a GPO perspective. You could package the patch into an updated version
of MSDA and make it a separate MSI with a new product code and create an
upgrade relationship between the original version and the new one.
Alternatively, if the patch is changing just a few files in the original
install, you might be able to edit the original install package using ORCA
or a packaging tool and just include the patched files in the original MSI.
In that case, you would have to do a re-deploy on that package within the
GPO to have your users pick it up again.

Darren Mar-Elia
http://www.gpoguy.com

R. Baas said:
At the moment I'm trying to deploy a MSP for Microsoft Data Analyzer
through GPO. Am I correct in thinking that this doesn't seem possible? MSDA
doesn't support administrative installations (well, /a doesn't work anyway),
so I can't deploy the patch to the admin-installation. Is there some other,
carefree, GP-way to distribute the MSP to my systems without building a new
MSI-package? We use Windows 2000 server and XP workstations. TIA.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top