If you first install Windows 6.0 on Windows 7, the following issues may occur:
1. toolsmsmca (error): Setup package issue or corecon datastore failed upted: cdevicesdkinstallshim Add/Remove failed. HR = 0x8007005.
2. toolsmsmca (error): Setup package issue or corecon datastore upload upted: devicesdkinstcomp Add/Remove failed. HR = 0x8007005.
Solution: Use the administrator privilege during installation.
What's weird is that the installation program of wince6.0 does not have the "use administrator privilege" menu right-click, which is also a bug of Microsoft. In that case, the program is actually implemented. We use the administrative authority to open cmd.exe, and then use the command line to install the program using call.
Other online error solutions are described as follows:
If you encounter the following annoying error when installing the Windows Mobile 6 SDK: "toolmsmca (error): Setup package issue or corecon datastore failed upted: cdevicesdkinstallshim Add/Remove failed. hR = 0x80004005 ". you can solve this problem as follows.
1. Delete the following folder:/Documents and Settings/xujin/Application Data/Microsoft/corecon, and then install. (We recommend that you back up the data before deleting it to avoid any confusion ).
2. Enter Regedit in the "start running" and enter the Registry. Find clsid {1d273ec2-2a24-46fe-9f70-544b27811df3} in HKEY_LOCAL_MACHINE/software/Microsoft/visualstudio/devicesdkinstaller/1.0.
3. Find devicesdkinstcomp. dll and register it. This is under/program files/Microsoft Visual Studio 9.0/VC/vcpackages. Don't talk about the registration method... Enter regsvr32 "/program files/Microsoft Visual Studio 9.0/VC/vcpackages/devicesdkinstcomp. dll" to start running.