Jump to content

Recommended Posts

Posted

The QuickSFV v2.34 installer dosen't support silent installation. Then AutoIt can be one solution, but i personally preffer to just install the app through a batch file in a 7z sfx installer. If you would like to do the same, then here follows the needed directions :

Needed files for the app to run(no 'regsvr32' needed) :

  • QuickSFV.EXE
  • QSFVShll.dll

Reg file which sets all supported file type associations(sfv, md5, par etc.) and adds the context-menues :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellCompatibility\Objects\{906b0e6e-61ce-11d3-8ee2-0060080a7242}]
"CTXMENU_NOVERBS"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
"{906b0e6e-61ce-11d3-8ee2-0060080a7242}"="QuickSFV Shell Extension"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\QuickSFV Shell Extension]
@="{906b0e6e-61ce-11d3-8ee2-0060080a7242}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{906b0e6e-61ce-11d3-8ee2-0060080a7242}]
@="QuickSFV Shell Extension"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{906b0e6e-61ce-11d3-8ee2-0060080a7242}\InProcServer32]
"ThreadingModel"="Apartment"
@="C:\\Program Files\\QuickSFV\\QSFVShll.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.csv]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\QuickSFV Shell Extension]
@="{906b0e6e-61ce-11d3-8ee2-0060080a7242}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.CKZ]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.CRC]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.SFV]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.PAR]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.MD5]
@="File_Verification_Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database]
@="File Verification Database"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\Shell]
@="open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\Shell\verify_all]
@="&Verify All"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\Shell\verify_all\command]
@="C:\\Program Files\\QuickSFV\\QuickSFV.EXE DOALL \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\Shell\open]
@="&Open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\Shell\open\command]
@="C:\\Program Files\\QuickSFV\\QuickSFV.EXE \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\File_Verification_Database\DefaultIcon]
@="C:\\Program Files\\QuickSFV\\QuickSFV.EXE,0"

Note: The reg file includes fixed paths for %programfiles%, so if you're using a localized Windows version, then you'll have to change them accordingly.


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...