Для работы AIS LPU Update Server на сервер должен быть установлен .Net Framework 3.5:

Dism /Online /Enable-Feature /all /FeatureName:NetFx3

Если первый вариант не прокатит:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs

Командный файл для добавления служб «AIS LPU Server» и «AIS LPU Update Server»:

Sc create "AIS LPU Update Server" binPath= "\"c:\Vitacore\AIS LPU Update Server\AKUZ.UpdateServer.exe\"" DisplayName= "AIS LPU Update Server" type= own start= auto

Sc description "AIS LPU Update Server" "Сервер клиентских обновлений AIS LPU"

Sc create "AIS LPU Server" binPath= "\"c:\Vitacore\AIS LPU Server\AKUZ.Service.exe\"" DisplayName= "AIS LPU Server" type= own start= auto

Sc description "AIS LPU Server" "Сервер приложений AIS LPU"

Командный файл для добавления служб «RDS Server» и «RDS Update Server»:

Sc create "RDS Update Server" binPath= "\"c:\Vitacore\RDS Update Server\RDS.UpdateServer.exe\"" DisplayName= "RDS Update Server" type= own start= auto
Sc create "RDS Server" binPath= "\"c:\Vitacore\RDS Server\RDS.Service.exe\"" DisplayName= "RDS Server" type= own start= auto

*Попробовать с параметров description

Обратите внимание, что знак равенства, следующий за параметрами, является продолжением имени параметра.

В MSSQL нужно включить опцию clr:

Выполнить в командной строке:

sqlcmd -S . -i c:\Vitacore\_Install\SQLQuery.sql -o c:\Vitacore\_Install\Results.txt

где содержимое файла SQLQuery.sql:

exec sp_configure clr,'1'
reconfigure

Статья находится в зачатке и будет дорабатываться.

Весь пакет скриптов, одним файлом, можно скачать здесь: _Install.zip