You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Unable to compile Chrome Portable launcher

Pyromaniac's picture
Submitted by Pyromaniac on May 10, 2013 - 8:42pm

This one guy posted in the forums asking to remove a prompt and I thought I'd comment out a few lines and post it for him.

[278]; Ask the user if they want to copy their profile locally
[279];MessageBox MB_YESNO|MB_ICONQUESTION `$(LauncherAskCopyLocal)` IDYES EndMessageBox1
[280];	MessageBox MB_OK|MB_ICONINFORMATION `$(LauncherNoReadOnly)`
[281];	Abort
[282];EndMessageBox1:

Attempt at P.A.P. DeSmuME

moriel5's picture
Submitted by moriel5 on May 7, 2013 - 11:34am

Application: DeSmuME
Category: Games
Description: DeSmuME (formerly known as YopYop DS) is a Free/Open source Nintendo DS emulator for AmigaOS 4, Linux, Mac OS and Windows. Its name is derived from emu (which is short for emulator), DS and ME.

Download DeSmuME Portable Development Test 2 [22.4MB download / 54.0MB installed]
(MD5: 4b20cb447cfc2f3635db8478a8976e3f)

Tcl/Tk Portable App Request

BAJennings's picture
Submitted by BAJennings on May 5, 2013 - 11:40pm

I have configured and compile Tcl/Tk v8.60 on a USB flash drive that appears to work on whatever Windows 2000 and later operating system without leaving behind files. It's very nice to have a portable scripting language that also works with other portable apps such as Notepad++ and Console v2.00.

One of the Tcl/Tk Google+ community members has asked me to create a portable app version of the Tcl/Tk toolkit. Because I haven't created a true portable application (ie. installer, directory structure and so on) I am a reticent to say "yes". But, I'm willing to give it a go.

Automatic PDF Reader Selection

darksabre76's picture
Submitted by darksabre76 on May 5, 2013 - 9:28pm

I'm currently working on a program called DocEar Portable and it has the option of relying on a PDF reader. In general, all it does is look at the ones installed on the system and then lets you pick, but I was able to track down the line in the preferences file and I was wondering if there was a way of using the custom.nsh file to see if Foxit or Sumatra Portable are installed and putting them in the preferences file by default. Below is the preferences part. Any help would be nice, if possible.

M Detours Alternative

Submitted by Bazylio on April 22, 2013 - 9:18am

I was looking for a way to redirect reads certain registry keys. I found that detours can do it. But there was a problem: I need it for a commercial application, and detours are too expensive. Therefore I can not use cracked or pirated products. What alternative products can you recommend?
I would be grateful for any advice.

TextPad Portable Round Two

Submitted by sehlat on April 15, 2013 - 10:27pm

TextPad 6 and 7 have gone what I call "semi" portable. If you launch it with two command-line parameters:

-f [directory for the configuration file]

-k [directory for the license key]

it will get its setup etc. from those directories.

I've got the following directory structure:

Clips\
config\
license\
Macros\
Samples\
Spelling\
Syntax\
system\
README.TXT
TextPad.bat
Textpad.exe
TextPad.ico

in "PortableApps\TextPad"

Pages