更改 Windows CE 安装项目的应用程序文件夹路径
我已经为 Windows CE 创建了一个应用程序,并且正在尝试创建一个安装项目。我正在执行静默更新操作,需要将 .CAB 文件安装到特定文件夹 (\Program Files\abc\xx)
默认情况下,它安装到 \Program Files\Product Name
如何使其安装在 \程序文件\abc\xx ?
这对于 Windows 安装程序是可能的,但我想对于 Windows CE 安装程序是不可能的。
谢谢
I've created an application for Windows CE and I'm trying to create a setup project. I'm doing a silent update operation and need to install the .CAB files to a specific folder (\Program Files\abc\xx)
By default, it installs to \Program Files\Product Name
How can I make it to install on \Program Files\abc\xx ?
This was possible for windows installers but I guess not possible for Windows CE installers.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须修改 CABWiz 正在使用的 INF 文件(特别是 InstallDir在 CEStrings 部分)。
如果您使用的是包装此 INF 文件的 Studio 项目,则无法对其进行调整(设备 CAB 安装程序项目的众多缺点之一)。
You have to modify the INF file that CABWiz is using (specifically the InstallDir in the CEStrings section).
If you're using the Studio project that wraps this INF file, then you can't adjust it (one of the many shortcomings of the device CAB installer projects).