You are here

Portable App Development

Discuss portable app development and modification of existing apps.

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.

Help needed in selecting a development language

Submitted by PollieXmas on March 4, 2008 - 2:52am

Hi All,

I'm toying with the idea to develop an application and being a portable apps convert, it just makes sense to develop an app that can run on any (windows) machine without having any dependencies on what should be installed on the machine.

SharpDevelop (C#, Boo) was my first choice IDE but with its dependence on .NET/Mono means that I cannot use it.

Remote Desktop Portable Launcher and Cleanup Utility

Submitted by vertigo_2_20 on March 3, 2008 - 9:13pm

Since there are lots of people out there, myself included, who don't like using Remote Desktop on public computers because it leaves information behind, which is a hassle to clean up after, I wrote a small batch file for this purpose. This isn't a portable app in the sense of being its own program or even allowing you to run remote desktop on a computer that doesn't have it, but for computers that do, it should be a lot better than having to go through and clean up the tracks MS leaves behind or avoiding the use of it altogether on a public computer because of them.

Some help with NSIS please.

Submitted by Jacob Mastel on March 3, 2008 - 7:20pm

I've been working on a launcher for a program called stickies. Yes I know it's not open source, but I use it a lot and it's legal so I'm just making a launcher for myself. Anyways I was wondering how you check the system to see if a program is installed. In the cleanup section of my program I have it move files from the App data folder if they're accidentally put there, then delete them. Well if stickies is installed I don't want to do that I just want to make new ones. Can anybody help me? And if you want I can email you the launcher.

nsis help again

powerjuce's picture
Submitted by powerjuce on March 2, 2008 - 2:14pm

hey all i need some nsis help.
I found this code on the nsis site and could u guys please explain it to me
thanks

!define APP_NAME find_close_terminate
!define WND_CLASS "Notepad"
!define WND_TITLE "Untitled - Notepad"
!define TO_MS 2000
!define SYNC_TERM 0x00100001
 
!include WinMessages.nsh
 
Name "${APP_NAME}"
OutFile "${APP_NAME}.exe"
 
 
LangString termMsg ${LANG_ENGLISH} "Installer cannot stop running ${WND_TITLE}.$\nDo you want to terminate process?"
LangString stopMsg ${LANG_ENGLISH} "Stopping ${WND_TITLE} Application"
 
!macro TerminateApp
 

Help for devs with PortableApp icons

BuddhaChu's picture
Submitted by BuddhaChu on March 2, 2008 - 8:43am

I've put up a new page on Ryan's PortableApps wiki explaining how to check if your appicon.ico complies with PortableApps developer standards.

If there's an artist or dev out there that can figure out how to use @icon sushi to create new icons or add more sizes & bit depths to and existing icon that would be great.

http://cubegames.net/development/pre-deployment_checklist

Pages