Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; configuration file for yaP v0.32 (http://rolandtoth.hu/yaP/)
- ; yaP Launcher for Universal Silent Switch Finder (USSF) v1.5.0.0
- ; Info page: http://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Universal-Silent-Switch-Finder.shtml
- ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
- [GENERAL]
- ; general launcher settings
- application=ussf.exe
- applicationX64=
- ; main app to run (absolute/relative path). REQUIRED.
- ; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
- commandline=
- ; command line parameters to pass to the main app. Example: "/nosplash"
- silentbatch=
- ; show or hide the console window when running .bat files. Values: 0|1|-1
- workdir=
- ; working directory of the main app. Default: empty
- configdir=
- ; directory where yaP looks for batch/reg files (relative path). Default: empty
- requireadminrights=
- ; warn user if adminrights is required to run the main app. Values: 1|2|-1
- requiredotnetversion=
- ; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
- requirejavaversion=
- ; minimum Java version needed to run the main app. Examples: 1.6|1.7!
- multipleinstance=
- ; enable/disable multiple instances of the main app. Values: 1|2|-1
- [DIRECTORIES]
- ; main app's settings directory to backup/restore (absolute path)
- ; Settings=%Appdata%\MyApp\Dir
- [FILES]
- ; main app's setting files to backup/restore (absolute path)
- ; Settings=%Appdata%\MyApp\MyFile.txt
- [REGISTRY KEYS]
- ; main app's regkeys to create/backup/restore/delete/export
- ; settings.reg=HKCU\Software\MyApp
- settings.reg=HKEY_CURRENT_USER\Software\PEiD
- delempty=HKEY_CURRENT_USER\Software\PEiD
- [REGISTRY VALUES]
- ; reg values to add/delete from registry
- ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
- [BEFORE]
- ; items to run before launching the main app
- batch=
- ; .bat file in configdir to run BEFORE the main app. Example: before.bat
- registry=
- ; .reg file in configdir to merge into the registry. Example: reginfo.reg
- wait=
- ; milliseconds to wait before executing BEFORE items
- systemrefresh=
- ; 1: refresh the system BEFORE the main app
- message=
- ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
- [AFTER]
- ; items to run after the main app is closed
- batch=
- ; .bat file in configdir to run AFTER the main app. Example: before.bat
- registry=
- ; .reg file in configdir to merge into the registry. Example: reglcean.reg
- wait=
- ; milliseconds to wait before executing AFTER items
- systemrefresh=
- ; 1: refresh the system AFTER the main app
- message=
- ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
- [ENVIRONMENT VARIABLES]
- ; specify custom environment variables here for the main app.
- ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement