【问题标题】:Running Application after installing from .cab从 .cab 安装后运行应用程序
【发布时间】:2012-08-23 12:33:53
【问题描述】:

从 .cab 文件安装后,我需要知道如何在 Windows CE 6.0 设备上运行我的应用程序。 该应用程序放置在自动启动文件夹中。所以我需要热重启或从 .cab 安装后直接启动

谁能给我一个解决这个问题的方法?

问候

【问题讨论】:

    标签: windows-ce cab compact-framework2.0


    【解决方案1】:

    添加custom setup.dll to the installer package。通过调用CreateProcess APIInstall_Exit 中启动您的应用程序。如果用户可以更改路径,您可以使用传入的pszInstallDir 参数来组装路径。

    【讨论】:

    • 如何从 Install_Exit 函数执行我的应用程序?我的意思是我需要在那里添加什么?谢谢
    猜你喜欢
    • 1970-01-01
    • 2014-06-06
    • 2011-04-10
    • 2011-04-15
    • 1970-01-01
    • 1970-01-01
    • 2012-01-26
    • 2012-03-25
    • 1970-01-01
    相关资源
    最近更新 更多