Removed CONFIG WiX property from install command-line instructions. It might be better to use the default and set the config path later.
This commit is contained in:
committed by
Alexis Campailla
parent
c998816b65
commit
c5db422f6d
@@ -6,7 +6,7 @@
|
||||
32-bit installer
|
||||
|
||||
Example installation (command-line):
|
||||
msiexec /i Redis-Windows-x64.msi LOGLEVEL=verbose CONFIG=redis.windows.conf
|
||||
msiexec /i Redis-Windows-x64.msi LOGLEVEL=verbose
|
||||
-->
|
||||
<Product Id="*" Name="Redis on Windows" Language="1033" Version="1.0.0.0" Manufacturer="MSOpenTech" UpgradeCode="{05410198-7212-4FC4-B7C8-AFEFC3DA0FBC}">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
32-bit installer
|
||||
|
||||
Example installation (command-line):
|
||||
msiexec /i Redis-Windows-x86.msi LOGLEVEL=verbose CONFIG=redis.windows.conf
|
||||
msiexec /i Redis-Windows-x86.msi LOGLEVEL=verbose
|
||||
-->
|
||||
<Product Id="*" Name="Redis on Windows" Language="1033" Version="1.0.0.0" Manufacturer="MSOpenTech" UpgradeCode="570e57d5-52ad-4a2d-b130-2b298da7700a">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
Reference in New Issue
Block a user