I know that probably the concept of carrying one's favored applications, utilities, and files on a portable drive for use on any computer is one which has evolved considerably since years ago. What I'll share then probably you are already very familiar..
According to, again, Aunt Wiki to be considered truly portable, a software program must:
- Not require any form of formal installation to be carried out on any computer before it can be used, with the release package only needing to be decompressed directly to removable media before use. If it has to be installed first, and requires its files to be manually copied to removable media, it is not designed to be portable. For example, software which is supplied as an InstallShield package should not be considered portable, though a ZIP archive containing an executable would be.
- Settings are stored with, and can be carried around with, the software (i.e., they are written to the USB drive). If the registry is used to store settings, the application's configuration isn't portable, and must be set up on every PC it is used on
- Leaves a zero (or near-zero) "footprint" on any PC it's run on after being used. i.e., All temporary files/registry settings should be removed once the program has exited, and files created by the user can be saved directly to the same removable media as the application is stored on.

There are cases when you cannot create a safe portable but only unsafe version of the software. If you are about to share them, notify the users that it may destroy the local install of the same software. For whom are not able to create portable app yet, don't worry we'll learn together. Next I'll post how to create a portable app.
0 comments:
Post a Comment