Hi to all,
I have tried to make portable an application by using registry rapper.
Now this application is fully portable, but it leaves some registry entries in the registry (HKLM section). I have understand that registry rapper "manages" only one registry key at a time, but .....is there a method to solve this problem???
Is there a registry rapper update to solve this problem?
Thanks for the attention.
i think its normal that the portable program write during launch in the windows registry. But should delete it and copy it in a txt file after turn of the program
Thats the problem? there are some trace in reg after shut down program?
I suppose u read this already
https://portableapps.com/node/946
registry rapper is good because it only remove the entries written by programm and dont only put a backup of whole registry (which would mean a loose of reg entries from other programs during program launchtime)
A single death is a tragedy; a million deaths is a statistic.
The problem is this one. When I launch my program, it writes some entries in HKCU and HKLM. When I close it ...... only entries in HKCU are deleted, but not in HKLM section.
I understood this is a limitation of Registry Rapper, but I'd like to know if a solution exists.