Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在使用 Visual Studio 2008 创建的 msi 中输入密码。但我注意到,如果密码中包含“””字符。我得到一个 FileNotFoundException。Orca 中是否有可以纠正此问题的设置?尝试过其他特殊字符,它们工作正常。
问题不是特殊字符,而是文本框末尾的“/”字符。如果您需要在最后使用它,用户必须像这样输入 ut '//'。