View Single Post
  #17  
Old 12-06-2012, 20:36
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
notes from peter... loong ago..

1) Extract the streams and storages from MSI database:

msix Game.msi /out .\


2) Edit & save with images editor (Photoshop is so good ) the dialog and banner bitmaps:



Binary.WixUI_Bmp_Dialog
Binary.WixUI_Bmp_Banner

3) Remove the original stream files from MSI database (binary table):



msidb -d Game.msi -k Binary.WixUI_Bmp_Dialog

msidb -d Game.msi -k Binary.WixUI_Bmp_Banner


4) Add the new bitmaps files to MSI database (binary table):



msidb -d Game.msi -a Binary.WixUI_Bmp_Dialog

msidb -d Game.msi -a Binary.WixUI_Bmp_Banner

have fun
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
HellRazor (21-10-2012)