You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Yadadisk portable Disk Encryption Released

Submitted by MatYadabyte on March 9, 2006 - 5:31am

Hi Folks

We have just released a new, free, open-source XP app that's designed for USB/Flash disks but also works on any Windows folder. It's called Yadadisk, and consists of only one file, with no install required - truly portable. You just drop it where you want to encrypt content and run the exe. At only 60k it's pretty tiny, too, but still offers secure AES128 encryption.

Its just what you need to keep your Portableapps safe in transit or on your hard drive.

After two attempts to contact the people at Portableapp.com with no reply we have put it on our own site, if anyone knows a good way to contact the people who run this please met me know

SyncBack Batch File

Submitted by Jace on March 8, 2006 - 6:47pm

Here is a copy of what I am using with SyncBack. It backs up the existing settings runs syncback and then restores the previous settings. If there are no existing settings it still works fine but gives some error messages. Let me know any suggestions as this is my first batch file and I am still learning. I tried registry rapper first but it didn't backup the existing registry settings so if I use it somewhere where it is already installed they will loose all the profiles.

@ECHO OFF
REM **********************************************
REM SyncBack Startup
REM **********************************************

Portable Photoshop interest check

Submitted by Anonymous (not verified) on March 8, 2006 - 1:29pm

I've just completed making photoshop 7 (the best tradeoff between speed and features imo) portable, using a loader with NSIS in a similar fashion to most of the apps on this site. I know it's not open source or freeware, but it is simple enough to UPX-pack the main files and drop them into the directory, and you can delete a LOT of the unneeded plugins and resources (textures and so on) and it squeezes down into around 25-30mb, maybe less if you are hardcore about it.

I was just wondering if there was interest for this kind of thing, and whether it violates portableapps ethics somehow to post the loader here, since the app it targets is not open source... I wouldn't post copywrited files or anything, just the loader.

auto start application

Submitted by jackfusion on March 7, 2006 - 6:06pm

Sorry I have posted the information in Other App support as well not knowing where would be the best place for it.

When I change
[HKEY_CLASSES_ROOT\USBStart\DefaultIcon]
@="H:\\pstart.exe,1"
to
[HKEY_CLASSES_ROOT\USBStart\DefaultIcon]
@="%HD%\\pstart.exe,1"
and
[HKEY_CLASSES_ROOT\USBStart\shell\open\command]
@="H:\\pstart.exe"
to
[HKEY_CLASSES_ROOT\USBStart\shell\open\command]
@="%HD%\\pstart.exe"

it gives me an error H:\ Access is Denied. Is there a way to fix this?

source: https://portableapps.com/node/429

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MixedContentOnArrival]

Palm Sync

Submitted by Anonymous (not verified) on March 6, 2006 - 10:30pm

Is it possible to sync a palm with the mobile version of thunderbird and sunbird? It looks like mozilla offers this option but only in the suite.

Single Executable Development

Submitted by derekthegeek on March 2, 2006 - 1:19pm

Hi All,

A few years back I was working as a contractor and one of the tasks I was working on required that my application be packed as a single executable file. I used a solution by a company called "Bit-Arts" that I don't believe is around anymore. They had a product called "Fusion" that would take a Visual Basic project file and compile the whole application, including dependent libraries/controls into a single compressed executable. They claimed that they translated everything into assembly language and thats how they were able to create the single executable, in place, file.

Does anyone know of a similar solution today? Like I mentioned the company, Bit-Arts, is not around today and I have yet to discover a similar solution. It would be great for use on our USB drives.

Here's my recommendation for a portable password manager

Submitted by chinookman on February 24, 2006 - 11:32pm

http://sourceforge.net/projects/keepass/

I've been using this for several months and am really satisfied with the passeord generator and level of encryption.

No longer do I feel like I'm using lame passwords easy to crack and I carry it in my thumbdrive so when I go to work I can access persoanl and work related sites without having to remember so many pswrds!

Hope you guys give it a run and see how well it works. I simply installed in in the Corsair (gig) USB drive and it runs like a champ every time.

Also it has room for notes and pesonal additions so it's not just a password keeper but a bit more.

Registry Rapper Support and Information Forum

Submitted by Deuce on February 20, 2006 - 12:38am

I created a registry rapper for those programs that do not use settings files within the program directory. It uses the registry settings exported to a .reg file to keep your settings and clean the system. It will also back your local settings if there is an locally installed version of the application and then re-add them on shutdown of the portable version. The complete instructions are included in the readme.txt file. It also includes a proof of concept example using Angry IP Scanner, allowing you to see how it works.

Pages