CeRegEditor NEW ver 0.0.5.2, with regular expressions

mdziedzic

Member
May 7, 2007
22
0
0
Rzeszow
ceregeditor.mdsoft.pl
Hello,
I'd like to introduce new registry editor CeRegEditor for WindowsCE, WindowsMobile :)
It works on desktop PC but operates on PDA's registry.

Main features:
- keys/values create and edit
- fast search
- export/import keys to/from REG file
- create "image" registry with compare and restore service
- free for private and commercial use
- registry compare to CAB or REG files
- open REG/RGU, CAB, HV as regular registry, with all edit functions available
...and many more ;)

link to web site: http://ceregeditor.mdsoft.pl?lang=en

link to software: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

It is still during test period, but basic features are well tested and stable :)
It is Polish software but with english interface :D

edit
If You find any error in the application or mistake in English interface please send an email to [email protected] or write it within thread
 

Attachments

Last edited:

dferreira

Senior Member
Jan 26, 2007
1,446
154
0
38
Oulu
www.denzilferreira.com
Nice software :) I have one suggestion: since this works on the desktop, one feature that would be neet was that if we install a CAB, it detects what's changed on the PPC, regarding the registry. That would be great to know what are the registry keys needed for the instalation of OEM packages!
 

mdziedzic

Member
May 7, 2007
22
0
0
Rzeszow
ceregeditor.mdsoft.pl
Nice software :) .... if we install a CAB, it detects what's changed on the PPC, regarding the registry. That would be great to know what are the registry keys needed for the instalation of OEM packages!
You can use compare tool embedded into CeRegEditor.
First, create registry image(Images->Create image or F2 key) and after cab instalation perform compare registry, Images->Compare registry. It will show only differences/changes between the image and the current registry :)

I hope this will be useful for You :)
 

mdziedzic

Member
May 7, 2007
22
0
0
Rzeszow
ceregeditor.mdsoft.pl
New version 0.0.2.2

+ added UNICODE support for export/import data to/from REG file
+ fixed header in REG file. The string in header changed to REGEDIT4. Previous string was not compatible with some other registry tools (WinCE Cab Manager)
+ fixed format of path to directory/file in REG file.
...and some minor fixes

;)
 

mdziedzic

Member
May 7, 2007
22
0
0
Rzeszow
ceregeditor.mdsoft.pl

luv2chill

Senior Member
Apr 6, 2005
79
0
0
cool... I will check this out soon.

@mdziedzic, curious how you are implementig the cab compare function... are you just looking at reg entries stored in the cab? Cos sometimes the complicated ones involve self-registering dlls and setup.dll files that make reg entries also. Prime examples of this are voice command, mark all as read, and some SPB apps. For those we always have to do a reg diff before/after cab install to see what the setup.dll did (or see the self-registered dll additions).

I have been wondering if it's possible to write an app that examines a setup.dll to see what reg entries it would create. So far I don't know of any way to do that other than reg dump->install cab->reg dump->compare.

Anyway your app will be very useful! Thanks for your hard work.
 

mdziedzic

Member
May 7, 2007
22
0
0
Rzeszow
ceregeditor.mdsoft.pl
@mdziedzic, curious how you are implementig the cab compare function... are you just looking at reg entries stored in the cab? {...cut...}
Yes, I compare only reg entries stored in cab!

I have been wondering if it's possible to write an app that examines a setup.dll to see what reg entries it would create.
I think it is not possible! Each developer/provider creates it's individual setup.dll for CABs. Each DLL could has different structure (written in C++ or Pascal). Trying to "decode" setup.dll will be always "guessig"!

So far I don't know of any way to do that other than reg dump->install cab->reg dump->compare.
IMO, for CABs with setup.dll or exe instalators it's the best metod. In CeRegEditor, just create registry image (F2)-> do instalations-> compare registry with image(F3). After compare You can save differences to REG file ;)

Anyway your app will be very useful! Thanks for your hard work.
Great :D
 

adejager1

Senior Member
Jun 2, 2007
135
4
0
Utrecht
It would be great if you could also map registry files from a dumped rom. This way you could easily extract registry settings from other phones without the need of the actual device. At this moment you still need the phone.

is this possible