Emma Hanna wrote:

I finally worked out why I was having issues uninstalling my patch and thought I would share the solution in case others come across it. The problem was the version of MsiMsp.exe and PatchWiz.dll that I was using to create the patch -- I was using Windows Installer 3.0 to install the patch but not the correct components to create it. I upgraded to the latest version and it all works like a dream.


MSI is highly backward compatible but later versions of the SDK tools support later versions' features. It's always explicit, however, so you can target prior versions of MSI. And, of course, later versions have bug fixes, so it's generally preferable to use the latest release.


--
sig://boB
http://bobs.org

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to