You are here

Portable App Development

Discuss portable app development and modification of existing apps.

the PAL does not support Chinese??

Submitted by porpsmhoo on June 15, 2013 - 12:10pm

I am a novice of portableapps,i have a question that puzzled me some days. when I make a software named BaiduReaderLite for portable,I found that portableappsLauncher not have a good support for chinese language,I said that in more detail below,look:

At the Launcher.ini below [RegistryValueWrite] I write this:

HKLM\SOFTWARE\Classes\BaiduReaderLite.pdf\shell\用百度阅读器精简版打开\command\=REG_SZ:%PAL:AppDir%\BaiduReaderLite\BaiduReaderLite.exe "%1"

when run the portableapp,I found that it is not exist in the regedit, but a similar section

Running into a slight issue with a customization option for VSubst Portable

Submitted by GamecraftAdmin on June 14, 2013 - 7:59pm

I want to have an easy to find and edit way of changing what the "default" virtual PA.c drive letter is.

Current launcher.ini:
[Environment]
PAL:SubstDrive=B

[Launch]
ProgramExecutable=VSubst\VSubst.exe

[FileWrite1]
Type=INI
File=%PAL:DataDir%\VSubst.ini
Section=Drives
Key=%PAL:SubstDrive%
Value=%PAL:Drive%\

[FileWrite2]
Type=INI
File=%PAL:DataDir%\VSubst.ini
Section=General
Key=AutoStart
Value=False

[FileWrite3]
Type=Replace
File=%PAL:DataDir%\VSubst.ini
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\

[FilesMove]

Simple, Portable JDK + Eclipse (no download, tutorial)

pbpaperclips's picture
Submitted by pbpaperclips on June 4, 2013 - 1:45pm

Hi there!

I'm new to the PortableApps forums but I have been using the website (and apps) for ages.

I don't know whether this has been posted before (or if this is even the right section Smile ) but I wanted to share how you can very easily make an Eclipse portable app with the JDK.

Don't worry, I won't post a download link (that's technically illegal :D).

There are two ways:

1: Get a friend to get the JDK on his/her computer, copy over the files.
2: (The way we'll be doing) Get the compressed binaries direct from Oracle.

Here's how to do it:

Portable Everything?

Submitted by therock003 on May 13, 2013 - 5:32am

I'm trying to keep a clean system and avoid installations as much as possible but sometimes Ι encounter some necessary requirements that force installations of runtimes and 3rd parry drivers. Is there some way to implement those without installing them? For example the visual studio runtimes (vcredist_x64) is one i need right now.

Pages