如何将应用程序安装到 Win Mobile 6.5 设备上,使其出现在桌面/开始菜单上?
我创建了一个 CAB 项目,安装程序在我的移动设备上运行良好,但我必须转到资源管理器并打开“Program Files/My APP”才能找到 exe 并启动它。
我是否必须在安装项目的配置中或在安装过程中采取一些操作才能使其按我想要的方式工作?
(我希望在主窗口/桌面或开始菜单上有图标,以便我可以从那里运行它)
I created a CAB project and the installer runs fine on my mobile device, but I have to go to the explorer and open "Program Files/My APP" to find the exe and launch it.
Is there some action I have to take in the config of the setup project or during install to make this work as I want?
(I want to have the icon on the main window/desktop or start menu so that I can run it from there)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个是对我有用的链接/答案 - 来自 Cosmin Pirvu 上面的评论
This is the link/answer that worked for me - from Cosmin Pirvu's comment above