diff --git a/msvs/msi/RedisWindowsX64/Product.wxs b/msvs/msi/RedisWindowsX64/Product.wxs index c74b3669a919db416894fa9e406730d0beb88a25..7b6ca2cc2c88f6500ab0e543503cd36e6d8c3699 100644 --- a/msvs/msi/RedisWindowsX64/Product.wxs +++ b/msvs/msi/RedisWindowsX64/Product.wxs @@ -9,10 +9,10 @@ default install: msiexec /i Redis-Windows-x64.msi - set port and turn on firewall exception: + set port and turn off firewall exception: msiexec /i Redis-Windows-x64.msi PORT=1234 FIREWALL_ON="" - set port and turn off firewall exception: + set port and turn on firewall exception: msiexec /i Redis-Windows-x64.msi PORT=1234 FIREWALL_ON=1 diff --git a/msvs/setups/documentation/Windows Service Documentation.docx b/msvs/setups/documentation/Windows Service Documentation.docx index a89888beb24be47031ed8a7f91e4a39bec4ddbf9..78ec939a4d9daf4a82788480dca765cf4cefddf1 100644 Binary files a/msvs/setups/documentation/Windows Service Documentation.docx and b/msvs/setups/documentation/Windows Service Documentation.docx differ