Pocket PC Registry...
-
Hi to All, I have developed a PPC Application and it is successfully installed on the pocket PC (using CAB file). Problem :
I just want to know does this application is register in Pocket PC's Registry ? If YES how can i view the Pocket PC's Registry. If NO how can i register my application in Pocket PC's Registry. And how can i view the application Registry in the Pocket PC.
Please Help Me.
Pavan Pareta
-
Hi to All, I have developed a PPC Application and it is successfully installed on the pocket PC (using CAB file). Problem :
I just want to know does this application is register in Pocket PC's Registry ? If YES how can i view the Pocket PC's Registry. If NO how can i register my application in Pocket PC's Registry. And how can i view the application Registry in the Pocket PC.
Please Help Me.
Pavan Pareta
Hi, you can access pocket pc registry with remote registry editor. You can find it in Visual studio Remote Tools. You only have to connect your device and access its registry very easily. Are you using Visual Studio 2005 to develop your application and make your cab? If yes, you can add a registry entry creating a visual studio smart device cab project. There´s an option to create new registry entries if you right-clic on your cab project View -> registry. I hope it helps you.
-
Hi, you can access pocket pc registry with remote registry editor. You can find it in Visual studio Remote Tools. You only have to connect your device and access its registry very easily. Are you using Visual Studio 2005 to develop your application and make your cab? If yes, you can add a registry entry creating a visual studio smart device cab project. There´s an option to create new registry entries if you right-clic on your cab project View -> registry. I hope it helps you.
Thanks for Replying, but i am using MS Visual Studio 2003, i did create a CAB file,and add one more attribute (AddReg = RegSettings.All) in .inf File and build CAB file again. and installed on Pocket PC. TestMobile.inf
[Version] Signature="$Windows NT$" Provider="Demo Test" CESignature="$Windows CE$" [CEStrings] AppName="TestMobile" InstallDir=%CE1%\%AppName% [CEDevice] VersionMin=3.00 VersionMax=4.99 [DefaultInstall] AddReg = RegSettings.All CEShortcuts=Shortcuts CopyFiles=Files.Common
Pavan Pareta