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:
NickMRamirez
2015-05-04 08:23:42 -07:00
committed by Alexis Campailla
parent c998816b65
commit c5db422f6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" />
+1 -1
View File
@@ -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" />