Skip to content

Commit e0e6ffc

Browse files
committed
Fix after removal of default database: Add DataLocation to Registry
1 parent f711297 commit e0e6ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packaging/WiX/mysql_server_extra.wxs.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
Type="string"
8080
Name="Version"
8181
Value="[ProductVersion]"/>
82+
<RegistryValue
83+
Type="string"
84+
Name="DataLocation"
85+
Value="[DATADIR]"/>
8286
</RegistryKey>
8387
</Component>
8488
</DirectoryRef>

0 commit comments

Comments
 (0)