Skip to content
⌘ NSIS Forum Archive

Start/Enable IIS

3 posts

JATO#

Start/Enable IIS

I have a 3rd app that needs IIS started or it throws up an error message.

I've searched the forums but can't find a command which will enable it in Windows.
I found the NSSCM plugin but don't know what the service name is to start... is it just Internet Information Service or IIS?
kichik#
To find the correct service name, use the Services MMC snap-in (Control Panel->Administrator Tools->Services). A quick Google search came up with this list.

There are also some pages in the Wiki about IIS.