You are here

help with simple step by step

4 posts / 0 new
Last post
darko.bazulj
Offline
Last seen: 13 years 11 months ago
Joined: 2010-04-29 21:13
help with simple step by step

Hi,

I'm using portable applications for some times and now I would like to try create one by myself.
I read forum posts and text on site but I'm not sure how to do it or from where to start.

Can someone show simple step by step process for single .exe program or point me on right direction.
Putty, Process explorer or something similar.

Thanks.

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
Use the PortableApps.com

Use the PortableApps.com Launcher.

It allows you to easily create PortableApps by defining the registry key it uses and the location of other settings.

darko.bazulj
Offline
Last seen: 13 years 11 months ago
Joined: 2010-04-29 21:13
Hi, thanks for direction. I

Hi,

thanks for direction.

I did:

Install PortableApps.comLauncher
Install NSIS portable

run NSIS script F:\PortableApps\PortableApps.comLauncher\Other\Source\GeneratorWizard.nsi

I got error on line 181 but PortableApps.comLauncherGenerator.exe is generated.

Then I created folder structure on my USB key

PortableApps\ProcessExplorerPortable
procexp.chm
+App
++AppInfo
appinfo.inf
appicon.ico
++ProcessExplorer
procexp.exe
eula.txt
+Data
+Other
++Help
++Source

Run PortableApps.comLauncherGenerator.exe and point to PortableApps\ProcessExplorerPortable and then run it and everything finished OK.

But when I tried to start ProcessExplorerPortable I got error.

Process Explorer Portable cannot be started. You my wish to re-install to fix this issue. (Error: c:\users\darko\Local\Temp\nsoC732.tmp\launcher.ini could not be found)

Can someone help beacuse I'm doing something wrog but don't know what

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
before

you run the GeneratorWizard.nsi script you have to make sure your application is set up correctly. It should follow the file and directory layout outline here and you have to adapt/create the ProcessExplorerPortable.ini file inside the /App/AppInfo/Launcher folder. This file is application-specific and tells the Launcher what to do to make the application run portable.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Log in or register to post comments