Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Автоматическая установка приложений (http://forum.oszone.net/forumdisplay.php?f=61)
-   -   [решено] Тихая установка Ghostscript (http://forum.oszone.net/showthread.php?t=128458)

voler 12-01-2009 19:23 1005359

Тихая установка Ghostscript
 
Как можно установить в тихом режиме Ghostscript?

hb860 12-01-2009 23:54 1005754

Распаковать http://garr.dl.sourceforge.net/sourc...t/gs854w32.exe винраром или другим архивтором, поддеживающим распаковку zip-архивов
тихо ставить так
setupgs.exe "%programfiles%\gs"

Ссылки для размышления
http://www.appdeploy.com/packages/detail.asp?id=515
http://www.msfn.org/board/lofiversio...12657-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"

voler 13-01-2009 09:41 1005994

Я правда не много по другому сделал, но этот способ еще проще.
Я распаковал и сделал свой инсталятор.

Я сделал вот так, скачать можно с сайта


Время: 22:31.

Время: 22:31.
© OSzone.net 2001-