You are here

Portable App Development

Discuss portable app development and modification of existing apps.

IDE's

Submitted by Fred Ransom on November 1, 2010 - 1:47am

I am very grateful that portable IDE'a have finally come to Portable Apps consideration. I appreciate the effort, time and energy it requites to create a functioning IDE. What I want is an IDE that includes a visual GUI designer and a built-in compiler.

@JTH: Licensing and use of theme graphics questions

solanus's picture
Submitted by solanus on October 31, 2010 - 3:34pm

I'm developing the PAM Theme Builder, which users can use to create themes specific to the Portable Apps Menu.
In order for it to best work for users, I need to include the PNG files from the default theme - the chrome files, the buttons, and the menu icons, etc.
I'm not including the PortableApps.com logo, because I figured that you definitely wouldn't want that - instead, I made my own logo that has the same silhouette.

I have a new beta release ready which has all the features I'd planned, and will be put into the official format, but before I post it:

HOME Environment variable being ignored?

Gord Caswell's picture
Submitted by Gord Caswell on October 29, 2010 - 10:17pm

As mentioned in Chris' testing thread, I'm having issues with Scribus 1.3.8 not recognizing the HOME environment variable. This is the only problem I have, and once it's fixed, I will be able to upload a working copy of Scribus 1.3.8

Please see my attached launcher.ini (appropriately renamed, of course)
Any help would be appreciated. I can give access to the full package if someone needs it.

[Launch]
ProgramExecutable=Scribus\Scribus.exe
SingleAppInstance=true

[Activate]
Registry=true
XML=true

[Environment]
PATH=%PAL:AppDir%\Ghostscript;%PATH%

Moving a folder

Submitted by rashizzle on October 29, 2010 - 6:25pm

I'm trying to make an app portable that has a user data folder in C:\Users\... How would I move this folder into \Data ?

Also, do you know of any good guides to making portable apps (besides documentation and forum topic)?

Im Confused.....

Submitted by alysher on October 29, 2010 - 12:14am

ive been reading up on how to handle registry keys with PAL, but im lost....i used regshot to find out what keys i need to add and delete to the registry for my program, but i dont understand how to implement them into my launcher.ini.

would it be possible to see a real launcher.ini as an example? or at least the section dealing with the registry?

i know i sound like a total noob, but running a search didnt turn up any thing that i actually understood, and with the way im wired seeing an example allows me to understand what has to be put down a lot better

[Removed]

Submitted by sania1569 on October 27, 2010 - 1:38pm

[Contents of thread removed; that software is not open source, so you can't redistribute it like that - mod Chris]

[RegistryKeys] and .reg key deletion

Submitted by Ambimind on October 24, 2010 - 3:47am

Hello everyone,

I've been working with the registry features of PAL. I've been successful at creating and deleting keys using [RegistryKeys](from a .reg file), [RegistryCleanupIfEmpty] - pretty cool! I have a curious problem however:

Briefly: All registry key-branches from "appnameportable.reg", accept the (one) specified through the [RegistryKeys] section, are being deleted. When two [RegistryKeys] are specified(as bellow) only the second is kept.

----

In detail:

Pages