summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2022-02-14 12:04:50 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2022-02-14 12:04:50 +0100
commit7aa09af488d1a5e3e4a0423335e016beb80bbe7f (patch)
tree40068c1856ee6b66d3d813f2c54354c4ffb00fd2 /win
parente9e6b2398743eda80bd9084effd4b0365ad81682 (diff)
downloadmariadb-git-7aa09af488d1a5e3e4a0423335e016beb80bbe7f.tar.gz
Fix whitespaces
Diffstat (limited to 'win')
-rw-r--r--win/packaging/extra.wxs.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/packaging/extra.wxs.in b/win/packaging/extra.wxs.in
index ae9b3d9f0a8..6d650cb4710 100644
--- a/win/packaging/extra.wxs.in
+++ b/win/packaging/extra.wxs.in
@@ -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>