Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Аватара для hb860

Идиот


Сообщения: 1125
Благодарности: 419

Профиль | Сайт | Отправить PM | Цитировать


Распаковать 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"

-------
http://feeds.feedburner.com/Winreviewru.1.gif
Горячие клавиши Windows 8 | Все программы, которые я разработал| Гаджеты для Windows 8

Это сообщение посчитали полезным следующие участники:

Отправлено: 23:54, 12-01-2009 | #2