You are here

Portable App Development

Discuss portable app development and modification of existing apps.

How to delete a single registry key value?

Submitted by Anonymous (not verified) on January 15, 2011 - 12:45pm

The application that I am working on has a setting to "launch at windows startup". If this settings is checked, the application will add a registry key value to:

HKCU\Software\Microsoft\Windows\CurrentVersion\Run

My problem is that I can't find anywhere how I can remove a single registry key value. The following would remove all values from this key, which is not what I need:

[RegistryCleanUpForce]
1=HKCU\Software\Microsoft\Windows\CurrentVersion\Run

What I need is something like this, but doesn't seem to work:

[RegistryCleanUpForce]

Universal portableapps.com updater!

Submitted by HellTiger on January 14, 2011 - 9:58pm

Hi there!

i love portable apps soooo much. but i have one problem, always new versions
coming out of the apps and ill have more to check for updates and unzip them as i can use the tools.
how about a special tool, in it you can select your important unzipped used portableapps and search for updates, then it will auto download, unzip and so on.
i think it will be good if its seperated from the portable apps launcher.

many thanks to you all!

Writing Pre-Set registry & files settings Question

Submitted by GothicDeath on January 13, 2011 - 7:52am

Ok. I have this all about working know. But still having a little problems. Got a few apps that I need the presetting to write/over right the files & to registry before launch of app and then backup after launch and written to the "data" folder.

I have the need files pre-set files & the portableapp.reg key in "app\defaultdata" folder. I need that information to be place back in reg and the files to be placed in a specific location and read on launching app.

What do I need to add to the launcher ini to do this?

Thanks

A RunAsAdmin 4th option - try_once

Submitted by lwc on January 9, 2011 - 7:17pm

There may be cases where admin privileges are only needed for optional (and possibly very specific functions of) sub-programs or plugins of the main program. That is, cases where the main program doesn't need it. In those cases, it's a major no-no to keep bothering the user. A try_once option would only ask the question one time.

installer.ini might be an alternative place for such an option.

Please consider this.

DefaultData in PortableApps.com Launcher?

Submitted by lwc on January 9, 2011 - 9:29am

Whatever I put in DefaultData does not get copied to Data. Am I supposed to manually trigger it in launcher.ini? If so, the help has nothing about this.

I did find this unlinked part in v2.1's Segments:

Settings: Management of Data\settings and copying default data from App\DefaultData to the Data directory

Pages