Sure,

Extract that file into a directory (use winzip or something similar).  Then
run the setup with a '-r' argument.  Go through the set up with all the
options you want.  This will place a file setup.iss in your
%systemroot%\system32 directory.  Copy that file back into the perl setup
directory, and run subsequent installations with:

setup -s -f1 setup.iss

That should work and install it silently.  There's no progress indicator, so
basically just monitor the drive to see if the perl filesare being
installed.  You can also edit the setup.iss with notepad if you want to
change the install dir.

James

-----Original Message-----
From: Ned Konz [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 08, 2000 1:56 PM
To: Perl-Win32-Users Mailing List
Subject: unattended install of build 522?


I'm trying to figure out how to install APi522e.exe unattended
as part of a bigger script.

All the command line options I've tried haven't modified its operation.
Is there any way to:

        * run this in unattended/noninteractive mode
        * unpack it directly and run its setup manually

TIA,
-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://www.bike-nomad.com

---
You are currently subscribed to perl-win32-users as:
[EMAIL PROTECTED]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to