require feature: assign the loader's parameter in appinfo.ini. -- ShellExecure(.., LPCTSTR lpParameters , ..)
1. Detail:
the Platform-Menu use ShellExecute to run the loader, which is from appinfo.ini -> Control -> Start.
In the source we can see:
ShellExecute(0,'open', ###CommandLine, Nil, ###WorkingDirectory, SW_SHOWNORMAL);
the 4# parameter is "LPCTSTR lpParameters", and its value is nil.
What I want is that I can config the lpParameters in appinfo.ini
2. Why:
for me, the PortableSuite is not only an portable softwate collection, but also an GreenSoftware launcher.
there are too much Green Software.
sometime PortableApps.com Launcher or Installer is too heavy.