You are here

Portable App Development

Discuss portable app development and modification of existing apps.

.paf format questions

Submitted by Passerby007 on April 2, 2007 - 10:30pm

Hi there. I'm very interested in all these portable softwares and think u guys had done a great job.

However, I'm not too sure how an application is being made into portable format and how did .paf came about. Can anyone please guide me along??

Thanks in advance.

ActiveX Question

pross's picture
Submitted by pross on April 2, 2007 - 9:33am

I’ve been really WOWed with this PortableApps stuff and have been feverishly adding John’s ported applications to my thumb drive plus some of my own with some help from the user community in the forum. Excellent work by John and the community group.

I am now down to one application (for now anyways) that I can’t get to work unless I’m on a machine with admin rights – obviously defeats the portable part. It is e-Sword (www.e-sword.net), a free Bible study software tool.

Applications in Another Languages

Submitted by martinlmtl on April 1, 2007 - 12:11am

Hello guys and thank you for Portable Apps which is really good.

I have concern about the availability of applications in another languages as only english is available. As I'm french, I want to know if you are planning to release applications in french (not only the menu v1.2 which have translations available). I can contribute because I'm sure most people don't have the knowledge to do it themselve (beginners can't do that). I can make Portable Apps package like yours but in french.

Portable Avi-screen

Submitted by photoben on March 30, 2007 - 3:12pm

Hey All!!

This is my first post here...
I searched and didn't see it mentioned anywhere, so here it goes!

Can anyone make a launcher for Aviscreen??

http://www.bobyte.com/AviScreen/index.asp

It's freeware, but all it does is make a few registry entries.
I rarely change the settings, so if somebody could just make a wrapper to delete the reg edits on close, I would be much appreciative.

Scheduling file delation

Submitted by m2 on March 30, 2007 - 3:03pm

My starter:
1. Creates a temporary file
2. Starts the application
3. Quits

The file is in use as long as the app is alive and a while longer.
Then I'd like to delete it.

Does the winapi task scheduling work on VERY limited accounts?
I haven't checked too carefully, because I doubt it does.
I tried
CreateFile( filePath, 0, FILE_SHARE_READ | FILE_SHARE_WRITE, 0,
OPEN_ALWAYS, FILE_FLAG_DELETE_ON_CLOSE, 0);

before starting the app, but it didn't work.

Please Help with .PAF

Submitted by Matias on March 30, 2007 - 5:10am

Hi everyone...
I have developed pretty much PApps, but what I am doing is I am doing a
zip and then unzipped them to the location.. instead I really don't want to use winrar anymore I want to zip them in .paf format.

Please, HOW CAN I DO THAT?

When i managed, keep an eye out... as I will be posting about 5 new portable apps...
great stuff...

INstalling Software with virtual registry etc

Submitted by rich.bradshaw on March 30, 2007 - 5:00am

Hi,

Was just reading lifehacker, and found this nugget talking about a bit of software that allows you to install in a virtual layer that captures registry calls etc...

http://www.lifehacker.com/software/installation/hack-attack-safely-insta...

Maybe this could be used for portabalising apps?

Any licensing issues with Shareware apps?

Submitted by thornsoft on March 29, 2007 - 4:17pm

I'm nearing completion on both my U3 and PortableApps versions.
Are there any licensing issues with any of the tools used? For example, do I contaminate my shareware license by using any of these open-source tools? I'm using NSIS to build a simple launcher, compressing with UPX and 7-Zip/SFX, and and have hacked the resulting .paf.exe with ResourceHack, inserting my own info.
Any problems here?

Pages