You are here

Launcher Generator Use?

5 posts / 0 new
Last post
miksmith
Offline
Last seen: 11 years 3 months ago
Joined: 2008-11-12 08:02
Launcher Generator Use?

Hi

I installed Launcher Generator (and NSIS) and then pointed it at the directory of an app I wanted to portabilize. I then get the following error:

ERROR: C:\Program Files\Genbox Family History\App\AppInfo\appinfo.ini doesn't exist!

Am I doing something wrong in its use at all?

thanks

mike

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
you sir, forgot to read the

you sir, forgot to read the documentation, the appinfo.ini is a file that helps identify the program to the platform, it holds the program name, version etc, all the apps hosted here make use of an appinfo.ini file.

your friendly neighbourhood moderator Zach Thibeau

John T. Haller
John T. Haller's picture
Online
Last seen: 41 min 26 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
PortableApps.com Format

Hey Mike. Check out the information on PortableApps.com Format before using the installer and launcher generator. The launcher uses the AppNamePortable.ini for its configuration but it uses the appinfo.ini for the actual name and description, so it needs both.

Sometimes, the impossible can become possible, if you're awesome!

dragonogard
Offline
Last seen: 12 years 5 months ago
Joined: 2011-10-09 17:16
need help

can anyone point me to a step by step, how-to make a program portable using portableapps. i downloaded the portableapps programs but cant figure how to make a portable app. thx

Ken Herbert
Ken Herbert's picture
Online
Last seen: 14 min 4 sec ago
DeveloperModerator
Joined: 2010-05-25 18:19
There isn't one.

Every app is different, and every app has different requirements to make it portable.

You have to determine whether the app uses Java or not, whether it utilizes the registry, whether it needs certain files or folders in certain locations.

If you are really interested in developing portable apps (as opposed to just wanting to click a button and have it all magically done for you, which isn't going to happen) you need to check out the following:

  • The PortableApps Format spec. This will tell you the file and folder structure you need.
  • RegShot Portable. This will show you what registry entries are created/modified/deleted by the app. I won't detail how to use it, or what registry entries you can ignore, that is documented numerous times elsewhere in these forums.
  • The PortableApps Launcher documentation. This will tell you how to write the launcher.ini which controls things such as what happens when an app is started (or exited), which is when the majority of the portability is created.

And that is just for starters. If you are really interested in it, I'm sure you can find out where to go from there, instead of me writing an essay on it.

Log in or register to post comments