M
Mark Pitman
I have built an installer for my application that installs the Compact
Framework, the OpenNETCF.org Smart Device Framework and then my application.
When it comes time for my app to get installed, CE Setup complains that my
app "... requires the installation of OpenNETCF.SDF.ppc3.ARM.CAB for it to
run properly. Install the Cab file before running this application. However,
my installer has already installed it, so I am guessing that I am not
installing all the necessary cabs or I am installing the wrong one. I
thought maybe I could just ignore the warning, but when I try to run the
app, it fails trying to load one of the SDF assemblies. My ini file for the
install of the SDF looks like this:
[CEAppManager]
Version = 1.0
Component = OpenNetCF
[OpenNetCF]
Description = OpenNetCF
Uninstall = OpenNetCF
CabFiles = OpenNETCF.SDF.PPC3.ARM.CAB,OpenNETCF.SDF.PPC3.ARMV4.CAB
and when it runs, it seems to copy files and even shows up in the "Remove
Programs" application on the device. Am I installing the wrong cab? What do
I need to do to distribute my app without making the user go download the
SDF and install it separately?
Mark
Framework, the OpenNETCF.org Smart Device Framework and then my application.
When it comes time for my app to get installed, CE Setup complains that my
app "... requires the installation of OpenNETCF.SDF.ppc3.ARM.CAB for it to
run properly. Install the Cab file before running this application. However,
my installer has already installed it, so I am guessing that I am not
installing all the necessary cabs or I am installing the wrong one. I
thought maybe I could just ignore the warning, but when I try to run the
app, it fails trying to load one of the SDF assemblies. My ini file for the
install of the SDF looks like this:
[CEAppManager]
Version = 1.0
Component = OpenNetCF
[OpenNetCF]
Description = OpenNetCF
Uninstall = OpenNetCF
CabFiles = OpenNETCF.SDF.PPC3.ARM.CAB,OpenNETCF.SDF.PPC3.ARMV4.CAB
and when it runs, it seems to copy files and even shows up in the "Remove
Programs" application on the device. Am I installing the wrong cab? What do
I need to do to distribute my app without making the user go download the
SDF and install it separately?
Mark