Pergunta

Can I install Intraweb service in "silent mode"?

service.exe /install
Foi útil?

Solução

I know that this answer may be a little bit late.

/Silent will not work, since in the event of an error a dialogbox will be created.

You have to compile your application with the:

{$APPTYPE CONSOLE}

Outras dicas

Just add /silent as parameter

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top