You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Help Needed Compiling NSIS Scripts

Submitted by chris0 on May 19, 2007 - 3:50pm

I am trying to compile a heavily modified script from this site and neither it nor the original script will compile. They throw this message:
.
.
.
Invalid command: RealProgress::SetProgress
Error in script "C:\Documents and Settings\vuts\Desktop\NSISBackup\Other\EasyBackupSource\PortableAppsBackup.nsi" on line 267 -- aborting creation process

Full Story:

Vista Start Menu Theme For Portable Apps Menu

Submitted by Keviin_ on May 19, 2007 - 8:20am

This is a theme i made for the Portable Apps Menu with the theme function. it's a replica of the windows vista start menu.

Update:

requires latest version of PAM mod by netdroid.

-add your own image to the little square at the top by making it 64 x 64 and naming it header.bmp and placing it into the folder where background.jpg and background_top.bmp are.
-bigger drive space slider.
-Segoe UI font
-New Theme.ini settings used.

Download

A couple of requests

Submitted by jsragman on May 18, 2007 - 8:06pm

Developers,
Thanks for the great stuff. I have a couple of requests that maybe ya'll are able to put into portable apps. I hope this is the right place to ask for it.

1. Have OpenOffice default use VLC player on the drive that way everything runs purely off the stick.

2. If a file is opened from the drive have it open automatically with software from the drive instead of having to load OpenOffice and then open a file.

I don't know how hard this is because I'm not a programmer. But they would be nice features. Thanks.

ALT 1.1.1 (Application Launcher Template)

SmithTech's picture
Submitted by SmithTech on May 17, 2007 - 4:04pm

I found Klonk's Template to be so useful in creating launchers, I decided to try my hand at it.
Mainly so I could learn NSIS more.
Version 1.1.1 fixes subsequent launch in InitApp (left it out, oops)
Version 1.1 adds registry handling and subsequent launch handling.
Registry entries are moved to {entry}_BAK in the registry rather than copied to a reg file on the portable drive, saving write cycles and write time.

.PAF format specifications?

Submitted by paladin225 on May 16, 2007 - 1:21pm

Hello,

I was looking at this comment by John T. Haller, and I was wondering how close to completion the Portable Apps Format is. I'm going to be using it in Application Manager Portable when the final version is made available (apps in the repository will have to be in that format, and the installer application needs to know how to deal with it).

Thanks.

Rick Smith // Paladin225

Using NSIS to stop file in All Users folder

Submitted by InsideLine on May 14, 2007 - 4:10pm

Hi,

I'm working on developing a laucnher for Adobe Photoshop CS2, suing Klonk's awesome PAT. I've taken care of the CS2 reg keys no problem, but I can't figure out how to catch a .dat file stored in a folder in the Documents and Settings/All Users/. Can anyone shed some light on this please?

Thanks in advance.

Pages