【问题标题】:Automatically start Datawedge on MC65 running Windows Mobile 6.5.3在运行 Windows Mobile 6.5.3 的 MC65 上自动启动 Datawedge
【发布时间】:2012-09-29 13:56:26
【问题描述】:

我正在为需要运行 Datawedge 的客户创建自动安装程序。

我们过去通过将 AppCenter 配置为启动 datawedge 来做到这一点,但在这种情况下这不是一个选项。

作为安装过程的一部分,我尝试设置以下 Regkey

[HKEY_LOCAL_MACHINE\Software\Motorola\DWStartUp]
"DontLoadOnStartUp"=dword:00000000

但 Datawedge 在重新启动后仍处于“已停止”状态。

目前我已经创建了 DataWedge.exe 的快捷方式并将其放在 \Windows\StartUp 中,但这似乎不是一个非常优雅的解决方案。

【问题讨论】:

    标签: windows-mobile windows-mobile-6.5 motorola datawedge


    【解决方案1】:

    如何使用 Windows CE 固有的启动功能?

    [HKEY_LOCAL_MACHINE\Init]
    "launch99"="DataWedge.exe"
    "depend99"=hex:32,00 ; or whatever you need to launch before datawedge.  
                         ; Launch50 is often explorer
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-23
      • 2021-01-12
      • 2011-08-24
      • 1970-01-01
      • 2014-08-09
      相关资源
      最近更新 更多