Windows 7 - 64 bit support in Liberkey

Discussions (excluding Support)
12 messages • Page 1 sur 21, 2

Windows 7 - 64 bit support in Liberkey

Messagede ambani » 27 Avril 2010, 10:08

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. 7 zip Is a good example. I just love the LiberKey and usually avoid installing extra software, when there is already one avaialble in LK. 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. So I had to remove from 7 zip from LK and download and install the 64 bit version.

It would have been cool, if LK offered alternative download of 64-bit versions, WHERE avaialble.
ambani
Fresh Boarder
Fresh Boarder
 
Messages: 6
Inscription: 26 Février 2009, 13:24

Re: Windows 7 - 64 bit support in Liberkey

Messagede akhouri_sarvesh » 28 Avril 2010, 15:25

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.


I like your suggestion and would request Opendev for providing a 64bit LiberKey which should include only 64bit version applications along with the option to add 32bit versions other applications if the user wants so.

I am saying so since some of the applications included in LiberKey are also available in 64bit version.
Avatar de l’utilisateur
akhouri_sarvesh
Senior Boarder
Senior Boarder
 
Messages: 213
Inscription: 17 Septembre 2009, 12:10

Re: Windows 7 - 64 bit support in Liberkey

Messagede noaven » 03 Mai 2010, 13:50

Yes + 1!

check my requests here viewtopic.php?f=30&t=3302

never seen any light so hope this time to get more attention :)
Avatar de l’utilisateur
noaven
Junior Boarder
Junior Boarder
 
Messages: 73
Inscription: 08 Janvier 2010, 16:56

Re: Windows 7 - 64 bit support in Liberkey

Messagede alias_neo » 09 Mai 2010, 02:49

I also would like to see an additional section in LiberKey for 64bit apps.

I think it should be added as a section and not a seperate key, since I want my key to be portable across all computers I deal with and not all are 64Bit so I want to keep both 32bit and 64bit but well managed.
alias_neo
Fresh Boarder
Fresh Boarder
 
Messages: 3
Inscription: 19 Avril 2010, 19:49

Re: Windows 7 - 64 bit support in Liberkey

Messagede ArnaudD » 09 Mai 2010, 13:47

I'm not with your opinion I'm under Win7 x64 aswell and I have not problems with it. All x86 tools are working fine except RunScanner which is factory loacked to not run under x64 and PDS.exe (a LiberKeyTool) doesnt save the icon position on desktop correclty under x64(reported and confirmed bug), but in your case:

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.


This is not a x64 issue because I have the same configuration as you and ALL my file association are working as it should

You rather have to deal with "How to use KeyFileAssoc correclty" than concluding this is x64 faults

This argument is unconvincing
Microsoft Partner, BizSpark Admin
An open-source bayesian antispam that integrates in Thunderbird ^
Avatar de l’utilisateur
ArnaudD
Expert Boarder
Expert Boarder
 
Messages: 98
Inscription: 08 Avril 2009, 23:01
Localisation: Nantes

Re: Windows 7 - 64 bit support in Liberkey

Messagede ambani » 04 Juin 2010, 19:11

^^^

I agree that the kfa works just fine and all the zip, rar etc files open with 7Zip correctly. However, I am not able to activate the context menu options of 7 Zip correctly for the 32 bit versions. And I believe these are very important, since they offer 1 click zipup of folders or upzip of archives.
ambani
Fresh Boarder
Fresh Boarder
 
Messages: 6
Inscription: 26 Février 2009, 13:24

Re: Windows 7 - 64 bit support in Liberkey

Messagede ArnaudD » 04 Juin 2010, 19:46

open KeyFileAssoc.xml

as a sample i show you how i wrote mine, works fine on 32-bit and 64-bit i dont get what is not working for you.

This is better to build the KeyFileAssoc.xml manually anyway because the KFA gui has many bugs
Code: Tout sélectionner
      <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>&quot;%1&quot;</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>&quot;%1&quot;</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>&quot;%1&quot;</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>&quot;%1&quot;</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>&quot;%1&quot;</CmdArgs>
            </Action>
         </Shell>
         <TypeIcon index="0">%APPS%\7Zip\7-ZipLKL.exe</TypeIcon>
      </FileType>


if you are not fine with xml maybe upload your file somewhere so we could investigate what is wrong in your xml
Microsoft Partner, BizSpark Admin
An open-source bayesian antispam that integrates in Thunderbird ^
Avatar de l’utilisateur
ArnaudD
Expert Boarder
Expert Boarder
 
Messages: 98
Inscription: 08 Avril 2009, 23:01
Localisation: Nantes

Re: Windows 7 - 64 bit support in Liberkey

Messagede opendev » 04 Juin 2010, 19:57

ArnaudD a écrit:This is better to build the KeyFileAssoc.xml manually anyway because the KFA gui has many bugs

Strange, we didn't know. Could you please list all KFA GUI bugs.

Thanks
merci de lire ce message
please read this message
opendev
Platinum Boarder
Platinum Boarder
 
Messages: 2625
Inscription: 30 Mai 2007, 23:08

Re: Windows 7 - 64 bit support in Liberkey

Messagede ArnaudD » 04 Juin 2010, 20:53

Sometimes a name for the X application is reversed with the application name Y, sometimes a X application that I had set myself is duplicated with a new name, the names of certain actions are not properly named because they are devoid of term "_liberkey" or any other single term used for quick identification in case of crash, and a host of other issues that do not come to my mind directly

By default use it works well, but surely when you want to redo all the associations it has become too unwieldy and I edit the XML file directly I have not encountered any trouble

It took me an afternoon to repeat the XML and correct any errors.
Microsoft Partner, BizSpark Admin
An open-source bayesian antispam that integrates in Thunderbird ^
Avatar de l’utilisateur
ArnaudD
Expert Boarder
Expert Boarder
 
Messages: 98
Inscription: 08 Avril 2009, 23:01
Localisation: Nantes

Re: Windows 7 - 64 bit support in Liberkey

Messagede ambani » 04 Juillet 2010, 18:39

I am talking about the below integration. Where you can see the context menu of 7Zip rather than the inherent file association. I am not able to get this activated for a 32 bit 7Zip on my Win 7 64 bit.

Image


I have found one more issue with KFA. I prefer to keep Adobe Reader as the default PDF app. So I have unchecked "Replace the current actions for this type of files". This works very well. But as soon as there is a new version of the PDF-XChange (the pdf reader I have on my LK) it undos the check box option above. And I have again clear the check box, for things to be as they were. Sorry for going off topic.
ambani
Fresh Boarder
Fresh Boarder
 
Messages: 6
Inscription: 26 Février 2009, 13:24

Suivante

12 messages • Page 1 sur 21, 2

Retourner vers General discussions

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 78 invités