Does a custom Setup.dll work with WCELoad?

Does WCELoad.exe call codeINSTALL_EXIT Or, is it only the Application Manager (CEAppMgr.exe) that does this

I've been trying for a couple of days to create a dll that would fire off after installing my cab file using WCELoad.exe. Please tell me if this is not possible so I can stop trying to make it work.



Answer this question

Does a custom Setup.dll work with WCELoad?

  • blueman266

    Yes it does. CeAppMgr.exe runs on desktop, it has nothing to do with CAB's setup DLL. Basically it just copies CAB to the device and invokes WCELoad.exe.

    As to your problem, please make sure your DLL is compiled for correct CPU and exports all required entry points. This DLL can not be managed. There's setup DLL sample in SDK.



  • Does a custom Setup.dll work with WCELoad?