Commit 7aa09af4 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix whitespaces

parent e9e6b239
...@@ -652,14 +652,14 @@ ...@@ -652,14 +652,14 @@
<CustomAction Id='ErrorDataDir' <CustomAction Id='ErrorDataDir'
Error='Invalid data directory, choose a different one. Error : [DATADIRERROR]'/> Error='Invalid data directory, choose a different one. Error : [DATADIRERROR]'/>
<CustomAction Id="ErrorInstallDir" <CustomAction Id="ErrorInstallDir"
Error="[INSTALLDIRERROR]" /> Error="[INSTALLDIRERROR]" />
<InstallExecuteSequence> <InstallExecuteSequence>
<Custom Action="CheckDataDirectory" After="CostFinalize"> <Custom Action="CheckDataDirectory" After="CostFinalize">
<![CDATA[&DBInstance=3 AND NOT !DBInstance=3 AND OLDERVERSIONBEINGUPGRADED=""]]> <![CDATA[&DBInstance=3 AND NOT !DBInstance=3 AND OLDERVERSIONBEINGUPGRADED=""]]>
</Custom> </Custom>
<Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom> <Custom Action="ErrorDataDir" After="CheckDataDirectory">DATADIRERROR</Custom>
<Custom Action="CheckInstallDirectory" After="CostFinalize"> <Custom Action="CheckInstallDirectory" After="CostFinalize">
NOT Installed AND OLDERVERSIONBEINGUPGRADED="" NOT Installed AND OLDERVERSIONBEINGUPGRADED=""
</Custom> </Custom>
<Custom Action="ErrorInstallDir" After="CheckInstallDirectory">INSTALLDIRERROR</Custom> <Custom Action="ErrorInstallDir" After="CheckInstallDirectory">INSTALLDIRERROR</Custom>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment