Hi fang-face
I try to answer several of your question. Sorry, I will not using the term "Jaunter" as it may effect the other reader
JPE Quickie is try to be the quickest way create a portable application. Yes, it skip question "What is your launcher name?" and just straight forward took the executable name to be its name. Redllar design it that way to be simple and quick. Sorry, there is no way to change the behaviour.
You can change the launcher's name but... understand first what token "%appname%" is referring to because it is using in the configuration ini file (*_jauntePE.ini )
* can be any name
%appname% is a token that
will represent the launcher's name. So, if your launcher's name is "foobar2000-orig", then %appname% is equal to foobar2000-orig.
Careful when you use it in the ini file because you might mess with it. If you are not sure, then dont use it. An example of the pontential problem: if the configuration ini file is like below, you will have trouble to rename your launcher. (the launcher try to execute the program that have the same name as itself)
Quote:
[Launch]
Path=.\JPE\Programfiles\Foobar\%appname%.exe
I am suspecting you are messing with the %appname%. That is why you got different test result
So the solution is, replace all the %appname% token and use the exact name in all settings. Then, you are freely to rename your launcher with any name you want.I give you example below. Hope there will be no confusion
Example
Your launcher's name: Foobar2000Portable.exe
Ini name: Foobar2000Portable_jauntePE.ini
Inside ini
Quote:
[Launch]
Path=.\JPE\Programfiles\Foobar\Foobar.exe
JPERuntimeIni=.\Foobar2000Portable_jauntePE.ini
fang-face wrote:
ini-code "JPERuntimeIni=.\%appname%_jauntePE.ini" seems to be totally unimportant
Initially, the launcher will search ini file in the same directory and same name as itself. Then it read the rest of the settings. The "Path" settings is not important if you create a standalone portable package. But, it
may important if you create complex portable application: for example portable application that can execute other application as portable like
PStart JPE, several portable applications sharing the same sandbox,or create link between several portable applications. I can't tell much because i also still exploring its potential.
Quote:
and what is "[BuildApps] 1=foobar2000.exe" good for?).
There is no documentation about those section. Sorry i cant give you the answer. But so far, those section does not give any harm to the application behavior. You may safely remove it if you don't want it
_________________
JauntePE the portable maker: <<
JauntePE Google Site >>