You are here

Portable App Development

Discuss portable app development and modification of existing apps.

SciTe plugin for AutoHotkey_L

Submitted by mwayne on January 1, 2014 - 10:22am

I have I problem with making an plugin of SciTe for AHK_L. According to the readme of SciTe the directory needs to look like...
AutoHotkey
|_______ AutoHotkey.exe
|_______ AutoHotkey.chm
|_______ SciTE
_________|______ scite.exe
_________|______ etc...

But the result I get is....
AutoHotkey
|_______ AutoHotkey.exe
|_______ AutoHotkey.chm
|_______ SciTE
_________|______ App
_________________|___ Scite
______________________|____ scite.exe
______________________|____ ...
_________|______ Data
_________|______ .....

What am I doing wrong?
TIA

create a new Charset environment variable

Submitted by melvin on December 22, 2013 - 4:58am

As I checked the manual of PortableApps.comLauncher,
i didn't find a section in launcher.ini to setup charset for portable applications.

So i just wrote some customized nsis script to export charset environment variable.
Hopefully it is usefull for you.

The logic is:

Check PAL:LanguageCustom value,
if not set use English as default.

Use the result as a key to get value from section [LanguageCharsetMap]
and export the value as PAL:CharsetCustom.

If not found then use DefaultCharset in section [Language]
or UTF-8 as fallback.

Code is below:

How to specify default installation folder?

Submitted by Atilla on December 17, 2013 - 2:04pm

I've created an installation package using the PortableApps Installer.

But when I start the package, it wants to install to the same folder where original files were stored, which is in my development folder on partition D.

How do I tell PortableApps Installer to use a different folder (for example: C:\MyApp)? Couldn't find a value that specifies default installation folder in the installer.ini file.

Complexity of PortableApps format

Submitted by Atilla on December 16, 2013 - 3:49pm

Maybe nobody said it (or nobody wants to attract flames) but the PortableApps folder structure is unnecessary complicated. I see absolutely no reason for so many subfolders, some of which enter the App space itself. It can all be made much simpler.

- Why would I need a separate launcher app? Most of apps can be launched without a separate launcher program. If necessary, a simple symbolic link (shortcut) would suffice. And if it doesn't suffice, then a launcher can be specified in the special ini file.

PNote Fonts

Submitted by charles on December 10, 2013 - 3:16pm

Hi,
I installed PNotes on my pc. The fonts are too small default Microsoft San Serif, 8pt. I change font type & size for Content and Caption but the Content never updates itself. I can't find any other way to accomplish it. I also have a few notes with 'Untitled' options... and don't know how to change that either.
Any help would be appreciated.
Thank you,
Charles

PCSCHEMATIC

Submitted by bjorn96 on December 6, 2013 - 3:16am

Hi. I have a program on my pc that I use at school. Its called Pcschematic and it is a CAD-program. Is it possible for me to convert the .exe file to a .paf??
Hope for ansvers. Smile

Security

Submitted by Hansj on December 2, 2013 - 9:27am

Some packages - maybe it´s directx or redistributables - just favors using the drive with the biggest space as temp data folder without any permission and sometimes the temp data is just left there. Maybe PortableApps with admin permission could prevent sneaky crap happening to the external drives

64 bit suport .nsh help

Submitted by jedione on November 27, 2013 - 2:29pm

Was wondering if any time Their will be Support for 64 bit
launcher. I know About custom .nsh ,but this is pretty advanced.
and having trouble on were to start, the learning cure.

it seems that when i first started to make PAF's Reading, vs making it happen was very hard. I made it past that hump and it all seems
very simple now.

does any one have any advice on learning how to incorporate
a custom.nsh file "in Laymen s terms" Maybe.

A tuit or Video out their. I realize it is a whole new script!

all im trying to do is put .reg key were they need to go.

Custome language variables help request

Submitted by JLim on November 15, 2013 - 5:37am

I am just start learnging to write custome language variables.
The following is part of the launcher ini file.

[Language]
Base=%PortableApps.comLocaleName%
CheckIfExists=%PAL:AppDir%\SUMo\SUMo_%PAL:LanguageCustom%.SPK
DefaultIfNotExists=ENGLISH

[LanguageStrings]
ENGLISH=00000409
SIMPCHINESE=00000804
TRADCHINESE=00000404
AFRIKAANS=00000436
BULGARIAN=00000402
CATALAN=00000403
CZECH=00000405
DANISH=00000406
DUTCH=00000413
ESTONIAN=00000425
FINNISH=0000040B
FRENCH=0000040C
GERMAN=00000407
HEBREW=0000040D
HUNGARIAN=0000040E
ITALIAN=00000410
KOREAN=00000412

Pages