more robust InstallPath (amending 4ce07be8ba17): self-directory may be odd temp dir produced by browser "Run" operation;
authorwenzelm
Fri, 24 May 2019 21:14:02 +0200
changeset 70289 85de4fdec61b
parent 70288 2e101846ad8f
child 70290 0cfc4fa71d1b
more robust InstallPath (amending 4ce07be8ba17): self-directory may be odd temp dir produced by browser "Run" operation;
Admin/Windows/Installer/sfx.txt
--- a/Admin/Windows/Installer/sfx.txt	Fri May 24 20:16:35 2019 +0200
+++ b/Admin/Windows/Installer/sfx.txt	Fri May 24 21:14:02 2019 +0200
@@ -1,6 +1,6 @@
 ;!@Install@!UTF-8!
 GUIFlags="64"
-InstallPath="%%S"
+InstallPath="%UserDesktop%"
 BeginPrompt="Unpack {ISABELLE_NAME}?"
 ExtractPathText="Target directory"
 ExtractTitle="Unpacking {ISABELLE_NAME} ..."