Hi,
I think I found a bug in the PA Launcher V2.0.
Description:
When you try to generate a portable app launcher you get the notification that the launcher was not generated. In the launcher generator's log file you get the following text in the last line:
Error in script "G:\WinBox\PortableApps.com\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi" on line 54 -- aborting creation process
This happens when you choose a too long term with too much blanks in the term for the variable 'name' under section [Details] in App\AppInfo\appinfo.ini
An example:
While you get this error with
[Details]
Name=Application - My Own Application Portable
you do not get it with
[Details]
Name=Application - MyOwnApplication Portable
but it comes up again with
[Details]
Name=Application - My OwnApplicationA AA Portable
There was a discussion about it in this thread at that time referring to line 51 in the script.
Hope this helps.
Cheers
Gremlin