After running the installer, then the following files are located in '%programfiles%\RegSnap\' :
- about.dll
- form1.frm
- lartl.dll
- lbsu.dll
- license.txt
- mfc42deu.dll
- mfc42esp.dll
- mfc42fra.dll
- mfc42ita.dll
- msvcp60.dll
- readme.txt
- RegSnap Demo.vbp
- RegSnap Demo.vbw
- RegSnap.exe
- regsnap.la
- regsnap.tlb
- unsetup.dat
- unsetup.exe
- whatsnew.txt
However, the only needed files for getting the app to run is :
- RegSnap.exe
- lbsu.dll
The registration data is located in these two registry keys :
- HKEY_LOCAL_MACHINE\Software\LastBit\CPR\REGS
- HKEY_CURRENT_USER\Software\LastBit\CPR\REGS
These two keys contain exactly the same data and only one of them is needed.
Here is the reg file which i use in my 7z switchless installer. Besides the registration key(i have removed the actual serial), then i also add the entries needed to do the following :
- Disable the Startup Wizzard.
- Show modified key values in addition to the key names.
- Generate reg files.
- Disable the "generate reg files" warning.
- Map 'HKEY_USERS\<ID>' to 'HKEY_CURRENT_USER'.
- Disable truncating long dumps.
- Ignore some unneded reg keys like MRU's, UserAssist, Cryptography and SessionInformation etc.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\LastBit] [HKEY_CURRENT_USER\Software\LastBit\CPR] [HKEY_CURRENT_USER\Software\LastBit\CPR\REGS] ******************************************** ******************************************** ******************************************** [HKEY_CURRENT_USER\Software\RegSnap\regsnap\EL] "N"=dword:00000007 "0"="HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography" "1"="HKEY_LOCAL_MACHINE\\SYSTEM\\ControlSet001" "2"="HKEY_LOCAL_MACHINE\\SYSTEM\\ControlSet002" "3"="HKEY_USERS\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\UserAssist" "4"="HKEY_USERS\\Software\\Microsoft\\Windows\\ShellNoRoam" "5"="HKEY_USERS\\Software\\Microsoft\\Windows\\Shell\\Bags" "6"="HKEY_USERS\\SessionInformation" [HKEY_CURRENT_USER\Software\RegSnap\regsnap\MAIN] "MODE"=dword:00000000 "VERINFO"=dword:00000000 "CMPMODE"=dword:00000001 "REGFILES"=dword:00000001 "TRUNCATE"=dword:00000000 "MAPHKCU"=dword:00000001 "EXTVIEWER"=dword:00000000 [HKEY_CURRENT_USER\Software\RegSnap\regsnap\STARTUPWIZARD] "MODE"=dword:00000003 [HKEY_CURRENT_USER\Software\RegSnap\regsnap\Prompt] "00000083"=dword:00000000



Help

Back to top









