cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MSP and Conflict Solver Database

Hi,

I was wondering if it is possible to include a patch (MSP) in Conflict Solver Database.

If the answer is yes, what is the best way to do this?
If the answer is not, how can I do to find a Conflict ?

Thanks
(1) Reply
Apply the patch to an Admistrative Image first

take your msi and go
msiexec /a ...msi
take your msp and go
msiexec /a thesame.msi /p ...msp

you will then have an msi with all the changes made by the msp

looeee