Jump to content

Registry First Aid


Ghettochild

Recommended Posts


LOL.....I found out how to do it 10 minutes later. You don't need any application switches for Registry First Aid 3.3x .

I also can add the serial number successfully. Just copy & paste to a text file and rename it to xxxx.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.3]

"Name"="xxx xxxxx"

"Data"="xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxx"

"Just insert the name and serial number"

This is my runonceex sample.

REG ADD %KEY%\065 /VE /D "Registry First Aid 3.3" /f

REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\registry\setup.exe

REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %CDROM%\Software\registry\rfa.reg" /f

Link to comment
Share on other sites

The new versions of Registry First Aid uses Inno Setup so you would use the switches for Inno Setup.

Probably (since I don't use it).

And as a pre-emptive strike - this is the switch for Inno setup-based installers:

/VERYSILENT /SP-

Link to comment
Share on other sites

@ MCT, i don't think you know what you're talking about. I use that switch to install my Kazaa lite resurrection plus some other programs and that in itself is not an msi file..........LOL

@prathapml that /VERYSILENT /SP- switch doesn't work registry first aid, even though it is an inno based installer.

Link to comment
Share on other sites

Here is what I added to to RunOnceEx to get it to install silently...

REG ADD %KEY%\042 /VE /D "Registry First Aid 3.4" /f

REG ADD %KEY%\042 /V 1 /D "%systemdrive%\Install\Applications\RegistryFirstAid3\rfasetup.exe /SILENT /SP-" /f

REG ADD %KEY%\042 /V 2 /D "taskkill.exe /F /IM reg1aid.exe" /f

Link to comment
Share on other sites

Maybe Exporting the whole reg entry

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4]
"Data"="XXXXXXXX"
"Name"="XXXXXXX"
"OutWidth"="131"
"SaveUndo"="1"
"DefaultAction"="1"
"SearchCaseSensitive"="0"
"SearchAny"="0"
"ShowWarningOnSrchStr"="1"
"SearchRegIn"="7"
"WindowState"="2"
"Width"="634"
"Height"="466"
"Left"="88"
"Top"="88"
"UndoPath"="C:\\Program Files\\RFA\\Backups\\"
"LastTextDir"="C:\\Program Files\\RFA\\"
"LastFullBackupDate"="38245"
"Version"="3.4.0.514"
"ProgPath"="C:\\Program Files\\RFA\\"
"LVBC0Width"="150"
"LVBC1Width"="150"
"LVBC2Width"="150"
"TreeViewSettingsWidth"="136"
"NeverCreateFullBackup"="0"
"ShowHelpOnStart"="0"
"ShowScanRegKeys"="0"
"ShowScanDirs"="1"
"ShowRegKeysAdding"="1"
"UseRegThreads"="0"
"UseDirThreads"="1"
"UseCountRegThreads"="1"
"UseCountDirThreads"="1"
"WarningTotalFoundEntries"="1"
"PeriodFullRegBackup"="1"
"PeriodCheckVersion"="0"
"PeriodRegistryScanNotyfy"="0"
"ScanFor"="101111101110"
"DateLastCheckVersion"="0"
"DateLastRegistryScan"="38245.6772937037"
"AgentShowTrayIcon"="0"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_apps_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_dlls_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_drvs]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_empty_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_exts_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_fonts_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_hlps_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths]
"\\BOOTWIZ\\"="1"
"\\RECYCLED\\"="1"
"\\RECYCLER\\"="1"
"\\Temporary Internet Files\\"="1"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_paths_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_runs_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_smenu_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_softemp_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Excluded_srch_entries]

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\Searching_paths]
"C:\\"="1"
"D:\\"="1"
"E:\\"="1"
"H:\\"="1"

[HKEY_CURRENT_USER\Software\KsL Software\RFA\3.4\SearchWords]

Or just add thes entries to the regfile you have

"ShowHelpOnStart"="0"

"PeriodCheckVersion"="0"

"AgentShowTrayIcon"="0"

just a suggestion aint had a chance to try it yet

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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