K1000 Zip Files
Hi fellow kaceperts,
I'm using 7zip to package installers with dependencies as we are deploying Autodesk products that could easily be more than 8 GB size per installer.
Just wondering what would be the best compression method for most optimised unzip? Also, what is the command line used by the KACE agent to unzip?
Thanks in advance!
Answers (1)
Top Answer
If you use Scripts the compression method does not matter.
But keep in mind, the bigger saves in space the more performance the end user PC needs to unzip.
You can try the "unzip" option of the script if it is working for your method.
If not, you need to add 7z.exe as dependency and run something like that:
“$(KACE_DEPENDENCY_DIR)\7-Zip\7z.exe” with params “a -r $(KACE_DATA_DIR)\scripts\wlanprofiles.zip -w $(KACE_DATA_DIR)\scripts\*.xml -mem=AES256”
Please be aware this example CREATES with 7-Zip, see the manual for unzipping.
Comments:
-
Thank you Nico for clarifying, appreciate it - Unsullied 3 months ago