Skip to content

v1.6.2 - 2024-7-15

Latest
Compare
Choose a tag to compare
@lwcorp lwcorp released this 15 Jul 19:03
· 2 commits to main since this release
ab0e179

New features

  1. Reconstructed menu to use threads, which allows launching apps simultaneously - should boost kiosk mode
  2. Added a new feature of service= to get rid of leftover Services after a program exits or create them before a program launches - it can have multiple entries
  3. Added a new feature of drivers= to delete drivers from Device Manager after the launched program exists
  4. Added support for environment variables in /ini=
  5. Added support for non English menus and commands (obviously, the settings' file needs to be in UTF8, which should be the default anyway)
  6. Added a new feature to allow auto-expanding paths in environment variables by adding an extra | (i.e. setenv=USERPROFILE|this| will turn the relative folder this into an absolute folder) - to support environment variables that rely on absolute folders
  7. Added support for symlink when backuppath is missing
  8. Added all environment variables to the menu and as a command line parameter /listenv
  9. Migrated (automatically for existing setups) the menu section [CUSTOM CD MENU] to [CUSTOM MENU]

Fixes

  1. Fixed registry when combined with both skiptobutton and backuppath
  2. Fixed deletefiles when combined with backuppath
  3. Minor code improvements