Help - Search - Members - Calendar
Full Version: [Question] Does anyone have a reg file for registering 7zip filetypes?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
bledd
seems there are a lot of changes made, does anyone have one to hand? (need iso in there too)
cheers
elajua
i think you just need to export the registry entries inside HKEY_CLASSES_ROOT that match each extension and thats it.
Delprat
not enough : there's a key in HKCU\SOFTWARE\7-zip\Plugins for each extension/plugin. (witout these, 7-zip doesn't know it's associated : can be useful, can be useless, i let you find what it changes...)

edit: in HKCU, not HKLM :
CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations]

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\001]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\7z]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\arj]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\bz2]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\cab]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\cpio]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\deb]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\gz]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\lzh]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\rar]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\rpm]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\tar]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\z]
"Plugins"=""

[HKEY_CURRENT_USER\Software\7-Zip\FM\Associations\zip]
"Plugins"=""

each of these keys matches one checkbox in the 7zip options
bledd
i knew how to find it, using regshot, there's just a load of things to add

did it myself in the end..

here if anyone wants it!



http://bleddyn.co.uk/7zip/7zip.reg

-does anyone know how to force a icon rebuild? using cmd..
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.