MSP File

Got a problem you cannot solve? Try here.
Post Reply
wdevine
Posts: 7
Joined: Sun Mar 20, 2005 12:01 pm
Location: Florida, USA

MSP File

Post by wdevine »

I have an .MSP file that is for a hotfix to the JSharp 1.1 Runtime. Can I install that .MSP by using InstallAware Studio's (Un)Install MSI Setup? If so, what would I use for parameters?

Thank you for your time,

Bill D.
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

I'd recommend you apply the patch to the MSI directly while installing it for the first time. This is possible with the plug-in mentioned below. Please see this page for more information:

http://msdn.microsoft.com/library/defau ... ations.asp

There might also be other ways to do this The plug-in uses the MsiInstallProduct API to do its work, and a bit more of research may yield even more interesting uses for the plug-in.
Post Reply