
- How to implement revo uninstaller portable install#
- How to implement revo uninstaller portable generator#
- How to implement revo uninstaller portable manual#
Still thought, even when the section is located in it's original location (almost in the bottom) it still is a small bit faster. When I locate the section where the registry sections are it's 2,5 times faster, but any lower into the ini file it becomes less & less. When scanning this section right in the top of the ini file, ForEachINIPair1 is even 12 times faster, then the newer version. Even timed it excluding the buffer creation & freeing! I used the section and done the tests from the local HDD. I'm actually quite surprised how fast ForEachINIPair 1 is !!!įor my tests I used the example (3KB) which comes along when I clone from the Development repository. Personaly, when I'm using the PALgenerator, I would prefer the option of locating '' in the source folder of the app I'm generating the launcher for, like the way you set it up for ''.I'm using it cause Winamp has a real issue with relative paths in passed parameters ! It's probably just 1 line extra and I suppose other apps could need it too. I really need it for Winamp, and do it now within customcode, but is really a bit of a hack that way. $ to the 'Get additional parameters from user INI file' part. Some minor things, but I want to write them immediately. See comments in the 1.0 Beta 1 thread or help.html.ĭiscussion, notification of some changes and earlier release notes are available in the 1.0 Beta 1 thread. 2.0 Beta 2 (): Unicode build, various bug-fixes and a few new features (better language switching in particular).
How to implement revo uninstaller portable manual#
How to implement revo uninstaller portable generator#
Then run the Launcher Generator and select your directory.
How to implement revo uninstaller portable install#
To get a custom build of the Launcher with custom icon and name (recommended), download the main Launcher package and Unicode NSIS Portable and install them next to one another. Instead, it's configured with an INI file (which goes in App\AppInfo\Launcher\ AppNamePortable.ini), and uses a splash screen in App\AppInfo\Launcher\splash.jpg.ĭownload the Launcher 2.0 Beta 2 ĭownload the Application Template 2.0 Beta 2 It's a universal launcher for which you don't need to write code. The Launcher is your PAL in making applications portable. This thread is outdated 2.0 Beta 3 is now available.
