mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
[installer] Remember prior 32bit and 64bit install paths separately
This commit is contained in:
@@ -115,7 +115,7 @@ It must be closed before the installation can proceed</progressText>
|
|||||||
<actionList>
|
<actionList>
|
||||||
<readFile>
|
<readFile>
|
||||||
<name>installBaseDir</name>
|
<name>installBaseDir</name>
|
||||||
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
|
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath-${architecture}bit.txt</path>
|
||||||
</readFile>
|
</readFile>
|
||||||
<setInstallerVariableFromRegEx>
|
<setInstallerVariableFromRegEx>
|
||||||
<name>installBaseDir</name>
|
<name>installBaseDir</name>
|
||||||
@@ -130,7 +130,7 @@ It must be closed before the installation can proceed</progressText>
|
|||||||
</platformTest>
|
</platformTest>
|
||||||
<fileTest>
|
<fileTest>
|
||||||
<condition>readable</condition>
|
<condition>readable</condition>
|
||||||
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
|
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath-${architecture}bit.txt</path>
|
||||||
</fileTest>
|
</fileTest>
|
||||||
</ruleList>
|
</ruleList>
|
||||||
</actionGroup>
|
</actionGroup>
|
||||||
@@ -214,7 +214,7 @@ It must be closed before the installation can proceed</progressText>
|
|||||||
</ruleList>
|
</ruleList>
|
||||||
</createDirectory>
|
</createDirectory>
|
||||||
<writeFile>
|
<writeFile>
|
||||||
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath.txt</path>
|
<path>${windows_folder_local_appdata}/org.swift-project/lastinstallpath-${architecture}bit.txt</path>
|
||||||
<text>${installdir}</text>
|
<text>${installdir}</text>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
|
|||||||
Reference in New Issue
Block a user