ConfigMgr: GhostScript 9.15 bereitstellen

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>
This entry was posted in automateAppDeployment, Configuration Manager, Deutsch, Powershell, System Center, System Center 2012 and tagged . Bookmark the permalink.

2 Responses to ConfigMgr: GhostScript 9.15 bereitstellen

  1. Pingback: ConfigMgr: eDocPrint Pro 3.21 | Markus Bäker

  2. Pingback: ConfigMgr: Softwarepaketierung Übersicht | Markus Bäker

Leave a Reply