Hi All,
Development environment:
eVc4.
I am a bit confused on how to handle a ce.net (device) uninstall for my
custom setup.dll.
The reason for confusion is that with an Windows Mobile (non .net device)
the path (pszInstallDir) returned by:
extern "C" __declspec(dllexport) codeUNINSTALL_INIT Uninstall_Init(HWND
hpar, LPCTSTR pszInstallDir)
Is the correct install directory location ie \Storage Card\Program
Files\MyApp\
However, with ce.net, pszInstallDir returns \Windows\AppMgr\MyApp.DLL
I don't understand why this string would be returned and how do I deal with
it?
cheers
Bryce