You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Skype Loader: Simple App To Make Skype Portable (skype.exe NOT included)

Submitted by jarce on April 15, 2009 - 3:47pm

Skype Loader is a very simple application that just runs Skype as a portable app.

This is done by using the official skype.exe switches /removable and /datapath.

You just need to decompress the ZIP folder into whenever you want, and then copy skype.exe from your skype installation folder to the SkyePortable\App folder.

SETUP

0) Download Skype Loader from here http://www.zshare.net/download/58702177b503d9c3/

1) Download Skype from www.skype.com

2) Install Skype to your machine (this is required to get skype.exe application)

The future of Portable Apps Platform My Personal Perspective

Submitted by Hackworth on April 13, 2009 - 2:44am

The future of Portable Apps Platform

To the programming author of this fine application I say what a great venture of possibilities you have enter into, and I would hope you would choose to pursue all facets of making this program a leader of all that shall soon follow, and trust me there are many on there way.

If so you now have the perfect window of opportunity to harness the vast users to a coming new age of software usage with your fine product and ingenuity.

I see a great move forward for this application since the first’s days back in 1999 with VMWare hitting the market.

test > pre-release > limbo

LOGAN-Portable's picture
Submitted by LOGAN-Portable on April 9, 2009 - 8:22pm

Hello,

Almost a year ago I worked with the developer of an open source app to maker it easy to make a portable version. A while later I had the most recent version and finally went from test release to pre-release. The app was added to the "ready for release" page. When months crawled by with every now and then a new installer and launcher script I figured creating a new pre-release just to facilitate the updated installer/launcher scripts was not something I wanted to do, as it did work.

Make any App portable?

Submitted by sl23 on April 6, 2009 - 8:32am

I looked at the post for making a portable app, but does that include being able to turn any app into a portable app just by using a launcher?

While looking through the forums I found an excellent program called format factory launcher. It seemed to take any old program an turned it into a PortableApp.

Invalid command: FindProcDLL::FindProc

Submitted by Onilink on April 6, 2009 - 4:43am

Hey,

The StepMania team has released a new update to the software which includes a portable mode that writes all data to the install directory instead of my documents. I decided to try and create a PortableApps wrapper but when trying to compile the NSIS script, I get the following error:

Invalid command: FindProcDLL::FindProc
Error in script "C:\Documents and Settings\Karai\Desktop\StepManiaPortable\Other\Source\PortableApps.comInstaller.nsi" on line 610 -- aborting creation process

For a complete log, go here:

http://pastebin.com/m2bcf6648

Explain version system?

Submitted by quackstar on April 5, 2009 - 4:12pm

Me being new to making portable apps, i'm lost in the versioning system.

1) Whats the diffrence between Pre-release, Development Test, alpha, beta? (i know alpha comes first, then beta, but where do the first 2 fit in there?)
2) What do the numbers after pre-release and dev test mean (IE Dev Test 1)
3) What do the 4 diffrent numbers in the version mean? (All i know is first is major release, everything else is lost)

NSIS header for file cleanup

qwertymodo's picture
Submitted by qwertymodo on April 3, 2009 - 5:09am

Well, the purpose of this header was originally for U3 launchers so I could delegate cleanup functions to a separate executable from the launcher, but perhaps it can be useful, so I thought I'd share here. For example, if you are performing cleanup functions from within the launcher (as per PAF), the AddFilesToCopy function is practically useless, as it just passes its parameters to CopyFiles, so it's redundant.

Pages