You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Online installer can't handle folders containing dollar signs?

computerfreaker's picture
Submitted by computerfreaker on December 21, 2009 - 7:00pm

I'm working on an online installer right now, and for some reason it can't seem to handle folders with dollar signs in the folder name. Here's the installer's file structure:

topocr.exe [installer]
-----topocr.exe [application]
-----$COMMONFILES
----------[a lot of files here]
-----$PLUGINSDIR
----------[a lot more files here]

Here's a sample installer.ini I've tried:

[DownloadFiles]
DownloadURL=http://www.topocr.com/topocr.exe
DownloadName=TopOCR
DownloadFilename=topocrinstaller.exe
DownloadMD5=d2438258b5eb61a6357a27984f84866e

Online installer - AdvancedExtract1To failing?

computerfreaker's picture
Submitted by computerfreaker on December 20, 2009 - 10:39pm

I'm working on an online installer for TopOCR; however, the AdvancedExtract1To parameter seems to be failing. It correctly creates the folder, but doesn't extract the installer's files into that folder.
I know it should be able to, since 7-Zip shows the embedded files without a hitch... anyone know what the problem might be?

Here's my installer.ini:

TopOCR - questions before releasing

computerfreaker's picture
Submitted by computerfreaker on December 20, 2009 - 4:40pm

I've just finished making TopOCR, a great OCR program, portable.
I need to clarify a couple of things before I post it here, though...

* I've been unable to find a spelled-out license; the only "license" I've been able to find is freeware. Any problem with that?

* Can I make a live (online) installer, or am I stuck just posting the launcher?

* I assume I need to get permission from TopOCR, right? I did manage to find a contact e-mail address on their site...

Looking for suggestions: "Visual" IDE to create portable apps

Submitted by kykdidge on December 19, 2009 - 9:28pm

Hi, I'm hoping you can give me some ideas...

I'm building a "game" to train pollution control operators. The game must have the following characteristics:
* Run off a USB drive on Windows machines (not a web-based app)
* Contain a main window that shows equipment operations and contains 10-15 data entry fields (some textboxes, some drop downs, maybe a slider or two)
* Intensive background calculations (calculus)
* Several tabs or popups to collect info about transactions (eg, purchasing inputs, selling/disposing waste)

JetAudio - my first app

Submitted by dougakins on December 10, 2009 - 10:35pm

First let me say I'm a portable apps junkie, and as such I wanted to try to build one myself and also try to give back to the community a bit.

I always thought that for an app to be truly portable it never wrote anything to the computer. It wasn't until I started digging into the scripts that I realized some of it is copying and files/settings to and from the host computer.

NewTextReplace Beta 4.1, ANSI & Unicode NSIS

Submitted by Mark Sikkema on December 10, 2009 - 8:09am

This is developed especially for files with odd binary data, such ass media libraries and any Unicoded files.

I have modified textreplace.dll, to deal with ALL unicode files.
NewTextReplace Plugin for Ansi- & Unicode NSIS

Release Notes:

Development Test 4.1 (2010-01-19)

  • notes:
    Added additional credit to the dev. of the TextReplace plug-in.
    It did already for the source and readme, but not for the .nsh file.

.net framework

Submitted by milleja46 on December 9, 2009 - 11:03am

i was wondering if someone could point me to a portable open source version of the .net framework? Several computers including my home computer don't have it and i cannot install it on them. One because of admin rights at school, and 2 because of no internet at home. I get done with the work i try to do and have free time to do otherstuff until the end of the period. So any suggestions would be appreciated.

Thx.

Pages