есть код
<Component Id=....>
<File Id=...KeyPath="yes"/>
<util:User Id="UpdateUserLogonAsService"
UpdateIfExists="yes"
CreateUser="no"
Name="[SERVICEUSER]"
LogonAsService="yes"/>
<ServiceInstall Id="ServiceId"
Name="$(var.ServiceName)"
DisplayName="$(var.ServiceDisplayName)"
Description="$(var.ServiceDescription)"
Type="ownProcess"
Start="auto"
Account="[SERVICEUSER]"
Password="[SERVICEPASSWORD]"
ErrorControl="ignore"
Interactive="no"
Vital="yes"/>
<ServiceControl Id="StartService"
Name="$(var.ServiceName)"
Start="install"
Stop="both"
Remove="uninstall"
Wait="yes"/>
</Component>
msi ругается
Error 1923: Service '[2]' ([3]) could not be installed. Verify that you have sufficient privileges to install system services.
запускаю под администратором, если поменять атрибут Account на LocalSystem — все ставится на ура, вот ломаю голову, не знаю в чем дело