You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Drag & Drop

Submitted by jedione on November 12, 2013 - 1:35am

Some apps when installed have Drag and Drop for like photos and such.
but when made portable do not have this feature anymore.

does any one know how this could be implemented.
I think that it is a .reg key, that will do the trick not sure
if so is their a main area of the registry they tend to be in?

thanks

Apps Initialize, then Commit Seppuku

Submitted by travelgirl on November 10, 2013 - 4:27pm

just within the last few weeks, i've noticed that, when i start a portable app on a particular machine (brand new in the last 45 days) that an app will start, display its splash screen, then look like it's going to be ready for user interaction.

within seconds, the app window will disappear from the screen, and the only indication it is still running is an entry in process explorer (or other task manager). these entries cannot be killed by process explorer or any other task killer, though i have to say i've tried.

launcher Q:

Submitted by jedione on November 10, 2013 - 12:35am

I have seen many PAF files out their, were the compiled
.exe is elevated to run as addmin w/ the little Shield.
Using the launcher to make my exe, I have to right click
"runas".

Q:Is their a way to configure the Launcher to do this?
Q:How are these others built With other Compilers?

Thank for any info....Great place to learn. jedione.

CommonFiles Companion Application

darksabre76's picture
Submitted by darksabre76 on November 5, 2013 - 6:44pm

For my portable app MiKTeX which is a CommonFiles plugin, I want users to be able to access a couple of the administrative options by using small external apps that call the appropriate files from within CommonFiles. Is there a way for this to be done natively in the launcher? Or will I have to resort to using NSIS or batchfile trickery?

Chrome Portable with pre-loaded plugins?

Submitted by OverkillSD on November 4, 2013 - 2:58pm

I'm looking for a way to get Chrome Portable to have all the plugins I might need ready for travel. I am a tech for a small telecom company and we have plenty of issues with users not having updated/installed plugins required for some of our main services. The plugins we need would be Java, Flash, and Quicktime. A pre-configured Chrome Portable is my idea to solve this problem without the users needing to figure anything out.

Please let me know if this sounds like a plausible solution, and what I can do to make this happen.

Variables in Launcher .ini?

Submitted by jedione on November 3, 2013 - 3:55pm

Do %Variables% Work For Launcher ini?

For some reason Variables don't seem to work For
Launcher\PortableApps.comLauncher\Data\settings.ini

[GeneratorWizard]
makensis=%temp%\NSISPortable\App\NSIS\makensis.exe
Package=C:\
Drive=C:

im trying to put the Launcher & NSIS in a SFX to %temp%
so I dont Have To Change the INI when I run the Launcher
on a diffrent Computer.
any Help?
I could just set it to C:\ but Rather have it go to temp.

You must compile the PortableApps.com Launcher with Unicode NSIS

Submitted by mstrasser on November 3, 2013 - 11:01am

Hi !

I try to begin my owner portable application with portableApps.com launcher.
But the software gives me this error message and I can not find anything on google. To think that I'm the only one having this error since its creation Sad

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

Command line defined: "PACKAGE=D:\Dropbox\PortableApps\PortableApps\AdwCleanerPortable"
Command line defined: "NamePortable=AdwCleaner Portable"
Command line defined: "AppID=AdwCleanerPortable"

64 bit Reg Help

Submitted by jedione on October 30, 2013 - 6:50pm

I am running a 64bit program.
and when i run the PAF or even a batch file
this key, wants to go to the ....
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\new\new

I need it to go to....
HKEY_LOCAL_MACHINE\SOFTWARE\new\new

I dont get it...when i run the key manuely it gos were it shoud!
here is my script

RunAsAdmin=force
[Activate]
Registry=true

HKLM.reg:
HKEY_LOCAL_MACHINE\SOFTWARE\new\new

ini file:
[RegistryKeys]
HKLM=HKLM\SOFTWARE\new\new

thanks for any help this is my first 64-bit....

Pages