I'm fairly new at trying to create a portable app. Without going into too much detail, the application I'm trying to make portable stores quite a bit of information in the "application data" folder on windows. How do I localize this? I looked in all files, including the installer and app .exe's and can't find where this is specified. How do I "crack open" this application to make it look in the local folder instead of the application data folder of the computer it's on?
Thanks in advance.
If there are local files back them up.
Copy data files to that dir.
Run program.
Copy data files back to usb.
If there were local files move them back.
cowsay Moo
cowthink 'Dude, why are you staring at me.'
Well, it's not that simple. The program I'm trying to make portable only looks for the application data folder on the local computer. I also found out that even if I manually change the directories somehow, it still loads files into the application data folder on the local computer.
The use this variable for nsis (If your using nsis) $APPDATA and that will take you to the App Data folder on the local machine
your friendly neighbourhood moderator Zach Thibeau