Skip to content
Snippets Groups Projects
Commit c2978796 authored by Veit Berwig's avatar Veit Berwig :zzz:
Browse files

Update 5 files

- /!_package-sources.txt
- /inst-options.ini
- /unattended.bat
- /inst.nsi
- /gnupg-w32-2.2.45_20241022.exe
parent 591ef9b6
No related branches found
No related tags found
No related merge requests found
GnuPG packages came from:
gnupg-2.2.45.tar.bz2
gnupg-snapshot-2.2.45.tar.gz
gnupg-w32-2.2.45_20241022.exe
in "packages" folder under ...
GnuPG-VS-Desktop-3.2.4.tar.xz\GnuPG-VS-Desktop-3.2.4.tar\gpg4win-3.2.4\
in Download:
https://download.gnupg.com/files/src/GnuPG-VS-Desktop-3.2.4.tar.xz
File added
[Settings]
NumFields=5
; The number of the fields here is known in w32inst.nsi.
; The tags must be "[Field N]" with N=1..NumFields
[Field 1]
Type=Label
Left=0
Right=-1
Top=0
Bottom=20
[Field 2]
Type=Checkbox
Left=0
Right=-1
Top=30
Bottom=40
;Text=Start Menu
State=1
[Field 3]
Type=Checkbox
Left=0
Right=-1
Top=50
Bottom=60
;Text=Desktop
State=0
[Field 4]
Type=Checkbox
Left=0
Right=-1
Top=70
Bottom=80
;Text=Quick Launch Bar
State=0
[Field 5]
Type=Label
Left=0
Right=-1
Top=90
Bottom=130
inst.nsi 0 → 100644
This diff is collapsed.
@echo off
color 1E
cls
set INSTALLER=gnupg-w32-2.2.45_20241022.exe
REM :: Script-Name
set SCRIPTNAME=%~nx0
SETLOCAL
SETLOCAL EnableDelayedExpansion
set drive=%~d0
set drivep=%drive%
If $#\#$==$#%drive:~-1%#$ set drivep=%drive:~0,-1%
set drivename=%drivep%
REM :: relative path to absolute path -PATH-
set pathn=%~p0
set pathp=%pathn%
If $#\#$==$#%pathn:~-1%#$ set pathp=%pathn:~0,-1%
set pathname=%pathp%
set HOMEDRIVE=%drivename%
set HOMEPATH=%pathname%
set EXEDIR=%HOMEDRIVE%%HOMEPATH%
set DIRCMD=/O:GNE
%HOMEDRIVE%
chdir "%EXEDIR%"
start /wait "" "%EXEDIR%\%INSTALLER%" /S /D=$PROGRAMFILES\GnuPG
goto end
:end
ENDLOCAL
REM :: echo.Bitte Taste ...
REM :: pause >nul
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment