P
P
Pavel2019-06-18 14:30:45
Software and Internet Services
Pavel, 2019-06-18 14:30:45

How to install the program in silent fashion?

there is a program for remote control, such as a teamviewer https://www.dwservice.net/ru/faq.html
in their faq it is written that you can quietly install it

Да, при помощи командной строки вы можете запустить установщик двумя способами:
С использованием кода установки (соответственно, сперва надо создать агента в панели управления):
dwagent.(exe o sh) -silent key=xxxxxx logpath=xxxxx (logpath is optional)
С использованием логина и пароля от вашего аккаунта (предварительно создавать агента в панели управления не требуется):
dwagent.(exe o sh) -silent user=xxxxxx password=xxxxx name=xxxxx logpath=xxxxx (параметр logpath не обязателен; Имя не обязательно, если не указать, агент создастся с именем хоста)

I just don’t understand how, if I make a .bat file and enter dwagent.exe -silent key=123456my key there by itself, then nothing happens, there are no errors in the console.
What am I doing wrong? Maybe it's not supposed to be bat at all?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
NewDevLab, 2019-06-18
@NewDevLab

1. Add logpath=xxxxx and see what it says.
2. Run bat / cmd as admin.

K
Konstantin Tsvetkov, 2019-06-18
@tsklab

if I make a .bat file and enter it there
No need to make a batch file. All errors are erased. Run through powershell at least if there is no console file manager.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question