diff --git a/msvs/msi/RedisWindowsX64/Product.wxs b/msvs/msi/RedisWindowsX64/Product.wxs index c74b3669..7b6ca2cc 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 a89888be..78ec939a 100644 Binary files a/msvs/setups/documentation/Windows Service Documentation.docx and b/msvs/setups/documentation/Windows Service Documentation.docx differ