[Theme] Artist
- Read more about [Theme] Artist
- 1 comment
- Log in or register to post comments
New: InnoUnpacker (Sep 17, 2025), Platform 30.0.4 (July 15, 2025)
1,400+ portable packages, 1.2 billion downloads
We are operating at a loss, please donate today
Discuss portable app development and modification of existing apps.
since I haven't done NSIS in some time now, i was wondering which app launcher should i base a Nethack portable launcher off. it leaves a reg key, and has some setting files that need to be in the Nethack app directory for nethack to read them. any ideas?
Alright, so I've been happily using the WinampPortable launcher and thought I'd see if any portable LastFM scrobblers were out there that would simply work as a plugin within Winamp.
I found one, but it stores its login settings in a registry key. Bad news for portability. I've done some scripting before, but I'm by no means a programmer. I think I could edit the WinampPortable.nsi to do what it needs to do with the registry entries, but I'm not sure how to compile it.
This is a very useless theme. An anaglyph theme. You're needing special glasses (red-left/right-green) to view it proper.
I've noticed Travis and a few others (like me) make Beta Apps because people need/want more apps. But Development Tests are for apps that people are trying to get on the list. I would suggest that there be a name of apps that are PAF'ed, but not for the list should have a special name, something like 'Unofficial Edition' or something. Just a thought.
who would you go about removing
Documents and Settings\$user$\avidemux?
could you modify this script?
SetOriginalKeyBack: CopyFiles /SILENT "$APPDATA\avidemux\*.*" "$SETTINGSDIRECTORY" IfFileExists "$APPDATA\Avidemux-backupbyavidemuxportable" +1 Rename "$APPDATA\Avidemux-backupbyavidemuxportable" "$SETTINGSDIRECTORY" RMDIR /r "$APPDATA\Avidemux" Goto TheEnd
Thanks in Advance,
~Alpha1
I've look in the help file and online with no answers to my question.
can NSIS wait till certain keys are held down to continue executing? (ex: CTRL+E)
I was wondering how do u make one exe in nsis that would contain all the necessary files to run? I have read in forums that this can be done but I have not found an answer on how to do it. It would be awesome to know how to do this for personal use. If somebody here knows the basics on how to do this, I would appreciate any help you can give me. Thanks for any answers I recieve.
this code handles 1 registry key only and works:
;Copyright (C) 2004-2008 John T. Haller ;Website: http://PortableApps.com/TrillianPortable ;This software is OSI Certified Open Source Software. ;OSI Certified is a certification mark of the Open Source Initiative. ;This program is free software; you can redistribute it and/or ;modify it under the terms of the GNU General Public License ;as published by the Free Software Foundation; either version 2 ;of the License, or (at your option) any later version.
What do i have to add into this .nsi file so it wont say invalid command GetRoot?
thanks.