T
Terry Westley
Has anyone successfully used the technique described in "Creating an MSI
Package that Detects and Updates the .NET Compact Framework"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/
html/netcfdepl.asp) to detect the device type?
I have been able to successfully download the SetupHelper.dll file to my
Pocket PC and invoke the GetPlatformType() function. I'm using OpenNETCF
Desktop Communication Library RAPI class and ActiveSync 3.7.1 to do this.
My Pocket PC is a Toshiba e805 with Windows Mobile 2003 (not SE).
But, when I call GetInstructionSet(), I get output data bytes = {0, 0, 1,
5}. This doesn't match any instruction set mentioned in the article plus I
was sorta expecting a unicode string just like GetPlatformType(). Perhaps
the XScale processor in the e805 is not accounted for in the article?
If anyone else has done this, what values are you getting back from calling
GetInstructionSet() in SetupHelper.dll on your Pocket PC?
Or, is there a better way to detect the device type? Perhaps something I'm
missing at OpenNETCF or RAPI?
--TWestley
Package that Detects and Updates the .NET Compact Framework"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/
html/netcfdepl.asp) to detect the device type?
I have been able to successfully download the SetupHelper.dll file to my
Pocket PC and invoke the GetPlatformType() function. I'm using OpenNETCF
Desktop Communication Library RAPI class and ActiveSync 3.7.1 to do this.
My Pocket PC is a Toshiba e805 with Windows Mobile 2003 (not SE).
But, when I call GetInstructionSet(), I get output data bytes = {0, 0, 1,
5}. This doesn't match any instruction set mentioned in the article plus I
was sorta expecting a unicode string just like GetPlatformType(). Perhaps
the XScale processor in the e805 is not accounted for in the article?
If anyone else has done this, what values are you getting back from calling
GetInstructionSet() in SetupHelper.dll on your Pocket PC?
Or, is there a better way to detect the device type? Perhaps something I'm
missing at OpenNETCF or RAPI?
--TWestley