Getting error when installing DWG Trueview 2012 and 2013 with Kace K1000. Manual install by clicking batchfile goes fine.
Hi,
I have this quite strange problem when deploying DWGTrueview with our Dell Kace K1000. (v 5.3.53053)
When deploying DWGTrueview 2012 or 2013 on Windows 7 Enterprise x64, i'm getting an error on the clientpc:
The system cannot find the path specified, C:\Windows\TEMP\_AIC89D.tmp\x64\dwgviewr\dwgviewr.msi
Previous to this installation I have installed .Net 4.0 Sp1.
The installation is launched by a .bat-file with this command:
start /wait DWGTV2012_x64\setup.exe /q /w /t setup.ini
When monitoring the deploy, i can see the files are properly copied to C:\ProgramData\Dell\KACE\downloads\4159.
When I browse to C:\Windows\TEMP\_AIC89D.tmp\x64\dwgviewr\ there is indeed no dwgviewr.msi file.
Strangely enough, when i kick off the installation by klicking the batchfile on the clientpc,from the C:\ProgramData\Dell\Kace\downloads directory, the installation goes perfect !
Anyone who knows what causes this problem ?
Thanks in advance,
Mesjoggah.
Answers (5)
I'm not a KACE specialist by any means (and that's putting it mildly :) ), but just a hunch: have you tried starting your batch script with
pushd "%~dp0"
to change the script's working directory to its current directory?
Comments:
-
Hi !
Thank you for your reply !
I have tried and added pushd "%~dp0" to the script.
It failed with the same error..
Mesjoggah - Mesjoggah 12 years ago