From a38bbe72e1dabea7db104c6422150464d2dc39d0 Mon Sep 17 00:00:00 2001 From: NickMRamirez Date: Thu, 26 Feb 2015 23:00:37 -0500 Subject: [PATCH] Added a UI to the WiX installer. Also, added license text and branded logo images for Redis. --- msvs/RedisWindowsX64/FileComponents.wxs | 65 ++++++++++++++++ msvs/RedisWindowsX64/License.rtf | Bin 0 -> 1557 bytes msvs/RedisWindowsX64/Product.wxs | 75 ++----------------- msvs/RedisWindowsX64/RedisWindowsX64.wixproj | 10 +++ msvs/RedisWindowsX64/redis_background.jpg | Bin 0 -> 27595 bytes msvs/RedisWindowsX64/top_banner.jpg | Bin 0 -> 17929 bytes 6 files changed, 82 insertions(+), 68 deletions(-) create mode 100644 msvs/RedisWindowsX64/FileComponents.wxs create mode 100644 msvs/RedisWindowsX64/License.rtf create mode 100644 msvs/RedisWindowsX64/redis_background.jpg create mode 100644 msvs/RedisWindowsX64/top_banner.jpg diff --git a/msvs/RedisWindowsX64/FileComponents.wxs b/msvs/RedisWindowsX64/FileComponents.wxs new file mode 100644 index 00000000..b1bfff43 --- /dev/null +++ b/msvs/RedisWindowsX64/FileComponents.wxs @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/msvs/RedisWindowsX64/License.rtf b/msvs/RedisWindowsX64/License.rtf new file mode 100644 index 0000000000000000000000000000000000000000..10e7c85ea4b04ea19fb93695da46aab32023b21c GIT binary patch literal 1557 zcmb_cPjA~c6yLc(zr#aM&0u)8+pO4fq9xiUAWI%e#WkRdEKxQwSu{v0K@sG;?@>-# z2OGA_0D~q-zTdz1pr^w6W?Gb;)5B7o57XK0tf*DfOv2ih-C;WU^y#T+Oy~W+#m%H> zI^7mcbu6t@egaY1>b=!>&(H7QJrzF}2h}NCdShYj8n0^Y;dcCaI-cS0b~?FxE*`Xc z{8M-J=c2Es#ksU~;mX-$Qn+^ZIT-jvc{Rl zLv~gjNL3v>)0%@;ZUn5W#sT*IJJPl=6gjZUDf^)6Fs-W;=t^}?{eFGUQMdC} z?|ZLJ2W3}7?-b|`oat?)hLgSSO8X5OV^7HXsQnSpb@(^Ehm)ywqpLCijG(j%&dQ#& z$4KC8&4aFS~70B}u-PT%UmAgZ?1CuLtkz2x*ZAs3>#%HvfB8m)Vb>;IM# z=mKVKs{W)pKcpO*@(Xsr;Ejb->6O)G>wcs?v}h>1YVI3Xa>WFQY$3OVQ^5U(XZI|o zG0b-$R}`Xbv*T>JlCa8>m~sImjqx; + + + + + + + @@ -29,72 +36,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/msvs/RedisWindowsX64/RedisWindowsX64.wixproj b/msvs/RedisWindowsX64/RedisWindowsX64.wixproj index eff91f63..ae167c6b 100644 --- a/msvs/RedisWindowsX64/RedisWindowsX64.wixproj +++ b/msvs/RedisWindowsX64/RedisWindowsX64.wixproj @@ -23,6 +23,7 @@ -arch x64 + @@ -68,6 +69,10 @@ + + ..\..\..\..\Program Files (x86)\WiX Toolset v3.9\bin\WixUIExtension.dll + WixUIExtension + $(WixToolPath)WixFirewallExtension.dll WixFirewallExtension @@ -77,6 +82,11 @@ WixUtilExtension + + + + +