You are here

Portable App Development

Discuss portable app development and modification of existing apps.

UPXable files?

Submitted by Travis Carrico on March 8, 2008 - 9:20pm

ok, i'm wanting to make an app for PortableApps Developers to upx any given folder with the click of a button or two. what i need is a complete list of all file types that can be upx'd. i know i can just do *.* but when you have something that has a ton of small files it takes a while. the upx website doesn't list everything, and all i know of at the moment are .exe, .dll, .pyd, .irc, .dcp, .com, .sys, .pe. please either post a link to a complete list or post other file types you know are upxable, thanks.

Local Settings Environment Variable??

Nathan9222's picture
Submitted by Nathan9222 on March 7, 2008 - 10:37pm

My question is this, i am making an app portable that leaves its appdata in the
C:\Documents and Settings\****\local settings\application data folder, now when i try to get this to save in my data folder it always puts it in the C:\ instead of where i want it to go. What would i change in this part of my script:

!if "${REDIRECTUSERPROFILE}" = "TRUE"
		IfFileExists "$DATADIR\UserProfile\*.*" +2
			CreateDirectory "$DATADIR\UserProfile" ; create directory for portable user profile

[Theme] 2click (2in1, change the size)

MrElchbau's picture
Submitted by MrElchbau on March 7, 2008 - 6:17pm

Hello!
This time I've build in a new feature: you could change the theme size with just two (:-() clicks. First, click the swap button (the upper right one with the two arrows), then click the one thereunter with the check mark. The first click renames the files and folders, the second click refreshes the skin.

Name
2click
PAM-Version
PAM-Mod R30 to R31
Size
307 * 225 pix or 307 * 509 pix

Preview & Download

NSIS header for SHGet(Known)FolderPath function

Submitted by wraithdu on March 6, 2008 - 4:01pm

I finally broke down and started to learn AutoIt3's DllCall function, and NSIS's related System plugin. They're hard Wink

This was all prompted by the problem I was having with Vista and RDTools. I needed a way to correctly retrieve the paths for Windows special folders (SendTo, My Documents, etc). Since I fixed it in AutoIt, I figured I'd do an NSIS version too. NSIS has a lot of these builtin, but it doesn't have them all.

nsis gui help

Submitted by Travis Carrico on March 6, 2008 - 12:38am

ok here's the thing. i want to make a gui using the nsdialogs plugin (which is what digitxp used for his gamesuit portable) with a listbox, buttons, etc. This is done completely in functions without using section main. my question is how do i use the two together. if i write the gui menu, how can i integrate it into the normal PA nsis launcher? i was playing around with it trying before but had no luck. sorry, i'm okay at scripting but i'm still a programming noob

Help With Nsis script please

Nathan9222's picture
Submitted by Nathan9222 on March 5, 2008 - 9:29pm

Okay here is what i am having problems with, im able to get the app data to save in a folder its just its not saving in my "DATA" directory, its saving in the C:\
The original program saves its data in this directory "C:\Documents and Settings\Nathan\Local Settings\Application Data" Hope that is more helpful to help solve my problem. Also my registry entries arent being deleted, is there more i have to include in the script to do it or is something wrong? Any help would be appreciated.
/**************************************************************************
Name: ...Portable 

[Theme] Digiframe (with Userpic)

MrElchbau's picture
Submitted by MrElchbau on March 5, 2008 - 8:37pm

Hello!
This time I'm working (not finished, just want to hear your comments :-)) on a theme set called "Digiframe". I'm added a folder "Userpic" where you can drop any 4:3ratio jpg by renaming it user.jpg. So you could customising a theme without many work.

Name
Digiframe
PAM-Version
PAM-Mod R30 to R31
Size
302 * 426 pix

Preview & Download

Pleasy test. Color-wishes welcome.
Your MrElchbau

Pages