You are here

Portable App Development

Discuss portable app development and modification of existing apps.

PA.com Updater wants to update current version

Submitted by NiMhurchu on July 17, 2010 - 7:58pm

Dear forums,
I hope this thread belongs into this topic. If not, please feel free to move.

I installed and tested PA.c Platform 2.0 Beta 5 today. It contains the application updater. When I ran it, I noticed that it wanted to update FF3.6 and TB3.1 to the same versions.

Most probably I have updated FF and TB via the built-in update function, not waiting for the official PA release. Can this be the reason?

Thanks alot,

NiMhurchu

Problem trying to start portable app

KewlioMZX's picture
Submitted by KewlioMZX on July 16, 2010 - 10:09pm

Hello,

I'm trying to create a portable app. I was able to create a launcher and an installer for the app. Running the app itself works fine. Running the launcher works fine. When I try to run the app from the PA.C platform, however, absolutely nothing seems to happen. Looking at Process Explorer, I didn't see any process being started. I have tried renaming the entry and removing and reconnecting the USB device. Really not sure why it doesn't do anything. :s

installer.ini Optional files

dagardner's picture
Submitted by dagardner on July 14, 2010 - 10:50am

Is it possible to set up the installer.ini so that optionally replaces files in a certain location?

There is an issue with the latest release of Hedgewars Portable where, for some video cards, some of the files need to be replaced. Right now, I include the latest and greatest in the installer, with a note in the forum thread about what to do if you have the error, but I would like to roll the workaround into the installer, if possible.

PalCustomCodes & other usefull stuff

Submitted by Mark Sikkema on July 14, 2010 - 3:32am
I started this, to see if it's help full to have a topic specially dedicated to 'PortableApps.comLauncherCustom.nsh' codes, unicode plug-ins and other useful scripts. Hopefully this could help us not re-inventing the wheel every time custom code is needed, or having to search all over the web for a unicode plug-in. If you're willing to contribute some code, I think it would be good practice to code it in a way it's useful for several PA's and to have the custom code make use of the launcher.ini settings.

PortableApps.com installer error

Submitted by roo79 on July 13, 2010 - 6:17pm

Hi all!,
can you please take a look at this error that I keep getting and tell me what
I'm doing wrong please.

MakeNSIS v2.46-Unicode - Copyright 1995-2009 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Processing config: 
Processing plugin dlls: "R:\PortableApps\PortableApps.comInstaller\App\nsis\Plugins\*.dll"
 - ExecDos::exec
 - ExecDos::isdone
 - ExecDos::wait
 - FindProcDLL::FindProc
 - InstallOptions::dialog
 - InstallOptions::initDialog
 - InstallOptions::show
 - LangDLL::LangDialog
 - MoreInfo::GetComments

Question regarding Website

Submitted by patrick013 on July 13, 2010 - 12:37pm

Hello,

Not a forum specifically for this topic so I'll
try to post it here.

Could the PortableApps.com website enable RSS blog
comments to be sent with normal RSS feeds ? I have
heard this was a one click option. Then I could read
the forum selected as well as the comments, if I enable
that option on my side, with my RSS reader offline.

Thank You,

Patrick013

Portableapps.com Launcher ALLUSERSPROFILE problem?

Submitted by judeah666 on July 11, 2010 - 12:02am

is this right?
ALLUSERSPROFILE

in XP its C:\Documents and Settings\All Users
and in vista its C:\ProgramData

i think this is wrong cause when i open a file in vista it works fine but when i open the same file in XP it needs to be in C:\Documents and Settings\All Users\Application Data, so i added "\Application Data" like this "&ALLUSERSPROFILE&\Application Data" in move directories and opened it in xp it works fine but in vista it turns out like this C:\ProgramData\Application Data

Invalid command: MoreInfo::GetProductName

Submitted by andre.luiz.dos.... on July 10, 2010 - 8:00pm

After updating PortableApps.comLauncher_2.0_Release_Candidate_2.paf to PortableApps.comLauncher_2.0.0.paf and UnicodeNSISPortable_2.46_Developement_test_5_online.paf to NSISPortable_2.46_Rev_2_English.paf, I get the following error when trying to generate a launcher:

IfFileExists: "$1\PortableApps.com\PortableAppsPlatform.exe" ? : _CFPSDStackEnd
Invalid command: MoreInfo::GetProductName
Error in macro CheckForPlatformSplashDisable on macroline 16
Error in macro SplashScreen.nsh_Init on macroline 5
Error in macro RunSegment on macroline 12

Language Switching Problem (Option File/Java Locale)

Submitted by thesupremecommander on July 10, 2010 - 12:02pm

The main problem inhibiting me from submitting Freecol Portable as a Pre-Release right now, is the problem of language switching.

Here's an explanation:

Freecol, in order to determine language for launch, looks at its main option file, and launches based on that. If it's set to automatic or not set, it determines language based on the Java locale.

The problem with updating the language in the option file is that Freecol, when saving options, does not save options with newlines between each one. This makes [FileWriteN] useless.

Pages