RDF
Junior Member
Posts: 3
Registered: 5/31/2007
Location: Orlando, FL
Member Is Offline
|
| posted on 5/31/2007 at 02:37 PM |
|
|
Error while reading a central header
Error:
SoftComplex.Zip (0x80040201)
Error while reading a central header
Anyone know how I can get around this error? Here is the code where it's erroring out on:
FileName = strExtractedFilesPath & "" & strPlayingArea & ".zip"
'create new zip file
Zip.New(FileName)
Zip.SFXExtractionPath = strDefaultPath
Zip.RootDirectory = Server.MapPath("secured_drivecustomerscommonSelf Extracting Files")
Zip.FileList.Add("*.*")
Zip.SFXExtractionPath = strDefaultPath
FilesCount = Zip.SaveAsSFX(strExtractedFilesPath & "" & strPlayingArea & ".exe")
All the paths are good, as I've tested them and made sure they exist. The .ZIP file is getting written to the folder correctly, it's just bombing
when it tries to create the SFX file.
Any ideas?
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/31/2007 at 07:25 PM |
|
|
latest version of the script is provided in your ticket
|
|
|