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 ?
You are here
How to get the needed registry values ?
July 22, 2007 - 10:36am
#1
How to get the needed registry values ?
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.
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 ..
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
Hmm, I didn't realize sandboxie allows you to install from inside it. that is quite cool and useful.
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
I agree.
_______________________________________________
It's kinda scary when my desktop is messier than my room...