577
edits
Changes
GPG4win
,→GPG4win: Tidyup; update for 2.1; replaced German language installer options section with English and expanded
[http://www.gpg4win.org/ GPG4win Project Homepage]
== GPG4win 2.x Package ==
<source lang="xml">
<package
id="GPG4Win"
name="GPG4Win"
revision="20042"
priority="35"
reboot="true">
<check type="uninstall" condition="existsversiongreaterorequal" path="Gpg4win (" value="2.01.4)0"/>
<install cmd='%SOFTWARE%\GPG4Win\gpg4win-2.01.40.exe /S'/>
<upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-2.01.40.exe /S'/>
<remove cmd='%ProgramFilesPROGRAMFILES%\GNU\GnuPG\gpg4win-uninstall.exe /S'/>
</package>
</source>
<source lang="ini">
[gpg4win]
; InstallationseinstellungenInstaller settings. Do not define or leave empty for defaults. Weg- oder leerlassen für ; Voreinstellung
inst_gpgol = true
inst_gpgex = true
inst_man_novice_en = true
; Die Stellen, an denen Verknüpfungen erzeugt werden sollenWhere to install short-cuts.
inst_start_menu = true
inst_desktop = false
inst_quick_launch_bar = false
; Im Gegensatz zu den anderen Optionen überschreibt diese OptionContrary to other settings in this file, the start menu folder ; die Einstellung des Benutzers im Installationsassistentensetting here will override the user selection at installation ; time.
inst_start_menu_folder = Gpg4win
; Standard-KonfigurationsdateienAdditional configuration files to install.
gpg.conf = D:\config\gpg-site.conf
gpg-agent.conf = D:\config\gpg-agent-site.conf
scdaemon.conf = D:\config\scdaemon-site.txt
gpa.conf = D:\config\gpa-site.conf
</source>
[[category:Silent Installers]]