Change artwork in msi
authorRyan Dahl <ry@tinyclouds.org>
Sat, 10 Dec 2011 01:14:07 +0000 (17:14 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 10 Dec 2011 01:14:39 +0000 (17:14 -0800)
doc/full-white-stripe.bmp [new file with mode: 0644]
doc/thin-white-stripe.bmp [new file with mode: 0644]
doc/windows_banner_nodejs_installer_logo.jpg [deleted file]
doc/windows_dialog_nodejs_installer_logo.jpg [deleted file]
tools/msvs/msi/product.wxs

diff --git a/doc/full-white-stripe.bmp b/doc/full-white-stripe.bmp
new file mode 100644 (file)
index 0000000..bb2bf9c
Binary files /dev/null and b/doc/full-white-stripe.bmp differ
diff --git a/doc/thin-white-stripe.bmp b/doc/thin-white-stripe.bmp
new file mode 100644 (file)
index 0000000..8130a84
Binary files /dev/null and b/doc/thin-white-stripe.bmp differ
diff --git a/doc/windows_banner_nodejs_installer_logo.jpg b/doc/windows_banner_nodejs_installer_logo.jpg
deleted file mode 100644 (file)
index 2dfb59a..0000000
Binary files a/doc/windows_banner_nodejs_installer_logo.jpg and /dev/null differ
diff --git a/doc/windows_dialog_nodejs_installer_logo.jpg b/doc/windows_dialog_nodejs_installer_logo.jpg
deleted file mode 100644 (file)
index 716791d..0000000
Binary files a/doc/windows_dialog_nodejs_installer_logo.jpg and /dev/null differ
index b8b53b0..bdf28a5 100644 (file)
     </UI>
 
     <UIRef Id="WixUI_Common" />
-    <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\windows_banner_nodejs_installer_logo.jpg" />
-    <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\windows_dialog_nodejs_installer_logo.jpg" />
+    <WixVariable Id="WixUIBannerBmp" Value="..\..\..\doc\thin-white-stripe.bmp" />
+    <WixVariable Id="WixUIDialogBmp" Value="..\..\..\doc\full-white-stripe.bmp" />
   </Product>
 
 </Wix>