You are here

Portable App Development

Discuss portable app development and modification of existing apps.

PortableApps Menu -- Resize Window ??

Submitted by weweda on October 23, 2008 - 10:18pm

How possible is it to add one or more drag handles to the PA Menu window so that it can be resized?

I have only a few apps more than a full window's worth, and it's a real hassle having to scroll up and down, and up and down, ... to launch apps that keep getting pushed off the menu top & bottom, esp. when the window itself is relatively small, and there's plenty of screen real estate for resizing. [Surely others have wondered this too, but my search for this topic came up empty.]

Ta

PortableApps Menu -- Autorun.INF Getting Blocked

Submitted by weweda on October 23, 2008 - 10:12pm

When I plug my stick into a 1.1 port, the XP generated error msg: "This device can perform faster ..." jumps in before or instead of the PA Menu Autorun.INF. So The PA Menu tray load gets blocked and nothing appears in the tray.

Is there a Q&D workaround for this, or is it s.t. for which a slight programme tweak possible?

[I have a few older ThinkPads I can't bear to part with which usually have USB 2.0 PCCards stuck into them at home. Not always so on the go. This might also be an issue for anyone stuck using PA on an older machine.]

Ta

Update Reg File with Launcher

Submitted by Devo on October 20, 2008 - 11:41am

I know this is probably a simple task, but I can't figure out how to do it. I need the launcher to modify the registry entry for soulseek everytime the drive letter changes. It needs to go from

"InstallPath"="\\System\\Apps\\Soulseek\\Soulseek"

to whatever the current path of Soulseek portable is. I know this is pretty simple to do with ini's, but is there a way to do it with registry entries that require double \'s?

Also, what launcher should I look at to add to different registry entries to the same .reg file? I have HKCU/Software/Soulseek and HKCU/Software/Soulseek2

Make Any Program Portable The Easy Way

Submitted by Givemhell on October 19, 2008 - 9:12pm

im useing diablo2 as an example, just replace diablo with what your file names are

Get Bat-To-Exe-Converter
http://www.download.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html

Make a new folder the G:\PortableApps\
im going to name mine d2
enter the folder
Copy the program FOLDER into this directory
G:\PortableApps\D2\Diablo II

now make a notepad file in the G:\PortableApps\D2\ directory
copy or write this in do not write in the ( )

cd Diablo II\ (folder containing program)
Diablo II.exe (name of exe that starts the program)

showing Programm Versions in Portable Apps.

Submitted by rafi on October 16, 2008 - 12:31pm

Hello

Because there is no general update and upgrade function for the installed apps, when i want to update i go on the portableapps site. i have to open every programm and check which version is installed and if there is some newer one (exept some progs like firefox or thunderbird which can make update themselfes)

It would be great to be able to see the programm version in portable apps for all programmes installed via paf.exe archives.

my idea:
for example add one more txt file called version.txt in the App or Data Folder of every app.

[Idea/BetaScript] Firefox running portably with ahk script

Nathan9222's picture
Submitted by Nathan9222 on October 15, 2008 - 9:17pm

I am only writing this because I know how confusing Nsis can be, especially since it really hard to find info about certain code uses. So I propose one in autohotkey which has great documentation, and anyone could learn the basics in about 2-3weeks tops. so here is my code to redirect the profile and if anyone wants to help, we can make a launcher so users have more choice than just nsis.

#NoTrayIcon
#NoEnv
RunWait, "%A_ScriptDir%\App\Firefox\firefox.exe" -profile "%A_ScriptDir%\Data\settings"
Return

Pages