mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Fix whitespaces
This commit is contained in:
parent
e9e6b23987
commit
7aa09af488
1 changed files with 4 additions and 4 deletions
|
@ -652,14 +652,14 @@
|
|||
|
||||
<CustomAction Id='ErrorDataDir'
|
||||
Error='Invalid data directory, choose a different one. Error : [DATADIRERROR]'/>
|
||||
<CustomAction Id="ErrorInstallDir"
|
||||
Error="[INSTALLDIRERROR]" />
|
||||
<CustomAction Id="ErrorInstallDir"
|
||||
Error="[INSTALLDIRERROR]" />
|
||||
<InstallExecuteSequence>
|
||||
<Custom Action="CheckDataDirectory" After="CostFinalize">
|
||||
<![CDATA[&DBInstance=3 AND NOT !DBInstance=3 AND OLDERVERSIONBEINGUPGRADED=""]]>
|
||||
</Custom>
|
||||
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
|
||||
<Custom Action="CheckInstallDirectory" After="CostFinalize">
|
||||
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
|
||||
<Custom Action="CheckInstallDirectory" After="CostFinalize">
|
||||
NOT Installed AND OLDERVERSIONBEINGUPGRADED=""
|
||||
</Custom>
|
||||
<Custom Action="ErrorInstallDir" After="CheckInstallDirectory">INSTALLDIRERROR</Custom>
|
||||
|
|
Loading…
Reference in a new issue