You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Video Tutorials - Portable App Development?

Submitted by Gayan Perera on February 22, 2012 - 11:15am

Just want to know whether there are any video tutorials that give us an idea of how to create a portable app in the PortableApps specifications

If not, could someone please create one on any program, so that we can get an idea on how to make an app with the PortableApps specifications

(I know there are manuals here - https://portableapps.com/development; but there just seems like there is so much to read, and it can get a bit confusing for people like me, who have basically no programming knowledge - (Or maybe I am just lazy Smile )

Thanks - I hope someone can help

How Can I Make This Program A Portable App?

Submitted by CountryBoy on February 19, 2012 - 3:10am

I don't know where to post this so I will put it here. If any moderators know of a better place, please move it.

I have SoftMaker 2008. The entire program can be copied to a thumb drive. I have done this and it works great. But, I have to go to the drive lettr itself to click on the program to get it started.

Is there any way to get a startup link on the main screen of Portable apps? Or is there any way to just MAKE it a portable app?

Post-Install and Post-Update Hook

Submitted by BUGHUNTER on February 18, 2012 - 10:52am

Hi,

I would like to optmize / customize PA installations, e.g. remove unneeded locales, adjust some ini file settings and so on.

I did not find any way to put a custom script anywhere in the installation / updating pipeline without recompiling nsis installer - but I do not want a fork, I want a way to customize things.

Is there any post-install and / or post-update hook mechanism like known from other software deployment systems?

GnuCash

polaris's picture
Submitted by polaris on February 14, 2012 - 12:47pm

Who knows a version of GnuCash where secure online banking and import to the MT942 format is possible. In the version 2.4.10-1 HBCI works but the import of MT942 files is not possible. Currently I have to use two versions.
regards Wolfgang

Environment variable in [FilesMove] section doesn't work

Submitted by paulhybryant on February 11, 2012 - 4:13pm

Trying to create different profile for my explorer++ application.
The config.xml can be successfully moved.
But when the application terminates, a folder %COMPUTERNAME% is created under Profile.

[Launch]
ProgramExecutable=Explorer++\Explorer++.exe
DirectoryMoveOK=yes
SingleAppInstance=true

[FilesMove]
Profile\%COMPUTERNAME%\config.xml=%PAL:AppDir%\Explorer++

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\Profile\%COMPUTERNAME%\config.xml
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir%
Replace=%PAL:Drive%%PAL:PackagePartialDir%

[FileWrite2]
Type=Replace

Pages