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}