You are here

Portable App Development

Discuss portable app development and modification of existing apps.

"Portable" apps should NOT write to the registry

AEN007's picture
Submitted by AEN007 on February 14, 2013 - 10:33am

14February2013

I would like to submit/say - for what it is worth -
that "portable" apps should NOT write to registry!

Writing to the registry defeats the whole purpose/design of "portable" apps!

How many PA.com "portable" apps (now) write to the registry?
Does anyone have any idea?
Far too many PA.com apps (now) write to the registry - in my opinion.
PA.com should flag/point-out/specify apps that write to the registry!

I have been using PA.com µTorrent for years.
I download/"install" the µT PAF to a temp directory on my f drive,

FileWrite not working in launcher

Submitted by Gamemaster77 on February 13, 2013 - 11:38pm

For the Portable App I'm making, I need to write a registry key that has the directory of the app. So, I tried using FileWrite to change the .reg file before its added; however, nothing seems to be happening. To test it, I made a file in \Data\Settings called test.txt with D:\CivilizationIIIPortable as what's in it. I then set the last drive to D. In my launcher, I have:

[FileWrite3]
type=Replace
File=%PAL:DataDrive%\Settings\test.txt
find=%PAL:LastDrive%
replace:%PAL:Drive%

Remote Desktop Connection Manager

Submitted by Larbac on February 13, 2013 - 12:20pm

Hi guys,

I was looking for a portable RDP connection manager, but this seems difficult to get...

I use RDCman (Microsoft free tool) but would like to go portable with this.
Wonder if anyone knows if this tool can be made portable (I am not sure how it works license wise).

Or if you are aware of any other apps that does the job...

I read about remote desktop connection manager from Devolution. If you download the .zip binary files, you are able to run portable with a file path change... but the binary pack is only the enterprise version.. So you need license..

Portable Apps Launcher Closing Immediately

Submitted by Gamemaster77 on February 13, 2013 - 12:38am

So I've been trying to make a portable copy of CivilizationIII so I can run it off of the network drive at school. I've already figured out what registry keys it needs to run, but I'm ignoring them for now anyways. Right now, the game is just staying in the same directory, not changing any keys.

Temporary internet files and Inkscape (development version)

Submitted by Leon B on February 4, 2013 - 7:59am

Hello!

I tried to make the current Inkscape development version portable which worked pretty good except of one thing: It seems that Inkscape is creating a folder in Temporary Internet Files for some icons (e.g. Temporary Internet Files\inkscape\icons\16x16\bitmap-trace.png).
Does someone of you have an Idea if there is a possibility to handle this folder?

Regards,
Leon

Native JDK app support

darksabre76's picture
Submitted by darksabre76 on February 1, 2013 - 9:24pm

Hey everyone. In my quest to work on my own app, I did some changes to the Launcher that I'd like to share. Head over to the SourceForge folder I put my changes in. The readme file there explains the changes I made and what files they affect. I hope this gets the launcher one step closer to being ready for when the OpenJDK becomes official. Thanks again gluxon for the work in packaging the OpenJDK.

Pages