By default Portable apps pick applications from \portableapps directory.
Is there any way to add additional directories ?
Like another \portableappsextra like that.
New: DesktopSnowOK (Jan 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads!, Please donate today
There is no way currently. It would make new installs from the app store difficult as it wouldn't know where you'd want them. Is there some reason you don't want all your apps within PortableApps (akin to all your apps in Program Files)?
Sometimes, the impossible can become possible, if you're awesome!
fine. Because I have portableapps applications as well as i have created some portable applications my self to differentiate i need two directories. Yes. I agree this feature make complex for app directory. But this may be useful in some other way.
Simha
if u need it like right hand
http://technet.microsoft.com/pl-pl/sysinternals/bb896768.aspx
http://blog.andrewbeacock.com/2010/01/how-to-use-junction-if-you-want.html
is use PA on my hdd i never used it on pen drves so it works for me
to connect
C:\PAP\PortableApps AND C:\New
i used this command in bat file
junction -s C:\PAP\PortableApps C:\New
but since its bat command you could try
junction -s "%CD%""\PortableApps" C:\New
or
junction -s "%CD%\PortableApps" C:\New
should work but im not sure of it