src/Pure/Admin/component_windows_app.scala
changeset 82194 8141b302bb92
parent 80224 db92e0b6a11a
child 82277 1a8aa332548b
--- a/src/Pure/Admin/component_windows_app.scala	Tue Feb 18 17:48:37 2025 +0100
+++ b/src/Pure/Admin/component_windows_app.scala	Tue Feb 18 19:07:06 2025 +0100
@@ -21,6 +21,19 @@
   val sfx_name = "7zsd_All_x64.sfx"
   val sfx_path: Path = Path.basic("windows_app") + Path.basic(sfx_name)
 
+  val sfx_txt =
+""";!@Install@!UTF-8!
+GUIFlags="64"
+InstallPath="%UserDesktop%"
+BeginPrompt="Unpack {ISABELLE_NAME}?"
+ExtractPathText="Target directory"
+ExtractTitle="Unpacking {ISABELLE_NAME} ..."
+Shortcut="Du,{%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe},{},{},{},{{ISABELLE_NAME}},{%%T\{ISABELLE_NAME}}"
+RunProgram="\"%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe\""
+AutoInstall="\"%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe\" -init"
+;!@InstallEnd@!
+"""
+
 
   /* build windows_app */