These might help. It's possible the patched file was never cached in
the baseline cache (or was removed) or it wasn't a >= MSI 3.0 patch:

http://blogs.msdn.com/b/heaths/archive/2007/01/17/the-patch-cache-and-freeing-space.aspx

and this may still be an issue:

http://blogs.msdn.com/b/heaths/archive/2007/06/28/unchanged-files-break-patch-uninstall.aspx




---------------
Phil Wilson


On Fri, Feb 28, 2014 at 4:13 AM, Christoffel le Roux
<christoffe...@flowcentric.com> wrote:
> Hi, I have two products that install from a cd.
>
> Both install and patch fine, but one of the products give ma a 1706 error 
> only in Windows 8 and asks for the original media source when I try to 
> uninstall an installed patch.
>
> Once I selected the original media source the source gets rejected and the 
> installation fails.
>
> The other product installs and uninstalls like a charm.
>
> Both the product definitions like follow:
>
> <Product Id="$(var.ProductCode)"
>                     Name="$(var.ProductName)"
>                     Language="1033"
>                     Version="$(var.ProductVersion)"
>                           Manufacturer="$(var.ProductManufacturer)"
>                     UpgradeCode="$(var.UpgradeCode)">
>                  <!--Package Details-->
>                  <Package InstallerVersion="405"
>                           Compressed="yes"
>                           InstallScope="perMachine"
>                           Description="$(var. Description)"
>                           InstallPrivileges="elevated" AdminImage="yes"/>
>                  <!--Media-->
>                  <Media Id="1" Cabinet="setup.cab" EmbedCab="yes" />
>                  <Property Id="MSIUSEREALADMINDETECTION" Value="1"></Property>
>          </Product>
>
>
> And the Patch Properties :
>
>
>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>
>
>
>          <?include ..\..\WixCommon\ProductSettings.wxi ?>
>
>
>
>          <Patch
>
>                  AllowRemoval="yes"
>
>                  Manufacturer="$(var.ProductManufacturer)"
>
>                  MoreInfoURL="$(var.ArpUrlInfoAbout)"
>
>                  Description="$(var. PatchDescriptionx64)"
>
>                  DisplayName="$(var. PatchDisplayNamex64)"
>
>                  Comments="$(var. PatchDescriptionx64)"
>
>                  MinorUpdateTargetRTM="yes"
>
>                  Classification="Update">
>
>                  <!--The Id in the Media element must be greater than the 
> number of files in the
>
>                  original image; it should also take files from previous 
> patches into account.
>
>                  If you're authoring a second patch and the previous patch 
> used 5000 as Id and
>
>                  updated 11 files, then this number must be greater than 
> 5011.-->
>
>                  <Media Id="1608" Cabinet="setup.cab">
>
>                           <PatchBaseline Id="RTM">
>
>                                    <Validate ProductId="no"/>
>
>                           </PatchBaseline>
>
>                  </Media>
>
>                  <TargetProductCodes Replace="no">
>
>                           <TargetProductCode Id="$(var. ProductCodex64)"/>
>
>                  </TargetProductCodes>
>
>                  <PatchFamilyRef Id="xxxxxX64PatchFamily"/>
>
>          </Patch>
>
>          <Fragment>
>
>                  <!--When choosing family names, don't use the same names in 
> different products
>
>                   except for creating updates that are intended to apply to 
> multiple products at once,
>
>                  because they contain some shared features.-->
>
>                  <PatchFamily Id="xxxxPatchFamily" 
> Version="$(var.ProductVersion)" Supersede="yes">
>
>                  </PatchFamily>
>
>          </Fragment>
>
> </Wix>
>
>
> I did read about the AllowMediaLockdown registry setting and adding the 
> setting to the registry solves the source resolution problem thus telling me 
> that for some reason the source of that one particular product cannot be save.
>
>
> I have been on this for a while now and cannot crack the reason why this is 
> happening to only one of the products on the cd.
>
> Please help !!!!!
> Thanks in advanced.
>
> Christoffel le Roux
> This information is intended only for the person or entity to which it is 
> addressed and may contain private, confidential, proprietary and/or 
> privileged material and may be subject to confidentiality agreements. Any 
> review, retransmission, dissemination, or any other use of or taking of any 
> action in reliance upon this information, by persons or entities other than 
> the intended recipient, is prohibited. If you received this in error, please 
> contact the sender and delete the material from all storage media. 
> FlowCentric is neither liable for proper, complete transmission of the 
> information contained in this communication, any delay in its receipt or that 
> the mail is virus-free.
> ------------------------------------------------------------------------------
> Flow-based real-time traffic analytics software. Cisco certified tool.
> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
> Customize your own dashboards, set traffic alerts and generate reports.
> Network behavioral analysis & security monitoring. All-in-one tool.
> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to