diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2018-04-12 16:50:33 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2018-04-12 16:50:33 +0100 |
commit | 18e8d420b7967183017dea5163c0440a0e4e5bae (patch) | |
tree | 7cee40e2c4f04522b7b586a69dce41e4efedb143 /win/packaging | |
parent | 65eefcdc601ef0f57b0779f1722161fc83a571c3 (diff) | |
download | mariadb-git-18e8d420b7967183017dea5163c0440a0e4e5bae.tar.gz |
Feedback plugin - MSI installation checkbox switched to OFF again.
It was on for alpha stages of 10.3, and now we're past that.
Diffstat (limited to 'win/packaging')
-rw-r--r-- | win/packaging/extra.wxs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/packaging/extra.wxs.in b/win/packaging/extra.wxs.in index 9d1b1e1c910..819bcc36ecb 100644 --- a/win/packaging/extra.wxs.in +++ b/win/packaging/extra.wxs.in @@ -53,7 +53,7 @@ <Property Id="DISABLEADVTSHORTCUTS" Secure="yes" Value="1"/> <!-- Activate feedback plugin--> - <Property Id="FEEDBACK" Secure="yes" Value="1"/> + <Property Id="FEEDBACK" Secure="yes"/> <!-- Quick configuration : set default storage engine to innodb, use strict sql_mode --> |