Avi-Aryan

clementine yap config

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