You are here

Portable App Development

Discuss portable app development and modification of existing apps.

PortableApp Run Only One Instance

Submitted by ticklemeozmo on June 16, 2007 - 5:54pm

PortableAppsMenu should only have one running instance.

I leave the PortableAppsMenu.exe program running (in a hurry, it's just easy to shut the programs and pull rather than click the little icon and hit exit) between use, and when insert my USB key again, i find myself starting up PortableAppMenu again. This creates two instances.

I would like PortableAppMenu to open the current running instance's menu should it be run twice accidentally.

Portable NES Emulator - Nestopia Modification

Submitted by x999x on June 16, 2007 - 6:34am

PLEASE NOTE: THIS POST IS NOT ABOUT ROMS OR PIRACY. PLEASE DO NOT ASK ME, OR MAKE REQUESTS IN THIS THREAD FOR ROMS OR WHERE TO FIND THEM.

I've come up with a very low-ball approach to executing batch files from PAM using a ResHacked stand alone Flash Playe(Projector).

I've had great success moving flash games and even Warcraft III on to my thumbdrive using this technique, most recently Nestopia.

Enough already, where's the darn download link already?

Here: http://rapidshare.com/files/37506021/Nestopia137bin-portable999.zip.html

portable scrabble

Submitted by dfritter4 on June 15, 2007 - 4:10pm

i have written a fully functional 2-person scrabble game, that, if worked on (there are a few know bugs here and there) could definitely be a sweet addition to portable apps.

its written in VB (yes i know...) for my computer programming class. id be willing to release the code to anyone who wants to help me improve it.

heres a screenshot: (yes i know you can see the other person's hand, but what can i say...)

http://img501.imageshack.us/img501/3153/scrabbleiu9.png

Working directory bug

Submitted by ormus7577 on June 15, 2007 - 1:42am

Hi.

I've written a launcher (for a game called Adom). Sadly the app is hit by the working directory bug Sad I know it's fixed in beta2 pr2. But is there any other way around it? I would like the launcher to be more universal and not limited to one prerelease version. Beside, where is that version available for download? Can't find a thread/download at sourceforge.

Cheers.

Need Help With Making App Portable

Submitted by jpolzner on June 13, 2007 - 8:10am

I'm in the process of making a launcher for Final Burn Alpha. I using a simple NSIS script as shown below.

------------------------------------------
!define NAME "Final Burn Alpha"

OutFile "${NAME}.exe"

WindowIcon Off
SilentInstall Silent
AutoCloseWindow True

Icon "fba.ico"

Section "Main"
Exec 'App\fba.exe'
SectionEnd
-------------------------------------------

Need Help On How To Make An App Portable

David Dixon II's picture
Submitted by David Dixon II on June 11, 2007 - 11:03pm

Hey,

I Have Absolutly No Clue On How To Create A Portable Apps And I Really Dont Want To Get Into The Deep Stuff About HOW to create a portable app

is there any program out there that will allow me to select a program and that can turn it into a portable app?

i would also like it if i could add a startup picture like when u start portableapps.com 's apps. ( but thats optional, i dont need that Wink )

please help me out here.
tyvm portableapp'ers out there Wink

-------- ADDED June 12th 07 10:30 AM EST

What would happen under these circumstance

Submitted by pjin on June 10, 2007 - 11:58pm

Hi,
I'm a new comer in portable apps development. I read the threads and some of the codes here, and I'm curious what would happen if the following things happened:
1. what if the user disconnected the USB-key before he end the portable application? In that case, i think the configure files and registry keys cannot be written back.
2. what if the machine suddenly crashed, for example if the power suddenly goes down. In that case, will the registry keys, folders and files be left on the host machine?

Thanks in advance.

Ping

Portable Startup Utility 1.3 Released

SmithTech's picture
Submitted by SmithTech on June 10, 2007 - 12:27pm

AppLauncher is now Portable Startup Utility.
I rearranged the settings dialog and added a additional functions.

Setup:
Download PSU to your portable drive.
Modify your autorun.inf to run psu.exe -all

Usage:
psu.exe will open the settings window
psu.exe -all will apply all saved settings
psu.exe -clean will cleanup portable settings applied to host PC
(environment variable, drive substitution, and run configured cleanup apps)

Pages