How do I patch a program with a .msp file

Associate
Joined
8 Feb 2008
Posts
1,362
Location
Edinburgh
As the title really,

Need to patch a program with an .msp file but not sure how to go about it.

This is on 32 XP SP2. I think Windows Installer should recognise it by default but it doesn't appear to :(
 
I *believe* .msp files are Vista compatible, so your mileage may vary with XP...

You're thinking of .msu files, which are the file format of the Windows Updates for Vista.

To the OP: What is it you're trying to do? Are you trying to patch an existing application .msi file? Is it standalone or an application deployed via group policy?

Either way, the following link may me of interest: http://www.appdeploy.com/faq/detail.asp?id=48
 
You're thinking of .msu files, which are the file format of the Windows Updates for Vista.

To the OP: What is it you're trying to do? Are you trying to patch an existing application .msi file? Is it standalone or an application deployed via group policy?

Either way, the following link may me of interest: http://www.appdeploy.com/faq/detail.asp?id=48

Just trying to patch an existing standalone application. Yeah, the installer program is .msi

Regarding the link you gave, if I patched the .msi would I need to run the .msi installer file again or would the .exe be patched?


:o
 
Back
Top Bottom