You are here

Portable App Development

Discuss portable app development and modification of existing apps.

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

ansi vs unicode

Submitted by Travis Carrico on March 4, 2008 - 5:49pm

there is a small program i want to do and it comes in a normal version and a ansi version. both seem to open for me but i wanted to know what was gained by using the unicode version over the ansi version. i know ansi is for win98 etc i could use the ansi version or both of them.

Pages