Programmatically enable (install) IIS

前端 未结 4 556
时光取名叫无心
时光取名叫无心 2020-12-17 18:41

Sometimes there is a PC that doesn\'t have IIS. Either it disabled or either it not installed. In this case I need to enable it myself according to those steps.

I\'

4条回答
  •  死守一世寂寞
    2020-12-17 19:11

    Regarding your experience with Advanced Installer. You ended up with IIS Express installed because you used our predefined support for prerequisites. You should have been using the predefined support to install Windows Feature Bundles.

    Using this support you can easily select which OS feature should be enabled and also set custom conditions. On our YouTube channel you can find examples/tutorials:

    • in the following example you see exactly how IIS is configured for enabling
    • here is also a more generic video, with a walkthrough over the built-in support from Advanced Installer for enabling Windows Features

提交回复
热议问题