Multiuser install option for portable apps?
PortableApps are great for PC install (unpack & run) and great for distribution (unpack, preconfigure & send a copy to user). In that way I miss an multiuser install option (call it half portable) that puts Data directory in %APPDATA%
Yes, I know the whole point of portability its to use only one directory, and avoid %APPDATA%. But, as sysadmin, I see PortableApps+%APPDATA% a very good and easy way to deploy software with a one-liner:
xcopy /s \\server\dir\my_preconfigured_PortableApp %PROGRAMFILES%\Portable\
- Read more about Multiuser install option for portable apps?
- 4 comments
- Log in or register to post comments