Problème d'installation Imprimantes via PrintUIEntry ...

Problème d'installation Imprimantes via PrintUIEntry ... - Windows & Software

Marsh Posté le 01-07-2005 à 12:47:24    

Voila je souhaite installer une série d'imprimantes de manière automatique via le process PrintUIEntry, mais je rencontres des problèmes avec l'imprimante par défaut.
 
Voici mon 1er script :
 
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /dn /n\\srvdisk\J01 /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /dn /n\\srvdisk\J02 /q
 
 
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006000 /m "imp006000" /u /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006009 /m "imp006009" /u /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006001 /m "imp006001" /u /q /y

 
Verdict : IMP006000 et IMP006009 s'installent sans aucun problème, mais IMP006001 ne s'installe pas....
Si je retire le /y IMP006001 s'installe sans aucun problème .... mais l'imprimante par défaut sera PDFCREATOR chose que je ne souhaites pas.
 
Voici une solution mais elle ne me conviens pas :
 
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /dn /n\\srvdisk\J01 /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /dn /n\\srvdisk\J02 /q
 
 
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006000 /m "imp006000" /u /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006009 /m "imp006009" /u /q
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006001 /m "imp006001" /u /q
 
ping 127.0.0.1
 
start /MIN RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /n\\srvdisk\imp006001 /m "imp006001" /u /q /y

 
Je suis obligé de rajouter un ping pour que tout se passe correctement.
Mais cette solution ne me conviens pas car prolonge le temps du script....(J'ai déjà 2 autres scripts qui se lance)
 
Avez vous une solution ou bien une commande supplémantaire à rajouter au "/y"
 
Merci d'avance
 

Reply

Marsh Posté le 01-07-2005 à 12:47:24   

Reply

Marsh Posté le 18-01-2006 à 18:30:17    

Comme ca, ca sera déja plus rapide
 
ping -n 1 -w 0 127.0.0.1


---------------
... Ah bonne entendeur salut. Klaffh OUTILS, kel nom de cake !!! ...
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed