You are here

Portable App Development

Discuss portable app development and modification of existing apps.

[Solved] Custom Script Problems

OpenPlatform's picture
Submitted by OpenPlatform on April 10, 2011 - 9:54pm

I'm attempting to create a lazarus portable 0.9.30, but there is a problem with the PAL Launcher handling the environment variables file the file needs to be copied from the %defaultdata%\settings & %defaultdata%\profile locations, written before the ${AppID}Settings.ini file is overwritten, and then copied tho the desired location. In the PortableApps.comLauncherCustom.nsh file I imputed this code:

${SegmentFile}

Var LastAppDir

${DisableSegment} DriveLetter

${Segment.onInit}
${IfNot} ${FileExists} "$EXEDIR\Data"
	CreateDirectory "$EXEDIR\Data"

How to set up an app to use the AppNamePortable\Data\settings directory

Submitted by elegemvanbelole on April 5, 2011 - 10:11am

Greetings for you all!

I'm trying to create a portable version of Vectir. This is a handy little tool, which allows you to use your Bluetooth enabled mobile phone to remotly control your pc. I want to make the so-called server part of this tool portable.

I've created a launcher for this app, and it launches the app allright, however, the app still creates a directory on my local hard drive to store its settings in it. I tried to figure out how to make the app use the VectirPortable\Data\settings directory, but the more I read, the more confused I got.

The New Portable App

Submitted by RANADHEER on April 3, 2011 - 6:26am

Hi friends,
This is my first portable app and hope it does not have any errors in it.
MP3 Quality Modifier is a straightforward program that is able to easily change the quality of your MP3′s in order to save disk space and/or to fit more music on your MP3 player while maintaining the desired level of audio quality and keeping all ID3 tags intact! It is the right choice if you prefer a simple program to a complex one. It doesn’t need an installation, is powerful but easy to understand and best of all: Completely free of charge!
here is the home page:

Problems with DirectoriesMove

Submitted by _DICE_ on April 2, 2011 - 8:40am

Hi everybody,
I have a problem with DirectoriesMove. I try to copy a directory from my stick to the hard drive.
It should be MyAppPortable\Data\MyDirectory -> "My Documents"

I tried it as mentioned on the site linked above.

[DirectoriesMove]
MyDirectory=%DOCUMENTS%

But this copies everything from "My Documents" to my stick. As a result I exchanged the two parameters.

[DirectoriesMove]
%DOCUMENTS%=MyDirectory

But now nothing happens...

[newbie] How to create portableapp?

Submitted by P-Ject on March 31, 2011 - 3:59pm

Hi there,

Maybe a noobish question to ask but i'm reading some threads here and there but it still doesn't get me my own portable app.

I have installed several tools:
- Launcher
- Installer
- NSIS
- AppCompactor
- Development Tool kit
- Templates

But then what?
I have run all tools but i'm still stuck with an exe that i would like to have portable.

Isn't there a short tutorial guide on how to create your own portable app from scratch with a fresh downloaded exe ?

FoFiX Portable

Submitted by Gimme_P on March 29, 2011 - 2:24pm

Hi everybody,

First, I want to thank all of you for making me keep trying new things without worrying about my PC's stability... thank you

I just decided to join this community and will help as much as I can!
So I start it easy! Fofix is already portable itself (I'm not really a gamer but played this one for few days and liked it),
so I just had to make a little launcher.ini to make it fully portable

(I think!)

    Some help needed please:

New developments on PDFTK Builder Portable?

Submitted by StephanP on March 27, 2011 - 5:01am

I noticed that the people from the PDF Toolkit have taken up developments again and issued new releases of their command-line tool.
Could this be a cue for either Angus Johnson or people from PortableApps to consider further improving their excellent PDF-splitter-joiner-rotator-whathnot tool?

Angus does not provide contact details on his homepage, so I thought maybe PortableApps knows how to contact him.
Cheers,
Stephan

Pages