Forum LiberKey


https://www.liberkey.com/forum/

A guide to make portable apps with LiberKeyPortabilizer?

https://www.liberkey.com/forum/viewtopic.php?f=29&t=6790

Page 3 sur 3

Re: A guide to make portable apps with LiberKeyPortabilizer?

MessagePosté: 02 Octobre 2014, 14:33
de Dji
Yes, you also need to have <name>.lpf and <name>.exe (the launcher) files in the same folder.

You can also have <name>.exe (launcher) icon by editing the .nsi file, read more carefully the .nsi content:
;Uncomment line below to define an icon for your launcher
;Icon "${NAME}.ico"

Re: A guide to make portable apps with LiberKeyPortabilizer?

MessagePosté: 02 Octobre 2014, 16:18
de emil9782
If i want to start the program maximized and i have to use this parameter /max, what node i have to use in the .lpf file for this additional parameter:

Code: Tout sélectionner
    <LiberKeyAppLauncher version="0.7">
       <AppInfo>   
          <Name>KindleForPC</Name>
          <LocalExeName>Kindle.exe</LocalExeName>
          <ExePath>App\KindleForPC\Kindle.exe</ExePath>
          <TmpDir>LBK_KindleForPC</TmpDir>
       </AppInfo>
    </LiberKeyAppLauncher>

Re: A guide to make portable apps with LiberKeyPortabilizer?

MessagePosté: 02 Octobre 2014, 16:27
de Dji