Jump to content

Recommended Posts

Posted

The official installer for RegSnap v5.8.1920 dosen't support any form of silent installation. Of course, cooking up an AutoIT script would be very easy, but as i want all my installations to be totally silent, then i instead just make a 7z switchless installer which installs the app by itself, without using the official installer.

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

  • 2 weeks later...

Posted
plz , I used RegSnap to detect some reg changes, generating 2 files then compared them, but didn't know to export a reg file?!!

plz help

Do Yourselve a favour grab InstallWatch it lets you save before install and after install regfiles in normal reg file format.

get it here:

http://www.epsilonsquared.com/

Posted

The Difference is That....

InstallWatch records modifications made to your PC during the installation of software, hardware, or configuration changes.

AND

InstallRite (which includes all the features of InstallWatch) provides "application cloning" as opposed to "disk cloning", simplifying software distribution.

thanx

bikram

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...