Windows CE.Net Flash Problems

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!
 
G

Guest

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
 
C

chi.chung.ko

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 !!!
 
P

Paul G. Tobey [eMVP]

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 !!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top