Hi,
I'm looking for a way of extracting files from the actual setup when setup is running (separate from the setup install and without using primer files) . I'm getting the file list included in the setup with SetupData.GetFileList(ARCHIVE_LIST) and traversing trough each file in the table, but I don't see any way of extracting files on my own lua script from the actual setup and save it/decompress it to a folder. Is this possible? Or do I need to find a way around, like install them all first and the use File.Copy/Install and copy them where I need?
Thanks.
I'm looking for a way of extracting files from the actual setup when setup is running (separate from the setup install and without using primer files) . I'm getting the file list included in the setup with SetupData.GetFileList(ARCHIVE_LIST) and traversing trough each file in the table, but I don't see any way of extracting files on my own lua script from the actual setup and save it/decompress it to a folder. Is this possible? Or do I need to find a way around, like install them all first and the use File.Copy/Install and copy them where I need?
Thanks.
Comment