mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 00:30:33 +03:00
Be more careful when checking pre-existing install location
This commit is contained in:
parent
5a5c6e6d08
commit
1eae133ed5
@ -46,12 +46,12 @@
|
|||||||
<CustomAction Id="SetINSTALLDIR" Property="INSTALLDIR" Value="[ARPINSTALLLOCATION]" />
|
<CustomAction Id="SetINSTALLDIR" Property="INSTALLDIR" Value="[ARPINSTALLLOCATION]" />
|
||||||
<InstallUISequence>
|
<InstallUISequence>
|
||||||
<Custom Action="SetINSTALLDIR" After="AppSearch">
|
<Custom Action="SetINSTALLDIR" After="AppSearch">
|
||||||
ARPINSTALLLOCATION
|
WIX_UPGRADE_DETECTED AND ARPINSTALLLOCATION
|
||||||
</Custom>
|
</Custom>
|
||||||
</InstallUISequence>
|
</InstallUISequence>
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<Custom Action="SetINSTALLDIR" After="AppSearch">
|
<Custom Action="SetINSTALLDIR" After="AppSearch">
|
||||||
ARPINSTALLLOCATION
|
WIX_UPGRADE_DETECTED AND ARPINSTALLLOCATION
|
||||||
</Custom>
|
</Custom>
|
||||||
</InstallExecuteSequence>
|
</InstallExecuteSequence>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user