提交 22e57889 编写于 作者: E Enrico Giordani

[Setup] Fixed the NETWORK SERVICE account issue on Windows 10.

The NETWORK SERVICE account was set using the localized string name, that
has been working correctly until Windows 10.
上级 7bba2cad
......@@ -26,7 +26,7 @@
ErrorControl="normal"
Type="ownProcess"
Arguments="--service-run "[#file_redis_serviceCONF]""
Account="[WIX_ACCOUNT_NETWORKSERVICE]" />
Account="NT AUTHORITY\NETWORKSERVICE" />
<ServiceControl Id="redisServiceControl"
Name="Redis"
......@@ -55,7 +55,7 @@
-->
<Component Id="cmp_give_network_service_folder_permissions" Guid="{55E5EFB3-61E6-4D51-934E-BFEEFB430701}">
<CreateFolder>
<util:PermissionEx User="[WIX_ACCOUNT_NETWORKSERVICE]" GenericAll="yes" />
<util:PermissionEx User="NT AUTHORITY\NETWORKSERVICE" GenericAll="yes" />
</CreateFolder>
</Component>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册