문제

Can I install Intraweb service in "silent mode"?

service.exe /install
도움이 되었습니까?

해결책

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}

다른 팁

Just add /silent as parameter

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top