Martin H Posted August 1, 2007 Posted August 1, 2007 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.dllform1.frmlartl.dlllbsu.dlllicense.txtmfc42deu.dllmfc42esp.dllmfc42fra.dllmfc42ita.dllmsvcp60.dllreadme.txtRegSnap Demo.vbpRegSnap Demo.vbwRegSnap.exeregsnap.laregsnap.tlbunsetup.datunsetup.exewhatsnew.txtHowever, the only needed files for getting the app to run is :RegSnap.exelbsu.dllThe registration data is located in these two registry keys :HKEY_LOCAL_MACHINE\Software\LastBit\CPR\REGSHKEY_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
Wesmosis Posted August 14, 2007 Posted August 14, 2007 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
urie Posted August 14, 2007 Posted August 14, 2007 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 helpDo 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/
Wesmosis Posted August 14, 2007 Posted August 14, 2007 oh thanx, I've bin using IntallRite for ageswhat is the difference bet InstallRite and InstallWatch?!
bikram Posted August 17, 2007 Posted August 17, 2007 The Difference is That....InstallWatch records modifications made to your PC during the installation of software, hardware, or configuration changes.ANDInstallRite (which includes all the features of InstallWatch) provides "application cloning" as opposed to "disk cloning", simplifying software distribution.thanxbikram
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now