Advertisement
Guest User

yaP launcher for Universal Silent Switch Finder v1.5.0.0

a guest
Aug 27th, 2013
6,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP v0.32 (http://rolandtoth.hu/yaP/)
  2. ; yaP Launcher for Universal Silent Switch Finder (USSF) v1.5.0.0
  3. ; Info page: http://www.softpedia.com/get/System/Launchers-Shutdown-Tools/Universal-Silent-Switch-Finder.shtml
  4. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  5.  
  6. [GENERAL]
  7. ; general launcher settings
  8.  
  9. application=ussf.exe
  10. applicationX64=
  11. ; main app to run (absolute/relative path). REQUIRED.
  12. ; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
  13.  
  14. commandline=
  15. ; command line parameters to pass to the main app. Example: "/nosplash"
  16.  
  17. silentbatch=
  18. ; show or hide the console window when running .bat files. Values: 0|1|-1
  19.  
  20. workdir=
  21. ; working directory of the main app. Default: empty
  22.  
  23. configdir=
  24. ; directory where yaP looks for batch/reg files (relative path). Default: empty
  25.  
  26. requireadminrights=
  27. ; warn user if adminrights is required to run the main app. Values: 1|2|-1
  28.  
  29. requiredotnetversion=
  30. ; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
  31.  
  32. requirejavaversion=
  33. ; minimum Java version needed to run the main app. Examples: 1.6|1.7!
  34.  
  35. multipleinstance=
  36. ; enable/disable multiple instances of the main app. Values: 1|2|-1
  37.  
  38. [DIRECTORIES]
  39. ; main app's settings directory to backup/restore (absolute path)
  40. ; Settings=%Appdata%\MyApp\Dir
  41.  
  42. [FILES]
  43. ; main app's setting files to backup/restore (absolute path)
  44. ; Settings=%Appdata%\MyApp\MyFile.txt
  45.  
  46. [REGISTRY KEYS]
  47. ; main app's regkeys to create/backup/restore/delete/export
  48. ; settings.reg=HKCU\Software\MyApp
  49. settings.reg=HKEY_CURRENT_USER\Software\PEiD
  50. delempty=HKEY_CURRENT_USER\Software\PEiD
  51.  
  52. [REGISTRY VALUES]
  53. ; reg values to add/delete from registry
  54. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  55.  
  56. [BEFORE]
  57. ; items to run before launching the main app
  58.  
  59. batch=
  60. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  61.  
  62. registry=
  63. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  64.  
  65. wait=
  66. ; milliseconds to wait before executing BEFORE items
  67.  
  68. systemrefresh=
  69. ; 1: refresh the system BEFORE the main app
  70.  
  71. message=
  72. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  73.  
  74. [AFTER]
  75. ; items to run after the main app is closed
  76.  
  77. batch=
  78. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  79.  
  80. registry=
  81. ; .reg file in configdir to merge into the registry. Example: reglcean.reg
  82.  
  83. wait=
  84. ; milliseconds to wait before executing AFTER items
  85.  
  86. systemrefresh=
  87. ; 1: refresh the system AFTER the main app
  88.  
  89. message=
  90. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  91.  
  92. [ENVIRONMENT VARIABLES]
  93. ; specify custom environment variables here for the main app.
  94. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement