|
From: Bob A. <bo...@jo...> - 2007-07-03 14:13:55
|
dar...@hb... wrote: > --Specified AllowRemoval to be yes. > --I have Installer version 3 on my machine. > --Both MSI's from which the patch was built have > *InstallerVersion="300" *specified. > --The patch only updates two existing files, it does not change the > structure of the package. > > The actual creation and installation of the patch works fine. However > once installed it says it is not removable. I have also looked in ORCA > and there is no sign of a MsiPatchMetadata table. Are you looking in the .msp or the .pcp? Which version of patchwiz and msimsp are you using? Nothing jumps out as wrong but you might want to specify <PatchProperty Name="MinimumRequiredMsiVersion" Value="300" /> to mark the patch as requiring MSI 3.0. I don't think MSI takes it into account in determining uninstallability, however. -- sig://boB http://joyofsetup.com/ |