Re: Need to extract an Installshield archive

2003-11-21 Thread Andrew Gaffney
Rajesh Dorairajan wrote: Yes. I am able to open the archive using Winzip. However, my $zip = Archive::Zip->new(); my $status = $zip->read( $archive ); return ( -1 ) if $status != AZ_OK; fails with the message below. Is there another module that can extract the archive? That

RE: Need to extract an Installshield archive

2003-11-21 Thread Rajesh Dorairajan
Rajesh -Original Message- From: Andrew Gaffney [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 7:09 AM To: '[EMAIL PROTECTED]' Subject: Re: Need to extract an Installshield archive Rajesh Dorairajan wrote: > Hello, > > I've an archive (.exe) generated by I

Re: Need to extract an Installshield archive

2003-11-21 Thread Andrew Gaffney
Rajesh Dorairajan wrote: Hello, I've an archive (.exe) generated by Installshield that contains the distribution. I need to extract it to a temporary location and execute the setup.exe from the Bundle. I tried Archive::Zip, but it bombed with the message "format error: can't find EOCD signature

Need to extract an Installshield archive

2003-11-21 Thread Rajesh Dorairajan
Hello, I've an archive (.exe) generated by Installshield that contains the distribution. I need to extract it to a temporary location and execute the setup.exe from the Bundle. I tried Archive::Zip, but it bombed with the message "format error: can't find EOCD signature Archive::Zip::A