Die Bereitstellung von GhostScript 9.15 ist sehr einfach, da es auf dem NSIS Installer basiert.
Die Installationsfiles können unter http://ghostscript.com/download/gsdnld.html heruntergeladen werden.
Die appDefinition.xml für die 32-bit Variante:
<appdefinition> <file>gs915w32.exe</file> <hash type="SHA256">EC4B9C5514EC2C795C488BE678933E51AF48BE285EFC8F5B4D36C70712BEDC3E</hash> <info> <company>Artifex Software, Inc.</company> <productName>GPL Ghostscript</productName> <productVersion>9.15</productVersion> <setupType>NSIS</setupType> <isX86>true</isX86> <hasUninstall>true</hasUninstall> </info> <install/> <uninstall/> <detection/> </appdefinition>
Und die entsprechende Datei für die 64-bit Variante:
<appdefinition> <file>gs915w64.exe</file> <hash type="SHA256">6CC35A88C45ECE5129C31B8973CD5268CC2458BE6CD2177DCBBCA16ECAEA6BA4</hash> <info> <company>Artifex Software, Inc.</company> <productName>GPL Ghostscript</productName> <productVersion>9.15</productVersion> <setupType>NSIS</setupType> <isX86>false</isX86> <hasUninstall>true</hasUninstall> </info> <install/> <uninstall/> <detection/> </appdefinition>
Pingback: ConfigMgr: eDocPrint Pro 3.21 | Markus Bäker
Pingback: ConfigMgr: Softwarepaketierung Übersicht | Markus Bäker