Hi all: I have created a msi with customized bitmaps (the company logo and all that stuff). While doing a normal installation, the images looks good; the problem comes when I try to make a patch: the msp file continues using the default bitmaps.
In one of the files I've included the following: <WixVariable Id="WixUIBannerBmp" Value="$(var.bmps)BannerDegradado.bmp"/> <WixVariable Id="WixUI_Bmp_Banner" Value="$(var.bmps)BannerDegradado.bmp"/> <WixVariable Id="WixUIDialogBmp" Value="$(var.bmps)dlgGolden_4.bmp"/> <WixVariable Id="WixUI_Bmp_Dialog" Value="$(var.bmps)dlgGolden_4.bmp"/> <WixVariable Id="WixUIExclamationIco" Value="$(var.bmps)exclamic.ico"/> <WixVariable Id="WixUIInfoIco" Value="$(var.bmps)info.ico"/> <WixVariable Id="WixUINewIco" Value="$(var.bmps)New.ico"/> <WixVariable Id="WixUIUpIco" Value="$(var.bmps)Up.ico"/> Which are supposed to replace the original bitmaps. My patch wxs file only contains this: <Patch AllowRemoval="yes" ... MinorUpdateTargetRTM ="yes"> <Media Id="1" Cabinet="Product.cab"> <PatchBaseline Id="GN" /> </Media> <PatchFamily Id="UpdateGN" Version="1.0.0.1" Supersede ="yes"> </PatchFamily> </Patch> Then, I compile the patch with a bat file like this: torch -p -xi Old\G.wixpdb Old\G.wixpdb -out Patch.wixmst candle Patch.wxs light -ext WixUIExtension -loc WixUI_es-es.wxl Patch.wixobj -out Patch.wixmsp pyro Patch.wixmsp -out G.msp -t GN Patch.wixmst It compiles ok, but i can't see the reason why the old bitmaps remains there. I had missed any parameter or something? Any idea? Thanks in advance (and excuses for my grammar, english is not my mother language) ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users