You are here

How to get the needed registry values ?

7 posts / 0 new
Last post
Cizzar
Offline
Last seen: 16 years 9 months ago
Joined: 2007-07-22 08:16
How to get the needed registry values ?

I want to make an app portable, but it uses registry keys.
So, is there a tool that can determine the used keys and maybe write a .reg file to add and delete those keys from the registry ? If yes, how does it work exactly ?

yurzub
Offline
Last seen: 15 years 8 months ago
Joined: 2007-06-04 12:21
a possible solution, maybe?

a possible solution, maybe? Altiris makes a program called SVS, which creates portable registry "layers" during the installation of a program. I'm pretty sure that you can open up one of those layers in notepad, and see what registry entries were written there, rather than to you actual registry. Although this potentially makes any program portable, the software is only free for a trial version, but can be a useful tool for catching reg entries. Google for it, or search this forum, I'm sure there was already a discussion about this software.

You can also search this forum for registry tools, to see what others are already using.

RMB Fixed
Offline
Last seen: 14 years 3 months ago
Joined: 2006-10-24 10:30
Try regcompare :

regcompare :
http://www.teodorsportfolio.go.ro/myapp/regcompare/thumbnails.html
VirusTotal scan of archive : http://www.virustotal.com/resultado.html?618c6ba702a67658531420c714d85622
Just take a snapshot of the registry before and after installing/running the app
and use regcompare to find the keys it creates .

There is also regmonitor, but that is from m$/sysinternals and it just shows you the keys that are in use ..

Jacob Mastel
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2007-06-13 19:36
Sandboxie

If you download sandboxie it writes all of a programs data in to a sandbox that doesn't affect your computer. It also writes a .reg store file at the root of the sandbox.
--
Jacob Mastel

Release Team Member

yurzub
Offline
Last seen: 15 years 8 months ago
Joined: 2007-06-04 12:21
Hmm, I didn't realize

Hmm, I didn't realize sandboxie allows you to install from inside it. that is quite cool and useful.

Jacob Mastel
Offline
Last seen: 3 years 6 months ago
Developer
Joined: 2007-06-13 19:36
Yes it does.

Just run the installer and when it finishes open the sandbox, and it will show everything the installer did. You can see where everything was put and whether or not it left behind registry entries so much easier than manually looking.
--
Jacob Mastel :cool:

Release Team Member

Patrick Patience
Offline
Last seen: 4 years 4 months ago
DeveloperModerator
Joined: 2007-02-20 19:26
Wow.

I agree.

_______________________________________________
It's kinda scary when my desktop is messier than my room...

Log in or register to post comments