Admin/Windows/Installer/sfx.txt
author wenzelm
Wed, 08 May 2019 21:28:34 +0200
changeset 70249 4ce07be8ba17
parent 53419 1c87e79bb838
child 70289 85de4fdec61b
permissions -rw-r--r--
clarified InstallPath: relative to self-extracting exe; support for AutoInstall (option -ai);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47838
47d213b10fd7 basic setup for self-extracting 7zip installer;
wenzelm
parents:
diff changeset
     1
;!@Install@!UTF-8!
47d213b10fd7 basic setup for self-extracting 7zip installer;
wenzelm
parents:
diff changeset
     2
GUIFlags="64"
70249
4ce07be8ba17 clarified InstallPath: relative to self-extracting exe;
wenzelm
parents: 53419
diff changeset
     3
InstallPath="%%S"
52670
57a00f274130 build Windows application on the spot, using Unix tools;
wenzelm
parents: 52502
diff changeset
     4
BeginPrompt="Unpack {ISABELLE_NAME}?"
52502
bae8f472474e allow choice of target directory (again, see also 58e2d0cd81ae);
wenzelm
parents: 51076
diff changeset
     5
ExtractPathText="Target directory"
52670
57a00f274130 build Windows application on the spot, using Unix tools;
wenzelm
parents: 52502
diff changeset
     6
ExtractTitle="Unpacking {ISABELLE_NAME} ..."
57a00f274130 build Windows application on the spot, using Unix tools;
wenzelm
parents: 52502
diff changeset
     7
Shortcut="Du,{%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe},{},{},{},{{ISABELLE_NAME}},{%%T\{ISABELLE_NAME}}"
53419
1c87e79bb838 main application entry point involves implicit Cygwin init, depending on "uninitialized" file indicator;
wenzelm
parents: 52676
diff changeset
     8
RunProgram="\"%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe\""
70249
4ce07be8ba17 clarified InstallPath: relative to self-extracting exe;
wenzelm
parents: 53419
diff changeset
     9
AutoInstall="\"%%T\{ISABELLE_NAME}\{ISABELLE_NAME}.exe\" -init"
47838
47d213b10fd7 basic setup for self-extracting 7zip installer;
wenzelm
parents:
diff changeset
    10
;!@InstallEnd@!