You are here

Portable App Development

Discuss portable app development and modification of existing apps.

OpenOffice needs updated

horn's picture
Submitted by horn on April 12, 2011 - 5:10pm

Can someone update OpenOffice 3.2 I had to replace system files of OpenOffice Portable with the new version of OpenOffice 3.3 to update it. It works fine, but I still think you should update your OpenOffice.

I don't use LibreOffice because it is too slow, and has to many bugs. Possibly when they develop it better I will switch over, but for now, please update OpenOffice.

The Sims Portable (Actually Works)

Submitted by Lemonizer on April 12, 2011 - 3:27pm

Recently, I have been toying around with my installation of The Sims 1, and have managed to make a portable edition. It currently works on my Kingston DataTraveler G2 but I have not yet incorporated it into the PortableApps suite. If anyone would like to try The Sims Portable, just email me at: [Email address removed - mod Chris]

Happy Apping!
Jack (Lemonizer)

[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 ?

Pages