Guys.. One small help.. Someone suggested me to look at the sumatra pdf launcher as its basic.. Fine.. Now i want to extend it to another app.. The app's settings have to "moved" to "%LOCALAPPDATA%".. What files are to be included and code to be implemented??? THANKS IN ADVANCE..
You are here
One small help
You're better off using the PortableApps.com Launcher. It requires no coding or compilation. You just file out an INI file and run the wizard on it. You can look at apps like Opera and Audacity for examples of the way it is structured. The manual and launcher are here:
https://portableapps.com/apps/development/portableapps.com_launcher
Thank you John the "GOD" of portable apps..
Using the nsi script way, settings are copied from defaultdata dir if absent,the settings are then moved according to requirement.. But using P.A.L u cant do so.. Sometimes settings are moved and sometimes its not[i tried for orbit but failed]..
[duplicate post removed by your friendly neighbourhood Moderator Zach Thibeau]
PA.c Launcher will automatically copy everything form App\DefaultData to Data if Data is empty or doesn't exist.
My requirement is that i want to copy the default settings to settings dir if settings are absent.. Then i want to move the settings to "%AppData%" using DirectoriesMove or FilesMove command.. But when i tried this on orbit it didnt work.. :-(..
Code i tried:
[DirectoriesMove]
settings\Orbit=%APPDATA%\Orbit\
All suggestions and scoldings are welcome..
Don't use the settings directory or subdirectories in it. That is for use by PA.c Launcher itself only. Put it in Data\OrbitSettings. And have App\DefaultData\OrbitSettings with the default settings in it. Then use this code:
[DirectoriesMove]
OrbitSettings=$APPDATA%\Orbit
(Note that there is no trailing \ for the entry)
Tanks.. I'll try.. It wil work.. And one more thing.. Is it %APPDATA% or $APPDATA%
That must have been a typo of John T. Haller .
I'm also having some glitches in the registry section..
[RegistryValueWrite] especially..
See apps using PAL for a complete list of officially released apps and what they use. It's helpful as a list to refer to to find an app in which some feature is used.
Guys thanks for ur support.. Today i set a personal record.. I portablized google chrome 9.0 and GIMP 2.6..
I dont know what happened.. Just out of the bush google chrome in my comp updated automatically,infected my av and now the portable version doesnt start...
And btw guys list some source of open source and freeware..
i know filehippo,portablefreeware,softpedia...