Since 3 hours, I'm trying to tell "avp.com" to download updates from "\\server\klshare\updates\", in my homemade script for my network.
Actually I deploy KAWK 6.0.3.837 with an installation script, wich works great.
I just want to tell, after the installation (witouth synchronisation with KAK) to download updates immediatly after the installation (or after the first reboot, so I can't wait to synchronize with KAK).
When I add "\\server\klshare\updates\" in KA WorkStation GUI, all works great, here is the return of "avp.com update" :
CODE
; --- Settings ---
; Notify before update: Yes
; Rescan quarantine: No
; Update sources:
; \\server/KLSHARE/Updates/\
; Use internal sources: No
; FTP passive: Yes
; FTP connect timeout: 60
; Use proxy: Yes
; Use IE proxy settings: Yes
; Proxy port: 80
; Proxy authentication: No
; ------------------
; Notify before update: Yes
; Rescan quarantine: No
; Update sources:
; \\server/KLSHARE/Updates/\
; Use internal sources: No
; FTP passive: Yes
; FTP connect timeout: 60
; Use proxy: Yes
; Use IE proxy settings: Yes
; Proxy port: 80
; Proxy authentication: No
; ------------------
But, when I try :
CODE
avp.com update "\\server\klshare\updates\", the operation stuck :
CODE
; --- Settings ---
; Notify before update: Yes
; Rescan quarantine: No
; Update sources: <none>
; Use internal sources: Yes
; FTP passive: Yes
; FTP connect timeout: 60
; Use proxy: Yes
; Use IE proxy settings: Yes
; Proxy port: 80
; Proxy authentication: No
; ------------------
; Notify before update: Yes
; Rescan quarantine: No
; Update sources: <none>
; Use internal sources: Yes
; FTP passive: Yes
; FTP connect timeout: 60
; Use proxy: Yes
; Use IE proxy settings: Yes
; Proxy port: 80
; Proxy authentication: No
; ------------------
Here is the command line I use :
CODE
avp.com UPDATE \\server\klshare\updates\
I've tryied with and without quotes ("), and in this syntax too : "\\server/KLSHARE/Updates/\"
Maybe I've forgot something ... one of you have an idea ?
thanks,
