I have a few paid portable programs Such as Goodsync and Roboform that simply will not install in any folder other than the root of the drive.
Is there a way for me to create a shortcut in the launch menu that can point to these executables?
Thanks
but it requires user intervention at the moment. Check out solanus' Folderz MiniApp for PA Menu --> http://paskins.sourceforge.net/miniapps.html#Folderz
Even though it was designed for opening folders, you can very easily modify it to open your programs. It doesn't have a graphical user interface, so you'll need to edit /App/AppInfo/appinfo.ini manually as a text file.
If you need any help with the setup, just post the path(s) of your needed program(s) and we'll try to assist you.
My posts are old and likely no longer relevant.
Thank you! That is exactly what I was looking for! I just need to track down the appropriate icons and specify them in the INI file and it will be perfect!
Thank you again.
Thanks for the recommendation.
I made this half-pony, half-monkey monster to please you.
I've used that too good app
Live for an ideal and leave no place in the mind for anything else.
Seems to be getting popular now, too.
My posts are old and likely no longer relevant.
Actually, you can just move the whole Goodsync directory structure down to the portableapps directory and it will work fine.
Not so with Roboform - I also will try Folderz.
Move
(all the files RoboForm places on your drive when you install it)
to x:\PortableApps\RoboForm and it will show up and function within the PA menu.
It no longer prompts you to run Roboform from Autoplay, but you can add the following line to x:\PortableApps\PortableApps.com\Data\PortableAppsMenu.ini to launch RoboForm automatically when PA starts
[AppsAutoStart]
roboform\portableroboform.exe=1
In roboform you just update the path under options to reflect the new path. When you want to update roboform, install it to the drive as normal and again move the files to nest within PA.
I've been doing this for a couple of years now. Works great.
Kevin Scharnhorst
Ok, so I need some help.
I need to put a program into the portableapps menu that is in the root of the drive.
\securelock.exe
I also want to see if there is a way to create a dynamic shortcut. Specifically, I want a folder shortcut (in portableapps) that points to a specific folder on the next drive. The thumb drive driveletter is alwasy changing, but I have 2 partitions, and I want to create a shortcut to a folder on the 2nd partition, which is ALWAYS the next drive letter. So, if usb drive is E: the 2nd partition is always f:, if d:, then e:, etc. I have portableapps installed on the unsecure partition of an encrypted thumbdrive, and I'd love to have a working shortcut to a documents folder on the secure partition.
Thanks in advance for any help you can give.
If you can move it to a different folder, it's very easy to get it to appear in the Platform. Just put it here:
x:\PortableApps\Securelock\securelock.exe
If you can't move it, you can force the platform to launch it in its current location, but you need to make some folders, an ini file, and an icon.
Create the following folder:
x:\PortableApps\Securelock\App\AppInfo\
Make a text file with the following:
Save it as appinfo.ini in that folder.
If you want an icon, make a 32x32 pixel bitmap image. Save as appicon.ico in that same folder.
The trick with this is to force the Start command to follow the relative path up to the root to find the executable. This assumes that you have the platform installed to the root (the default install).
I made this half-pony, half-monkey monster to please you.