You are here

Portable App Development

Discuss portable app development and modification of existing apps.

gdiplus.dll - should it go in CommonFiles?

Chris Morgan's picture
Submitted by Chris Morgan on April 8, 2008 - 3:00am

Hi all,

I've noticed that quite a few PortableApps include gdiplus.dll (and require it on Win2K and down); OpenOffice.org, Pidgin, Task Coach, Scribus, RegShot, and my own BPBible being the ones I've noticed so far.
Should we be moving that to the CommonFiles directory and setting %path% to include that? The file is about a megabyte, and, well... every megabyte counts.

What do others think?

UPX Question

Submitted by dark_yux on April 7, 2008 - 12:43pm

I'm messing with an emulated Slax on my USB And it's just too big. Can I UPX or compress the ISO's and still have it run through Qemu?

PS: Why not DSL? It's not persistent without partitioning your USB drive, I want to make this as painless as possible.

Portable iTunes?

Submitted by N3RD on April 6, 2008 - 11:25pm

I know this has been posted many times before, but so far, I've only seen people saying that a portable iTunes won't work because it is a computer dependent program - it only works on one computer at a time. But is it possible to make it think that the USB device is the actual computer? ...and then I would just have to create a launcher for QuickTime?

I'm not asking for anybody to do this for me or even tell me how to do it. I'm just wondering if it's a possible idea to make iTunes a portable app without resulting to desktop virtualization.

ATTN: John T. Haller

spaztastic's picture
Submitted by spaztastic on April 5, 2008 - 7:53pm

Do you think it would be possible to make some sort of a tutorial on how to take an app that is FOSS and make it into a PortableApp? Because I would love to learn how to do that but I have no idea. I'd like to learn how to take the files of the app and sort them into App and Data folders, make the launcher, make the installer, etc. Is there any way that I could somehow learn this?

Developing a launcher that needs multiple registry keys

Submitted by BrianAll on April 3, 2008 - 7:07pm

Okay...
I'm making a launcher for an app that happens to be using 4 different registry keys, and all of them are essential for the program to run. I've been looking at the NSIS script for 7-zip, but it only needs one key. My question is: How do I arrange the script when it is using more than one key? Here is the section I've been working with:

RegistryBackup:
		StrCmp $SECONDARYLAUNCH "true" LaunchAndExit
		;=== Backup the registry
		${registry::KeyExists} "HKEY_CURRENT_USER\Software\7-zip-BackupBy7-ZipPortable" $R0
		StrCmp $R0 "0" RestoreTheKey

CommandPromptPortable Request

Shawn Faucher's picture
Submitted by Shawn Faucher on April 3, 2008 - 3:08pm

I have a request for when CommandPromptPortable is brought up to date. Currently it is impossible to enter additional parameters via ini or command line, only by using commandprompt.bat in Data\batch. This makes it difficult to use CommandPromptPortable from other Portable Apps. For instance with Perl Portable I want to be able to open up a command prompt with a /k parameter to perform a command or custom batch file. As it stands to do this I have to back up any existing commandprompt.bat and create my own temporary one, then swap them back out afterward.

Pages