The Portable Launcher is designed to set the AppData
, LocalAppData
and UserProfile
environment variables for the target application before launch. This ensures that all data generated by the application is centralized, making it portable and easy to manage.
- Choose the appropriate launcher based on the type of target application:
- Window launcher for GUI applications
- Console launcher for command-line tools
- Place the launcher in the same directory as the target program.
- Rename the launcher to
<TargetApplicationName>.launcher.exe
, where<TargetApplicationName>
is the name of the application you wish to launch. - Execute the launcher to start your application with the new environment settings.
This project is licensed under the MIT License - see the LICENSE file for details.