You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Run file instead of exe in NSIS?

Submitted by someoneabc on April 19, 2007 - 3:37pm

Hey all,
I want to know if there's a way to launch another file extension besides .exe (right now I'd like .mdb). Is there another function besides ExecWait I can do this with??

Here's my current code:
BTW: I'm making my splash screens for files, this one's for our church database.

Name "Myname"
OutFile "MyOutput.exe"
Caption "Mycaption"

Icon "Myicon.ico"

CRCCheck On
WindowIcon Off
SilentInstall Silent
AutoCloseWindow True
RequestExecutionLevel user

Section "Main"
			;=== Show the splash screen while processing registry entries
			InitPluginsDir

Tile World-Opinions...

Submitted by Patrick Patience on April 19, 2007 - 12:14am

I think I'm gonna try and make a portable version of Tile World

Once I heard someone request the old Chip's Challenge game, I really wanted to have it portably. And it was a simple game, so I could have just made a launcher for it for myself, but I couldn't release it because it's not free or open source.

PAM & ASuite Suggestion

SmithTech's picture
Submitted by SmithTech on April 16, 2007 - 12:09pm

I know the on start and on exit functionality has been suggested for PAM.
And ASuite already has it.
I have a suggestion for both (PAM's hopeful future support) and ASuite.
The ability to select BOTH the on start and on exit option along with a different argument for each option. This would allow the menu to start AND stop an application with the menu if the application supports it. The support could also possibly be added to the current launchers.

Chop down Flash MX 2004 in size and make it portable!

Submitted by Creebo on April 15, 2007 - 9:04pm

Hey everybody,
I've been going around this site in amazement thinking how many of my favorite programs I could use out of the house, so I decided to try it with Flash MX 2004.

Now bear with me this is my first portabilized application so there will be some registry entries left over.

1. Install and authorize your copy of Flash MX 2004, then navigate to the programs main folder (in my case C:\Program Files\Macromedia\Flash MX 2004\).

2. Make a folder to hold the program's files (I recommend directly on your flashdrive, that is if you have about 32 MB to spare).

John plaz read

Submitted by KiLLMasTer on April 15, 2007 - 2:28am

Hey man Love your work on this.. But I'm here to tell you that the Backup/restore don't work all that good... I Tested it out on 3 flash drives and it did not copy the hole drive.... It only copies half the drive...

If you need more info tell me and I'll post it....

Apinfo.INI Spec

Submitted by sgt-d on April 13, 2007 - 11:54am
[Format]
Type=PortableAppsFormat
Version=0.9

[Details]
Name=Miranda IM Portable
ShortName=Miranda IM
Publisher=Miranda IM Team & PortableApps.com (John T. Haller)
Homepage=PortableApps.com/MirandaPortable
Category=Internet
Description=Miranda IM Portable is the popular Miranda IM packaged as a portable>>
app, so you can take your instant messaging client on the go.
InstallSize=2

[License]
Shareable=true

[Version]
PackageVersion=0.6.8.0
PackageRevision=0
DisplayVersion=0.6.8 (ANSI)

[Control]
Icons=1
Start=MirandaPortable.exe

Truly-, Clean-, and Dirty- portable.. impact on host .. a severity rating and modification disclosure

Submitted by Iwant1 on April 12, 2007 - 3:26pm

There appear to be three flavors of portable now: truly, clean, and dirty.

- Truly-portable does not modify the host at all.

- Clean-portable modifies the host but restores it after running.

- Dirty-portable runs amuck, leaving changes, removing/adding files/registry, or :gasp: installing services!

Pages