Move Files
How can I make it so that when the installer runs to install the app onto the platform, it takes 2 files and places them in another place?
- Read more about Move Files
- 19 comments
- Log in or register to post comments
New: Aegisub (Jan 19, 2026), Platform 30.1.3 (Nov 17, 2025)
1,400+ portable packages, 1.2 billion downloads
Happy New Year! Please donate to support us in 2026!
Discuss portable app development and modification of existing apps.
How can I make it so that when the installer runs to install the app onto the platform, it takes 2 files and places them in another place?
I'm currently trying to develop a portable app. I have used the template and flowed the information under the development page. I have files in the correct places, but when I go to make the package to be installed onto the platform, I get this enormous error log. I have no idea what I am supposed to do from here, because I have never gotten this error before.
If someone can help me get past this that would be great. Here is what I'm getting:
MakeNSIS v2.46-Unicode - Copyright 1995-2009 Contributors
See the file COPYING for license details.
Does portableapps can use netfs like samba NFS or other netfs to async the backup my Udisk automatic or just use a account to login my portable env via internet?
Ok, so I was planning on developing my own PortableApp. I read up on all the instructions but I'm still having a little trouble understanding it all. If I were to take a regular program, were would what parts of the program go? I understand how the PA format works for making the app, Its just that I'm confused.
Could someone just help me out understand the basics of making a portableapp?
Follow me on Twitter so you can Direct Message me, which is the best way to get into contact with me. I will in return, follow you.
@iTechNewsDaily
Hi everyone,
I am a new member, and have recently found PortableApps.com. Firstly thanks to developers.
I have developed a small app to automatically create PA shortcuts. I thought it might be useful for someone else as well.
I have applications that I don't want to place under the "portableapps" folder. Also I want to have shortcuts to some of my folders and files that are not ".exe' files (e.g. jar files). So I developed a small app using AutoHotKey. It is very simple to use:
1. Run the exe file
Hi,
Newbie question:
for example:
[RegistryKeys]
test1=HKCU\Software\AppName
the [RegistryKeys] function of PAL, in my understanding, is like:
when portable software starts, double-click "test1.reg" to import to registry and backup what's originally there,
and when portable software quits, delete what's imported, then restore the backup.
If I understand right, why specific location "HKCU\Software\AppName" is needed? There could be hundreds of lines and dozens of locations in "test1.reg", not just one location.
I am working in SyncDocs and have most of it worked out, my questions is that I know (from reading) that NSIS supports $Desktop as a known environmental variable I do not see this listed in the PA Launcher manual. Is it a hidden feature or does it recognize Desktop or do I need custom code?
Basically I need to on launch of program move a shortcut from the Data folder to the desktop then back again on program close. The Desktop feature of NSIS seems the one to use but it just does not seem to want to work.
Hi everybody,
I'd like to give 3 parameters to a exe: screen height, screen width and screen refresh rate (Hertz).
E.g.: -params 1280,1024,60.
I don't think there is a portableapps variable for it, so I searched for a NSIS solution.
For screen height and width I found this: http://nsis.sourceforge.net/Get_User%27s_screen_resolution .
But I couldn't find anything usefull for the screen refresh rate.
Anyway, I'd like to give the first two a go, I'll hardcode the framerate for a while.
Can somebody help me to add these to the CommandLineArguments value in launcher.ini?
Hey i was wondering if it would be legal to "portableize" the Mud client mudlet
the program can be found here: http://www.mudlet.org/
please answer soon
*I know from other posts that PA can't give out offline installers for legal reasons, so I'm not asking for that.*
However, what would be a good way to set up the Chrome installer so that it doesn't need to go online?