ambani a écrit:I think it would be a good Idea To have a separate version of LiberKey that includes, where available, the 64-bit versions of software.
ambani a écrit:However, even though 7 zip is already available in LK, it Is the 32 bit version. It does not work too well in my 64 bit Win7, Including file / folder associations.
<FileType ext="zip" addmode="replace">
<TypeDescription.fr>Archive compress?e (ZIP)</TypeDescription.fr>
<Shell default="ouvrir_avec_7-zip_liberkey">
<Action name="ouvrir_avec_7-zip_liberkey">
<Description.fr>Ouvrir avec 7-Zip (LiberKey)</Description.fr>
<ExePath>%APPS%\7Zip\7-ZipLKL.exe</ExePath>
<AppName>7-Zip</AppName>
<CmdArgs>"%1"</CmdArgs>
</Action>
<Action name="ouvrir_avec_winrar_liberkey">
<Description.fr>Ouvrir avec WinRAR (LiberKey)</Description.fr>
<ExePath>%MYAPPS%\WinRAR-3.93\WinRAR.exe</ExePath>
<AppName>WinRAR</AppName>
<CmdArgs>"%1"</CmdArgs>
</Action>
<Action name="ouvrir_avec_universal_extractor_liberkey">
<Description.fr>Ouvrir avec Universal Extractor (LiberKey)</Description.fr>
<ExePath>%APPS%\UniversalExtractor\UniversalExtractorLKL.exe</ExePath>
<AppName>Universal Extractor</AppName>
<CmdArgs>"%1"</CmdArgs>
</Action>
<Action name="ouvrir_avec_izarc2go_liberkey">
<Description.fr>Ouvrir avec IZArc2Go (LiberKey)</Description.fr>
<ExePath>%APPS%\Izarc2Go\Izarc2GoLKL.exe</ExePath>
<AppName>IZArc2Go</AppName>
<CmdArgs>"%1"</CmdArgs>
</Action>
<Action name="ouvrir_avec_peazip_liberkey">
<Description.fr>Ouvrir avec PeaZip (LiberKey)</Description.fr>
<ExePath>%APPS%\PeaZip\PeaZipLKL.exe</ExePath>
<AppName>PeaZip</AppName>
<CmdArgs>"%1"</CmdArgs>
</Action>
</Shell>
<TypeIcon index="0">%APPS%\7Zip\7-ZipLKL.exe</TypeIcon>
</FileType>
ArnaudD a écrit:This is better to build the KeyFileAssoc.xml manually anyway because the KFA gui has many bugs