I have a project which is downloading (using HTTP) around 40 ZIP files of about 100Mb each.
The ZIP files are a multi-part archive.
The "zip.extract" function does not seem to like the format of these files (created with 7-Zip).
Should the "zip.extract"...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
3 results in 0.0187 seconds.
Keywords
Members
Tags
-
Extract a particular file
Is it possible to extract some particular file to a specific location? I know how to get the list of files (SetupData.GetFileList), but have no idea what to do then.
Basically, what I want to do is extract some files, do some more script actions and then depending on what the user chooses...
-
How can I extract files from the MSI using Lua script?
I have a scenario where I have some temporary files that I need to be able to run some logic from a Lua script. I tried to set different options on the files but I cannot figure out how to tell MSI Factory my files are temporary and that they should be extracted sooner in the sequence.
...