特殊字符和 MSI
我必须将密码输入到使用 Visual studio 2008 创建的 msi 中。但我注意到,如果密码中包含“”字符。我收到 FileNotFoundException。 Orca 中是否有可以纠正此问题的设置?尝试过其他特殊字符,效果很好。
I have to have password input into an msi I created using Visual studio 2008. But I notice that if a password have ‘ “ ‘ character in it. I Get a FileNotFoundException. Is there a setting in Orca that can correct this? Have tried other special character and they work fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题不是特殊字符,而是文本框末尾的“/”字符。如果您需要在最后使用它,用户必须像这样输入 ut '//'。
The problem was not special characters, but the '/' character at the end off the text box. If you need to use it at the end the user has to input ut like this '//'.