You are here

Portable App Development

Discuss portable app development and modification of existing apps.

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.

How to install portableapps to a folder on c drive?

Submitted by kbhasi on July 9, 2010 - 4:31am

Basically, I've found some applications here that has helped me bypass my school's PC restrictions(obsolete software, web filters, etc).

I want to recommend these applications and Portable apps platform to my friends. I don't want them to download each package and install them by themselves, as they will think the steps are hard. So, I want to make a easy-to-install package, just like what the Portableapps team has did with the Suite.

But my only portable storage is my external HDD, and I don't want to overwrite the installation there.

Problem with make Portable

Submitted by Genolf on July 8, 2010 - 1:11pm

Folder "DaleSoft Support\DaleSoft 2" in $APPDATA will not created and copied files back to Backup. I think the spaces are the problem...

Would be very happy, if someone can help me or give a suggestion, many thanks. Smile

; **************************************************************************
; ==== Portable Start ====
; **************************************************************************

Section "Main"

IfFileExists "Backup\*.*" +1
CreateDirectory "$APPDATA\DaleSoft Support\DaleSoft 2"

Resume downloads of certain portable apps provision request

Submitted by vasa1 on July 5, 2010 - 12:43pm

Hi, I have limited experience of downloading portable apps: Google Chrome, OpenOffice.org, and Java JRE 20.

The impression I got is that there is no provision for resumption of a download in case the net connection drops, which is not too infrequent an occurrence especially for downloads of several MB.

Pages