You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Simplest How-To request

Submitted by fidmas on January 25, 2009 - 5:13pm

I guess I'm just dense, but I've been to https://portableapps.com/development , https://portableapps.com/node/12851 , https://portableapps.com/node/14939 , copied the code for PortableApps.comInstaller.nsi and PortableApps.comInstallerConfig.nsh and seem to understand how to modify it.

Ok, now all I need to do is install a bunch of files in "AppNamePortable" and "App" directories. Should be the simplest script entries ever - Right?

Aid to create a portable program

Submitted by Slider324 on January 24, 2009 - 4:33am

Hello friendly of PortableApps, I need its aid to create a portable program, and been trying to create a portable application with appscompac, but I do not understand very well as they are the steps that must follow so that it is created,
explained by me for the next steps.

Pd:They excuse my English but I speak Spanish

:: Updater for Portableapps

Submitted by anaza on January 23, 2009 - 4:26am

Hi!
Many of the programs are being updated often and it wold be great if anyone wrote a program that checked all installed programs on a USB-drive and updated them.

Or is there already a program like that? Can´t find it anyway.

It would be nice to don´t have to go through the whole programlist, one program at the time every few week.

best regards and thanks for a excellent site

scan other paths besides portable apps folder

Submitted by zikronix on January 22, 2009 - 1:50pm

I dont really understand why this cant be done, as i am not a developer.
but here is my request

Please please please. Include the ability to scan other folders besides the portable apps folder.

For example if i had a folder called Putty which was under \portableapps\network tools\putty\putty.exe as it sits right now i would have to create a custom shortcut to that.

unless im missing the boat some where here

Portable app timer

Submitted by acid_burn_84075 on January 22, 2009 - 1:37pm

a lot of people that use portable apps use it at school or at work on there breaks. so it would be really cool if there were a basic count down timer app. a lot of the time im using dos box and coolplayer + so i dont hear the bell it would be awsome if someone could develop this

Portable Application Template 2.6.4 Problem

Submitted by ye14cV92 on January 21, 2009 - 11:32pm
Error Message

MessageBox: 48: ""DataDirectory" was not set in INI file.  Please check your configuration!"
Invalid command: {registry::Unload}
Error in script "E:\TestPortable\Source\TestPortable.nsi" on line 437 -- aborting creation process
Full Message

MakeNSIS v2.42 - Copyright 1995-2008 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Processing config: 
Processing plugin dlls: "C:\Program Files\NSIS\Plugins\*.dll"
 - AdvSplash::show
 - Banner::destroy
 - Banner::getWindow

Portable Apps Technology

Submitted by rockbell on January 21, 2009 - 12:33am

Hi Folks,

I would like to have a portable app built that can run off a USB thumb drive on both windows and Mac OS.

Any recommendations on whats the best technology to use to build this kind of a standalone application?

We initially started working with C# build realized that its dependent on the .NET framework installtion on the PC. And Mac OS is an issue as well.

Much appreciate your help.

Thanks,

dyse

What about Run-Time files?

Submitted by fidmas on January 19, 2009 - 9:28am

At this point I'm just looking into making an application Portable. Moving everything out of the registry and back into the old .ini file format is daunting, but probably doable. However, this is a VB6 application that installs and registers the following files to \System32 if needed.

msvbvm60.dll
COMDLG32.OCX
VB6STKIT.DLL

I can find no provisions for files normally installed to system folders like this. Are we expected to just plunk these files in the directory, with the application, assuming windows looks there first?

Thanks.

Pages