You are here

Portable App Development

Discuss portable app development and modification of existing apps.

UMPlayer logo licensing issue

Submitted by Aluísio A. S. G. on June 21, 2011 - 1:08pm

I'm working on a portable version of UMPlayer, but I ran on an issue with the logo licensing:

UMPlayer FAQ
Q. May I use the UMPlayer logo?
Yes, you may freely use the UMPlayer logo using the following copyright notice with one notable exception; you may not use the UMPlayer logo to redistribute the binary application outside its original packaging form:

[newbie]I have an app to portabilize, DLL is trouble. cant use my updater. Update message in luancher?

Submitted by Flametail on June 21, 2011 - 11:54am

Hi! I have a game I develop that I want to see portable.
The game itself is already portable, persay. uses only relative paths, and can use it's DLLs from the working directory.
No issue there.

HOWEVER, there is an updater, which is mandatory for continued play of the game.
This updater, written in visual basic, requires a DLL to be registered. It is called Z-Updater, and can be found on sourceforge.

If anyone can edit the source code of the updater to no longer require the DLL, it would be greatly appreciated.

Duplicate File Detector

Submitted by laststep on June 18, 2011 - 4:18pm

Tell me please, I can not in any way solve the problem ...

Duplicate File Detector at startup creates a folder in the "common documents". I can not simulate the creation of this folder in [DirectoriesMove]...

my Launcher ini:


[Launch]
ProgramExecutable=DFD\dfd.exe

[DirectoriesMove]
Duplicate File Detector=%ALLUSERSPROFILE%\documents\Duplicate File Detector

Possible to Make Nero Portable?

Submitted by craminator on June 14, 2011 - 5:02pm

I was wondering if it is possible to make Nero portable. Sometimes I have files that I need to copy and I am not around my computer, but the computer I am using has a cd/dvd burner. Being able to have Nero on a flash drive would be fantastic. Does anybody have some hints on how I would start this, or if it is possible? Thank you.

How to integrate dynamic paths into registry values

Submitted by level20peon on June 13, 2011 - 5:33am

Hey there,

I am trying to use the path of a portable application in a registry value. Something like

!define REGKEYS "HKLM\SOFTWARE\Vendor\Subkey\Path=REG_SZ:%PAL:AppDir%\SubfolderofApp\"

apparently won't do anything. Any hints ?

[Moved from General Discussion to Portable App Development - mod Chris]

Move Directory on Registry on Launcher

Submitted by juniorfga on June 11, 2011 - 8:54am

Hi
I´ve been working on a portable app, but i´m stuck on moving a directory from a registry key, that contains double back slash in the string, this is the launcher i've created:

[Launch]
ProgramExecutable=ThumbsPlus\Bin\thumbs8.exe
DirectoryMoveOK=yes

[Activate]
Registry=true

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\settings\ThumbsPlus.reg
Find=="%PAL:LastDrive%%PAL:LastPackagePartialDir%\\
Replace=="%PAL:AppDir%\\

[FileWrite2]
Type=Replace
File=%PAL:DataDir%\ThumbsPlus\Thumbs8.ini
Find==%PAL:LastDrive%%PAL:LastPackagePartialDir%\Data\

Pages