KACE logfile
Trying to install a program through kace, doesn't work, here are the relevant logfile bits:
loy:CMIPackageMgr::PreProces] KDeploy PreprocessPackage:DownloadPackageFileFromKBOXtoKaceDLdir, verifying checksum for giga.zip
kbot[6:1287144000] @ 2019-04-03T11:49:18 (output) [2019-04-03.11:49:16][KDeploy:CMIPackageMgr::PreProces] KDeploy PreprocessPackage:Unzip FAILED (C:\ProgramData\Quest\KACE\downloads\870\giga.zip) exit 2.
kbot[6:1287144000] @ 2019-04-03T11:49:18 (output) [2019-04-03.11:49:16][KDeploy:CMIPackageMgr::InstallSw] KDeploy InstallSwitch (MI): package download failure, or missing 'full command' if MI is a .zip file
kbot[6:1287144000] @ 2019-04-03T11:49:18 (output) [2019-04-03.11:49:18][KDeploy:main ] KDeploy ----- Ending KDeploy.exe -----
It's a zipfile with an install.bat and the exe to install.
If you call the .bat from the commandline it installs the program silently with no problems.
The only thing I found online was that the path might exceed 255 characters, which is not the case here.
Anyone have an idea?
Here's the content of the .bat file, but like I said, it works if called through cmd.
@ECHO OFF
%~dp0giga.exe /S /v/qn
Thanks!
Answers (2)
Top Answer
Turns out that it doesn't work with 7zip for some reason -> "unzip unsuccessful".
If you use winrar with normal compression then it works.
Comments:
-
for any zip I upload I just use the basic win 10 built in zip. Select files and right click, choose send to zip. that method has never given me a problem. - SMal.tmcc 5 years ago
Is the .exe supposed to get unzipped too? If so, that might be the cause? Why does it not get unzipped then though.. - itzauberer 5 years ago