diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-12-09 17:14:07 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-12-09 17:14:39 -0800 |
commit | 429efdd974e9f96208574dc7e0d00232ff9c3957 (patch) | |
tree | e9155ffa06f37757de440294b56f3dbd60830914 /tools | |
parent | b24cdb3d362bd88e4a6486a589e9fb6c498f360b (diff) | |
download | nodejs-429efdd974e9f96208574dc7e0d00232ff9c3957.tar.gz nodejs-429efdd974e9f96208574dc7e0d00232ff9c3957.tar.bz2 nodejs-429efdd974e9f96208574dc7e0d00232ff9c3957.zip |
Change artwork in msi
Diffstat (limited to 'tools')
-rw-r--r-- | tools/msvs/msi/product.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index b8b53b0be..bdf28a587 100644 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -114,8 +114,8 @@ </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> |