MSI 安装程序中的 TerminalServer 属性
我们正在尝试为 Windows Server 2003 下的应用程序创建 MSI 安装程序。该应用程序需要用户能够通过远程桌面登录。 使用“TerminalServer”属性看起来像是确保情况确实如此的正确测试,但在具有运行终端服务的正确操作系统并允许用户远程连接的计算机上,这会返回“false”。
我们在这里缺少什么?
谢谢! 阿尔明
we are trying to create an MSI Installer for an app which under Windows Server 2003. The app needs users to be able to log on via Remote Desktop. Using the "TerminalServer" property looked like the correct test to ensure that's the case, but this returns "false" on machines which do have the right OS with Terminal Service running and which allow users to connect remotely.
What are we missing here?
Thanks!
Armin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IIUC,您实际上确实需要安装并“打开”终端服务; 远程桌面可能还不够。 还可以尝试 RemoteAdminTS。 MSI 文档表明它们是相互排斥的。
使用 /l*v 运行 MSI 文件以查明哪些属性设置为哪些值。
IIUC, you actually do need Terminal Services installed and "on"; remote desktop might not be enough. Try also RemoteAdminTS. MSI documentation suggests they are mutually exclusive.
Run the MSI file with /l*v to find out what properties are set to what values.