Windows CE.Net Flash Problems

  • Thread starter Thread starter chi.chung.ko
  • Start date Start date
C

chi.chung.ko

Dear all:

After Install netcf.all.wce4.X86.cab on Windows CE.Net 4.2
Then Reboot CE.Net, it will be disappear
How can I solve it

thx!
 
There are a few options:

1. Install the app in ROM if you have a BSP
2. Install the app in a persistent store, if available
3. Run the installer on every startup if the device supports such a feature
4. Don't reset

-Chris
 
Thx for your helpï¼
I had tried run installer on every startup
but when install *.cab it will show already install
how can I make *.cab without show any messages?

part of *.inf
[Files.Common]
abc.exe,,,COPYFLG_NO_OVERWRITE

it does not work

At Last How can I make .Net Compact Framework(netcf.all.wce4.X86.cab)
user *.inf By myself

Thx !!!
 
The problem is that, although the files are no longer present, the
*registry*, where the fact that the files have been installed is recorded
*is* persistent. How you fix this is going to depend on how the device
works. Are you sure that a better option isn't having the device vendor
build the .NET CF into the OS?

Paul T.

Thx for your help!
I had tried run installer on every startup
but when install *.cab it will show already install
how can I make *.cab without show any messages?

part of *.inf
[Files.Common]
abc.exe,,,COPYFLG_NO_OVERWRITE

it does not work

At Last How can I make .Net Compact Framework(netcf.all.wce4.X86.cab)
user *.inf By myself

Thx !!!
 
Back
Top