Die Suche ergab 26 Treffer

von Antarion
22 Feb 2019, 10:16
Forum: Free support
Thema: [fixed] drvload only load one network driver
Antworten: 3
Zugriffe: 2708

Re: drvload only load one network driver

Ok i fixed it by bypassing the tests : for /F "tokens=1,* delims=" %%i in (%drvloadlist%) do drvload %%i goto mountshare So now it loads all the drivers then go to mountshare ignoring all of : :drvload drvload %1 if not %ERRORLEVEL% == 0 goto linedelete goto mountshare :linedelete echo Rem...
von Antarion
22 Feb 2019, 09:39
Forum: Free support
Thema: [fixed] drvload only load one network driver
Antworten: 3
Zugriffe: 2708

Re: drvload only load one network driver

i checked the code in setup.opsiscript and it seems that it is working as intended. If ONE driver is loaded successfully, it doesn't load the others, even if the one successfully loaded doesn't work properly... SET drvloadlist=c:\opsi\drvloadlist.txt if not EXIST %drvloadlist% ( echo There is no mat...
von Antarion
22 Feb 2019, 08:59
Forum: Free support
Thema: [fixed] drvload only load one network driver
Antworten: 3
Zugriffe: 2708

[fixed] drvload only load one network driver

Hi, opsi-atftp 0.7.dfsg-14 opsi-atftpd 0.7.dfsg-14 opsi-configed 4.0.7.6.34-2 opsi-depotserver 4.0.7.3-3 opsi-linux-bootimage 20180813-1 opsi-utils 4.0.7.20-1 opsiconfd 4.0.7.14-2 opsipxeconfd 4.0.7.9-4 python-opsi 4.0.7.69-1 We updated the opsi-linux-bootimage to the version 20180813-1 and we got t...
von Antarion
28 Feb 2018, 10:16
Forum: Free support
Thema: Winbatch /RunElevated not elevated?
Antworten: 10
Zugriffe: 7672

Re: Winbatch /RunElevated not elevated?

I fixed my problem by running msiexec in quiet mode in an /32Bit winbatch. wmic uninstall still doesn't work in winbatch /RunElevated but the msiexec /X procedure works too, so that's my workaround. I don't know why it's stopped working after all this time but after pulling my hair so hard i'm glad ...
von Antarion
26 Feb 2018, 10:27
Forum: Free support
Thema: Winbatch /RunElevated not elevated?
Antworten: 10
Zugriffe: 7672

Re: Winbatch /RunElevated not elevated?

Yeah I thought i had mentioned it. Sorry I've been in this problem for quite some time now.
This package is not used often so i really don't know what changed since the last time it was used.


Thank you anyway.
von Antarion
23 Feb 2018, 15:09
Forum: Free support
Thema: Winbatch /RunElevated not elevated?
Antworten: 10
Zugriffe: 7672

Re: Winbatch /RunElevated not elevated?

The thing is that it has wroked for 2 years prior that problem.

thanks for your help Scrooge.
von Antarion
23 Feb 2018, 10:19
Forum: Free support
Thema: Winbatch /RunElevated not elevated?
Antworten: 10
Zugriffe: 7672

Re: Winbatch /RunElevated not elevated?

Thanks for the help scrooge.

Unfortunately it doesn't work either.

and my install part doesn't work anymore too :

Winbatch_install /RunElevated
[Winbatch_install]
msiexec /package c:\tmp\$msiinstall$ /passive $msi_argument$
error 1603 :(
von Antarion
22 Feb 2018, 16:00
Forum: Bugs
Thema: opsi4.0.7-client-boot-cd_20180123.iso doesnt detect UEFI
Antworten: 3
Zugriffe: 14829

opsi4.0.7-client-boot-cd_20180123.iso doesnt detect UEFI

Hi

i used this image on a usb stick and i didn't detect the uefi properly.
we are not running in uefi
When i switched to opsi4.0.7-client-boot-cd_20170720.iso (same date as opsi-linux-bootimage 20170720-1) it detect it back properly.

Kind regards.