S
Steve B.
Hi,
We are providing a corporate application to our users using a storage card
in which a autorun.exe is located.
This autorun read a file and call several time wceload.exe to install .Net
2.0 SP1, Sql Mobile 3.0 and the app itself.
This process works perfectly on a PPC 2003 device, but now, as we are
changing hardware to WM5, it does not works anymore.
In debug mode, I can see the CreateProcess function is correctly called
using this command line :
\windows\wceload.exe /noaskdest /noui /delete 0 /nouninstall "\storage
card\NETCFv2.wm.armv4i.cab"
When the command line is executed, the screen blinks white one time and the
compact framework is not installed... The createprocess does not ouput
neither any error, nor return code.
What can be possible cause of this behavior ?
Thanks,
Steve
We are providing a corporate application to our users using a storage card
in which a autorun.exe is located.
This autorun read a file and call several time wceload.exe to install .Net
2.0 SP1, Sql Mobile 3.0 and the app itself.
This process works perfectly on a PPC 2003 device, but now, as we are
changing hardware to WM5, it does not works anymore.
In debug mode, I can see the CreateProcess function is correctly called
using this command line :
\windows\wceload.exe /noaskdest /noui /delete 0 /nouninstall "\storage
card\NETCFv2.wm.armv4i.cab"
When the command line is executed, the screen blinks white one time and the
compact framework is not installed... The createprocess does not ouput
neither any error, nor return code.
What can be possible cause of this behavior ?
Thanks,
Steve