Показать полную графическую версию : [решено] Тихая установка Ghostscript
Как можно установить в тихом режиме Ghostscript?
Распаковать http://garr.dl.sourceforge.net/sourceforge/ghostscript/gs854w32.exe винраром или другим архивтором, поддеживающим распаковку zip-архивов
тихо ставить так
setupgs.exe "%programfiles%\gs"
Ссылки для размышления
http://www.appdeploy.com/packages/detail.asp?id=515
http://www.msfn.org/board/lofiversion/index.php/t12657-100.html
DedeKao
Feb 23 2005, 10:35 AM
This is in reply to a previous post (see reference at bottom).
It's not so hard to install GhostScript and Ghostview silently. But you need to mind the quotes, because if you don't, you get the error messages mentioned in the previous post.
I know the code is trivial , but I just want to tell people they don't have to follow the other somewhat more extensive method.
Unzip Ghostscript and GhostView in e.g. : install\Ghostscript and install\GSView directory. Put the following in your installation batch file: (btw. I prefer using %programfiles% instead of %systemdrive%).
@echo off
cd install\GhostScript
setupgs.exe "%programfiles%\gs"
cd ..\GSView
setup.exe "%programfiles%\gv"
Я правда не много по другому сделал, но этот способ еще проще.
Я распаковал и сделал свой инсталятор.
Я сделал вот так, скачать можно с сайта (http://voler.ru//uploads/files/gs860w32.exe)
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.