Updated Word doc to include information about how the Windows service works if installed with the MSI.

This commit is contained in:
NickMRamirez
2015-05-04 08:24:07 -07:00
committed by Alexis Campailla
parent 8e4dcd5360
commit 454a4a920b
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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