|
2 | 2 |
|
3 | 3 | <!--
|
4 | 4 | Copyright (c) 2010, 2024, Oracle and/or its affiliates.
|
5 |
| - |
| 5 | + |
6 | 6 | This program is free software; you can redistribute it and/or modify
|
7 | 7 | it under the terms of the GNU General Public License, version 2.0,
|
8 | 8 | as published by the Free Software Foundation.
|
9 |
| - |
| 9 | + |
10 | 10 | This program is designed to work with certain software (including
|
11 | 11 | but not limited to OpenSSL) that is licensed under separate terms, as
|
12 | 12 | designated in a particular file or component or in included license
|
13 | 13 | documentation. The authors of MySQL hereby grant you an additional
|
14 | 14 | permission to link the program and your derivative works with the
|
15 | 15 | separately licensed software that they have either included with
|
16 | 16 | the program or referenced in the documentation.
|
17 |
| - |
| 17 | + |
18 | 18 | This program is distributed in the hope that it will be useful, but
|
19 | 19 | WITHOUT ANY WARRANTY; without even the implied warranty of
|
20 | 20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
|
21 | 21 | the GNU General Public License, version 2.0, for more details.
|
22 |
| - |
| 22 | + |
23 | 23 | You should have received a copy of the GNU General Public License
|
24 | 24 | along with this program; if not, write to the Free Software Foundation, Inc.,
|
25 | 25 | 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
180 | 180 | <!--WIX_INCLUDES -->
|
181 | 181 | @WIX_INCLUDES@
|
182 | 182 |
|
183 |
| - <Directory Id="@PROGRAM_FILES_FOLDER@"> |
| 183 | + <StandardDirectory Id="@PROGRAM_FILES_FOLDER@"> |
184 | 184 | <Directory Id="directory.MySQL" Name="MySQL">
|
185 | 185 | <Directory Id="INSTALLDIR" Name="@WIX_INSTALL_DIR@">
|
186 | 186 | </Directory>
|
187 | 187 | </Directory>
|
188 |
| - </Directory> |
| 188 | + </StandardDirectory> |
189 | 189 |
|
190 | 190 | </Package>
|
191 | 191 |
|
|
0 commit comments