문제

i need to know a way to run my application on a Windows CE 6.0 Device after installing from a .cab file. The application is placed in the autostart folder.. so i need either a warm reboot or a direct start after installing from .cab

Can somebody give me a solution for that problem?

greetings

도움이 되었습니까?

해결책

Add a custom setup.dll to the installer package. Launch your app in Install_Exit by calling the CreateProcess API. You can assemble the path if it's user changeable by using the pszInstallDir parameter that's passed in.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top