You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Idea: Shortcuts to more folders, choose which to use?

Submitted by GameMakerFan on March 20, 2013 - 8:35pm

Hi, I'm quite a fan of this site and everything you can get here. It is really awesome to be able to bring my apps with me wherever I go. But I was wondering if something else could be added. You know about those folder shortcuts on the sidebar? Is it possible to change those to link to other folders, or subfolders the way the Windows Start menu has it? That would be a bit more useful to me, since I'm more organized than some.

THANKS!

Custom.nsh & !addpluginsdir

Gord Caswell's picture
Submitted by Gord Caswell on March 19, 2013 - 6:10pm

I'm in the process of updating Listary Portable, and have run into a snag, due to a change in the format settings are being saved in.

Settings are now being saved in JSON format, and I'm using the nsJSON plugin to handle the file, to be able to change specific values in the file. I've previously tried doing ConfigWrite/ConfigRead, but the app doesn't like the modified file, hence why I'm trying to read/write from the file "properly".

Need help to make OpenYabs portable

Submitted by derox on March 17, 2013 - 7:02pm

Hello community,

i need some help with OpenYabs please. I've used the 2.4 template, the launcher and the devtoolkit. all things are in place, but i stuck with the launcher.ini.

openyabs is an opensource "yet another business software" and can be found here: openyabs.org. yabs is a java related software and doesn't need to be installed (only extract). i thought i can pass that java ini step with the portable java launcher, but some files are saved in the userdirectory, for example C:\Users\Username\.yabs.

Thank you very much, derox

Windows 8 support for associations

Submitted by farat_as on March 16, 2013 - 2:05pm

Hi,

I know that your are working for the new association module. Thats why I will not write you to fix the PortableFileAssociator. But please fix them for the new module.

Windows 8 ask to user with which app the user wants to start(run) the file. This question is asking just for the FIRST time for each format (extension of file). Please make something to do not ask this question. Because each time I restart the PortableFileAssociator (and re-press the "Add file associations" button) windows 8 asks me this question for each file.

DownloadFiles not working in specific case

darksabre76's picture
Submitted by darksabre76 on March 7, 2013 - 6:53pm

Hey there, I am trying to make a version of foobar2000 for myself (not for release any time soon because I don't want to bother contacting the original developer, etc) but I'm trying to "futureproof" the installer by making it an online installer. Unfortunately, it doesn't seem to download anything when I ask it to, and all I end up with is the empty shell of an App folder that I started with. Below is the full text of the installer.ini file because I see no other reason it shouldn't work. Thanks for anyone who can lend a hand.

installer.ini

[MainDirectories]

Xfire Portable Project - Up and Running again!

TechnicalUplink's picture
Submitted by TechnicalUplink on March 7, 2013 - 12:32pm

Hey Portable Apps, I am happy to announce that as of today, the Xfire Portable development project is back up and running. I am going under a new name, as I am no longer iTechNewsDaily. I will be moving the entire project to this forum thread. Feel free to contact me with any questions or concerns you may have.

Follow me on Twitter for more updates: @TechnicalUplink

--------------------------------------------------------------------------

Application: XFire Portable
Category: Games

Important exeption when updating a portable program

Submitted by tapsklaps on March 3, 2013 - 2:38pm

Assuming a user performs some changes in the file AppNamePortable.ini. Furthermore should be this particular program installed in the PA.com menu.
To preserve the manual changes made ​​by the user in the settings during an automatic update of this program, it's necessary to note the following points:

[solved] Moving profile folder

Submitted by orschiro on February 27, 2013 - 6:52am

Hello,

I want to make Zotero Standalone fully portable. However, on start-up Zotero creates a profile folder C:\Documents and Settings\username\Application Data\Zotero\Zotero with the following content:

|profiles.ini
|||Profiles/
|||||f450im62.default/
||||||||[...]
|||||||||zotero/

Zotero\Profiles\f450im62.default\zotero is the actual folder which Zotero uses. I would like to store this profile in Data\profile.

How can I tell Zotero to create its profile folder in Data\profile and use this one as default?

Pages