安装期间对本地服务的目录写入权限
我有一个 Windows 服务(本地服务)、一个 Windows 窗体应用程序和 asp.net Web 服务应用程序作为同一安装的一部分。
我想将所有 3 个日志保存到同一目录 (CommonAppDataFolder),但它们没有足够的权限写入该目录。
我已指定 AdminUser 启动条件并编辑 .vdproj 文件以提升权限。但还是没用。
是否可以在安装设置期间为 CommonAppDataFolder 下的文件夹提供写权限?
我使用的是 Visual Studio 2008。
I have a Windows Service(Local Service), a Windows form application and asp.net web service application as a part of same installation.
I want to save the logs of all 3 to the same directory (CommonAppDataFolder) but they don't have sufficient privileges to write to the directory.
I have specified AdminUser launch condition and edited .vdproj file to elevate privileges. but still did not work.
Is it possible to give provide write permissions to a folder under CommonAppDataFolder during installation setup?
I am using visual studio 2008.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试为该文件夹的每个人设置写入权限。您可以使用 MSI 中的 LockPermissions 表或运行 XCACLS.exe 作为自定义操作:http://support.microsoft .com/kb/318754
You can try setting write permissions for Everyone for that folder. You can use the LockPermissions table in MSI or run XCACLS.exe as a custom action: http://support.microsoft.com/kb/318754