Greg Pendler wrote:

Hi,

I'm fighting with silent installation of GhostView and GhostScript.
The instalers (after extraction of downloaded .exe files) provide very easy
way for unattended installation - just provide destination directory and
you're done.

The problem starts when I try to install them from Unattended scripts - from
command line (when started manually) everything works great, but from the
script I receive error message box saying:
"gsview setup "failed to open filelist.txt"".

One problem is that the installers have no GUI at all which means that
control immediately returns back to script. ".sleep 60" doesn't help either.


Here is my install file for ghostscript:


z:
cd \packages\gs800w32
start /wait setupgs c:\apps\gs

z:
cd \packages\gsv43w32
start /wait setup c:\apps\gs

z:\scripts\gsview_reg.py 12345

It's been a long time, but since it's written this way, I assume I had a common problem with the installers: They need to be run from the current directory.


-- Dag Nummedal ([EMAIL PROTECTED])


------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to