summaryrefslogtreecommitdiff
path: root/win/packaging
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2017-03-13 20:14:28 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2017-03-13 20:14:28 +0000
commitf0a2f4bbb981eadb7d2baf8ff8ded0cf0c7cb16e (patch)
tree16437231fdaba20de17b3b1814ae9bb96b50bae7 /win/packaging
parentb7ffe9b81e16bfb86ed46dc9e57d19c64833581e (diff)
downloadmariadb-git-f0a2f4bbb981eadb7d2baf8ff8ded0cf0c7cb16e.tar.gz
Windows : Remove the option for creating anonymous account from the MSI in 10.2
Diffstat (limited to 'win/packaging')
-rw-r--r--win/packaging/extra.wxs.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/win/packaging/extra.wxs.in b/win/packaging/extra.wxs.in
index 070f0f241a0..3aba129fdf3 100644
--- a/win/packaging/extra.wxs.in
+++ b/win/packaging/extra.wxs.in
@@ -268,18 +268,7 @@
<Condition Action="disable">NOT ModifyRootPassword</Condition>
</Control>
- <Control Id="CheckBoxCreateDefaultUser" Type="CheckBox" X="8" Y="154" Width="200" Height="18" Property="DEFAULTUSER"
- CheckBoxValue="--default-user" TabSkip="no">
- <Text>{\Font1}Create An Anonymous Account</Text>
- </Control>
- <Control Id="Text14" Type="Text" X="21" Y="174" Width="268" Height="16" TabSkip="yes">
- <Text>This option will create an anonymous account on this server. </Text>
- </Control>
- <Control Id="Text13" Type="Text" X="21" Y="190" Width="254" Height="24" TabSkip="yes">
- <Text>Please note: this setting can lead to insecure systems.</Text>
- </Control>
-
- <Control Id="CheckBoxUTF8" Type="CheckBox" X="8" Y="215" Width="250" Height="18" Property="UTF8" CheckBoxValue="1" TabSkip="no">
+ <Control Id="CheckBoxUTF8" Type="CheckBox" X="8" Y="154" Width="250" Height="18" Property="UTF8" CheckBoxValue="1" TabSkip="no">
<Text>{\Font1}Use UTF8 as default server's character set</Text>
</Control>