I am attempting to install a SSL Certificate on a WinCE 5.0 mobile device. I
have already created the appropriate "_setup.xml" file that contains the SSL
Certificate installation information (as shown in several
posts/blogs/WinCE32 SDK). Now I am attempting to package _setup.xml (or just
it's contents) into a valid WinCE 5.0 CAB file. Using the makecab utility
provided in the WinCE32 SDK, as in: "makecab _setup.xml rootcert.cab" does
not create a "Valid Windows CE Setup File", as reported by the WinCE device
when I attempt to manually install the CAB. Therefore it seems like I must
somehow utilize the "cabwiz.exe" program, that also comes with the SDK, to
try and package my _setup.xml, but how? I have no "Application" to install
so what would I specify in the ".inf" file???
Questions:
1) When running cabwiz.exe (WinCE 5.0 SDK), how do I package my "_setup.xml"
using a ".inf" file when there is no application to install?
And/Or...
2) How do I determine if "_setup.xml" must be considered as extra
information for "_setup.xml", which apparently the file that cabwiz.exe
itself creates inside of the new cab file!??
The command-line for cabwiz.exe offers the /prexml or /postxml options when
creating a cab file - do I need to use them or do I somehow indicate, within
the ".inf" file, that my "_setup.xml" file is input for the cab build? I
guess I'm just not sure on how to create the ".inf" file for cabwiz without
really having an application to install and then go about the task of
indicating to the cab setup, "Oh, by the way, would you mind running this
snippet of xml contained in my '_setup.xml' file so the appropriate SSL Cert
Info is imported/registered properly?"
I really hope I'm not confusing everyone but I could certainly use some
clarification on how I can package the SSL Certificate '_setup.xml'
(mentioned in several blogs/posts that I've seen for PocketPC and Windows
Mobile 5/6) into a valid WinCE 5.0 Cab file that I require for my
Symbol/Motorola MC3000 Series WinCE 5.0 mobile device...
Thank you for your time,
Greg Hellem