La recherche a retourné 79 résultats

par empbilly
27 sept. 2018 - 17:12
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

Re: The syntax for the file name... is incorrect

I did the tests and when I run a cmd via psexec it is as shown in the image below.

authority nt\system

Image

https://ibb.co/iwCjWp (I do not know why the image does not appear being in the [img] tag)
par empbilly
26 sept. 2018 - 18:53
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

Re: The syntax for the file name... is incorrect

dcardon,

How could I include "psexec ..." in the script above?
par empbilly
26 sept. 2018 - 14:17
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

Re: The syntax for the file name... is incorrect

Do you get this behavior when running the script in Pyscripter or throught WAPTService? If it works through PyScripter, then it might be an issue of running this command in "Local System" context (WaptService runs as "Local System"). I'm running throught WAPTService. Is there an...
par empbilly
25 sept. 2018 - 17:51
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

Re: The syntax for the file name... is incorrect

Cool!! But, if I execute manually via cmd the command: C:\ProgramData\{5F3A4BBA-1519-45F2-9BF7-1E9924E32CAA}>"Surfer(11.1.719)_Installer.exe" REMOVE=TRUE MODIFY=FALSE SILENT=TRUE is removed very fast. Via script, the timeout error occurs. I config a timeout with 180 seconds, for test. Unin...
par empbilly
25 sept. 2018 - 17:05
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

Re: The syntax for the file name... is incorrect

hello htouvet, thanks for the answer!!! I made the change, but a timeout error occurred. I ran a test on the hand with the command below and silently removed. C:\ProgramData\{5F3A4BBA-1519-45F2-9BF7-1E9924E32CAA}>"Surfer(11.1.719)_Installer.exe" REMOVE=TRUE SILENT=TRUE MODIFY=FALSE How can...
par empbilly
25 sept. 2018 - 15:38
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] The syntax for the file name... is incorrect
Réponses : 15
Vues : 93622

[SOLVED] The syntax for the file name... is incorrect

Hello, I created a package to install surfer 11 software. In this package I also programmed the option to uninstall old versions before installing the new one. After running on the client, the command output shows the error below: Uninstalling old versions of surfer... CalledProcessErrorOutput: Comm...
par empbilly
28 août 2018 - 16:59
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] mass forget package
Réponses : 3
Vues : 2275

Re: mass forget package

htouvet a écrit : 27 août 2018 - 14:30 Make a multi-selection of the target hosts (Ctrl+Click / UpperCase+Click) and make the focused one has the package you want to forget, then right click on the package / Forget.
Thanks htouvet!!! Works!!! :)
par empbilly
27 août 2018 - 13:15
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] mass forget package
Réponses : 3
Vues : 2275

Re: mass forget package

Hello,

Anyone have an idea if my question posted above is possible?
par empbilly
08 août 2018 - 14:13
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : [SOLVED] mass forget package
Réponses : 3
Vues : 2275

[SOLVED] mass forget package

Hello,

I know that I can do this manually, but is there any way to select and have mass forgotten packets that are no longer part of the host?
par empbilly
02 août 2018 - 16:19
Forum : WAPT usage (Console, Agent) / Utilisation WAPT (Console, Agent)
Sujet : Chocolatey installation?
Réponses : 2
Vues : 1839

Re: Chocolatey installation?

Thanks @agauvrit!! :) # -*- coding: utf-8 -*- from setuphelpers import * uninstallkey = [] def install(): print("Instalando Chocolatey...") try: filecopyto('install.ps1','c:\\') run(r"%systemroot%\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -InputFormat None -ExecutionPo...