Page 1 of 1

MSP File

Posted: Mon May 30, 2005 2:59 pm
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.

Posted: Mon May 30, 2005 3:23 pm
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.