You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Problem with make Portable

Submitted by Genolf on July 8, 2010 - 1:11pm

Folder "DaleSoft Support\DaleSoft 2" in $APPDATA will not created and copied files back to Backup. I think the spaces are the problem...

Would be very happy, if someone can help me or give a suggestion, many thanks. Smile

; **************************************************************************
; ==== Portable Start ====
; **************************************************************************

Section "Main"

IfFileExists "Backup\*.*" +1
CreateDirectory "$APPDATA\DaleSoft Support\DaleSoft 2"

Resume downloads of certain portable apps provision request

Submitted by vasa1 on July 5, 2010 - 12:43pm

Hi, I have limited experience of downloading portable apps: Google Chrome, OpenOffice.org, and Java JRE 20.

The impression I got is that there is no provision for resumption of a download in case the net connection drops, which is not too infrequent an occurrence especially for downloads of several MB.

Online installer help.

Submitted by shanet on July 5, 2010 - 7:26am

Hey everyone.

I have recently done an online installer like the one in the google chrome installer andd have got the [downloadfiles] section fairly well knocked out, however it downlads the setup file, and leaves it at that. I need it to install to the thumbdrive. The following is my installer.ini file:

[DownloadFiles]
DownloadURL=http://www.mapwindow.org/download.php?file_name=http://svn.mapwindow.org...
DownloadName=MapWindow 4.8 RC1 Installation Files

New portable Software (Education)

Submitted by isotop on July 3, 2010 - 6:13pm

Hi @ all
I don't know if that's the right forum. But I just want present a portable software, which you can include in the application-list:

-------------
Program name: VocMinder
Description: VocMinder provides a complete, flexible system to train, manage and exchange vocables, sentence and grammar topics of foreign languages.
Version: 1.1
Author: Simon Wehrli, Stefan Wehrli
Type: Open Source (GPL); portable
Category: Education

Database Browser Portable 3.2.2.9 Release

Submitted by dbsoftlab on July 3, 2010 - 2:07pm

Application: Database Browser
Category: Development
License: Freeware
Description:
This easy to use tool allows user to connect to any database and browse or modify data, execute sql scripts, export and print data
Download Database Browser Portable 3.2.2.9 [2.55MB download / 2.62MB installed]
(MD5: 851c0452901230144f077696b5dc2073)

Want to make System Internals Autoruns portable. Stuck at 1st step.

Submitted by X on July 1, 2010 - 5:30am

I want to learn how to make portable apps for personal use and I thought I would start with Autoruns. This app only needs to set these registry entries...

Windows Registry Editor Version 5.00

; autoruns
[HKEY_CURRENT_USER\Software\Sysinternals\AutoRuns]
"EulaAccepted"=dword:00000001
"onlinesearchcommand"="http://www.google.com/search?hl=en&q="
"shownomicrosoft"=dword:00000001

I read Creating A Portable App: A Guerilla Field Guide but I don't understand this section:

Become familiar with the launchers available. For instance:

Registry Help

vf2nsr's picture
Submitted by vf2nsr on June 29, 2010 - 9:20pm

I am working on Snarl, it has quite a few registry entries that are essential for the program. Not quite sure how I can copy them and get them to load with the launch with the app/ I HAVE read the launcher manual but still a bit confused. Do I have to do a registry write for each entry?

Here is a paste of the keys I believe need to be written.
http://tinypaste.com/9249a
Any help appreciated, or maybe this is too complex to go portable? If so I would appreciate knowing that as well.

[resolved] Snarl

vf2nsr's picture
Submitted by vf2nsr on June 27, 2010 - 9:54pm

OK Looking at Snarl as a portable app. It is written in VB6. Problem I have is that it stores files in APPDATA upon install. I copied them out and tried using PA Launcher to move the files back and forth. It only moves a few of files ( Using directories move). Now If I manually copy files all is good, but if I let the launcher do it it does not load all the files and then creates a default directory without all bells and whistles? Any ideas? BTW I am in contact with author who may be making a command line switch in a future build so the locations of hte files can be switched.

SQLyog portable - doesn't run in PA menu, runs from anywhere else

Submitted by kennyj on June 25, 2010 - 4:53pm

I packaged up SQLyog using the PA launcher and installer packages. It works fine, uses the config directory within the package thanks to the -dir command line option, everything seems exactly the way it should... except for the complete lack of action if I try to launch it from the PA menu. The menu vanishes like it does for any other app, but SQLyog will not run. I can't find any kind of error logging. The icon looks good, everything else seems fine, the only steps I skipped are documentation and a splash screen.

Any ideas?

Pages