You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Wingware's Wing IDE Portable

Submitted by evstevemd on November 29, 2008 - 4:39am

Hello guys,
According to Wingware licence I can modify Wing IDE provided I have legal license. I have Wing personal Edition and need to take it with my USB stick. However I don't know how to do It. I know programming with Python but Not NSIS. Can anyone help me do it or make launcher? Remember, there is free version of Wing IDE called 101 version, so the launcher will help to have Portable Python IDE apart from SPE

Thanks All

GetParameters vs. GetParametersUnicode

Submitted by Bart.S on November 28, 2008 - 5:12am

What is the difference between the built-in NSIS Getparameters function and the custom GetParametersUnicode function used in many portable apps?
GetParametersUnicode.nsh says: "This function handles getting parameters when the EXE's path contains CJK characters".
The NSIS 2.40 changelog says: "Fixed GetParameters handling of MBCS characters"
So has GetParamtersUnicode any advantages or are they equal?

Java Jars and -D

Submitted by AaronSDG on November 26, 2008 - 2:16pm

The app I'm trying to portabilize (Baralga) only requires that the variable "user.home" be overridden. I currently do that with a simple Windows shortcut that executes:
$ javaw -Duser.home=Data -jar baralgaXXX.jar

Create the ability to store program icon launchers from the portableapps menu in user created folders

vito_1978's picture
Submitted by vito_1978 on November 24, 2008 - 1:41pm

it would be nice for portablapps menu to have the ability for the user to place some program launchers from the menu into user creatable folders, same as in windows, this way we can group programs that do similar things into the same folder for easy accessibility

PA "Options" Menu

Submitted by RyGuy12 on November 23, 2008 - 9:44pm

I have noticed that one of my favorite features of PA is that I can install programs that are not formatted as portable apps, and they will still show in the PA Menu. However, PA searches for any exe file, and includes unintallers and supporting executables in the menu, making it quite dificult to use as it is very cluttered. I propose adding an options menu that can "hide" certain applications from appearing in the PA Menu. Who agrees?

PortableApps Suite - Choosing custom software option

Submitted by nottRobin on November 21, 2008 - 5:30pm

Hiya chaps.

Would it be possible to provide an "advanced" option for download of the PortableApps suite where you choose exactly which software you want from the complete list?

Because that would be so much more convenient than downloading all the extras I want like InfraRecorder or Notepad++.

Cheers,
Robin.

PortableJava -> a tool to set your default JRE reversible to your removeable drive

Submitted by rory.slegtenhorst on November 20, 2008 - 12:13pm

Don't you just hate it when things don't work the way we want them to? I had this problem, trying to get Firefox or Chrome to play nice and be able to use Java. The same goes for my Eclipse.
As nobody has made a descent solution, I figured I'll give it a shot, so I created this for everyone.

What does it do?
It temporarily tells your machine to get Java from your stick. It will "register" the JRE in the registry, so every tool that uses the registry to find Java, will now point to your JRE.

Set menu icon for custom app

Submitted by aswm279 on November 19, 2008 - 10:25pm

OK, So I recently got the portable apps menu and I love it. I also love how it recognizes other applications that are put into the PortableApps folder, even if they're not 'official' portable apps.
I did that with several of my stand alone programs, and now I want to use a more complex launcher.
I have the program's exe file and it does everything that it is supposed to, I don't need help with that.
I am trying to get a custom PortableApps menu icon and name to show up, but that won't happen.

here's the directory structure:

Pages