Advertisement
rolandtoth

WinCatalog | yaP

Jul 2nd, 2013
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP (http://rolandtoth.hu/yaP/)
  2. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  3.  
  4. [GENERAL]
  5. ; general launcher settings
  6.  
  7. application=App\WinCatalog.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. ; main app's settings directory to backup/restore (absolute path)
  38. create=Backup
  39.  
  40. [FILES]
  41. ; main app's setting files to backup/restore (absolute path)
  42. ; Settings=%Appdata%\MyApp\MyFile.txt
  43.  
  44. [REGISTRY KEYS]
  45. ; main app's regkeys to create/backup/restore/delete/export
  46. settings.reg=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog
  47. delempty=HKEY_CURRENT_USER\Software\OrangeCat Software
  48. backup=HKEY_CLASSES_ROOT\.w3cat
  49. backup=HKEY_CLASSES_ROOT\WinCatalog3.Collection
  50.  
  51. [REGISTRY VALUES]
  52. ; reg values to add/delete from registry
  53. ; YOUR_REGISTRATION_DATE_HERE=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Registration;Date;REG_SZ
  54. ; YOUR_REGISTRATION_GUID_HERE=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Registration;Guid;REG_SZ
  55. ; YOUR_REGISTRATION_NAME_HERE=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Registration;Name;REG_SZ
  56. ; YOUR_REGISTRATION_CODE_HERE=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Registration;Code;REG_SZ
  57. tada.wav=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Settings;Scanning.FinishSound;REG_SZ
  58. {YAPROOT}\Backup=HKEY_CURRENT_USER\Software\OrangeCat Software\WinCatalog\Settings;Backup.Folder;REG_SZ
  59.  
  60. [BEFORE]
  61. ; items to run before launching the main app
  62.  
  63. batch=
  64. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  65.  
  66. registry=
  67. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  68.  
  69. wait=
  70. ; milliseconds to wait before executing BEFORE items
  71.  
  72. systemrefresh=
  73. ; 1: refresh the system BEFORE the main app
  74.  
  75. message=
  76. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  77.  
  78. [AFTER]
  79. ; items to run after the main app is closed
  80.  
  81. batch=
  82. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  83.  
  84. registry=
  85. ; .reg file in configdir to merge into the registry. Example: reglcean.reg
  86.  
  87. wait=
  88. ; milliseconds to wait before executing AFTER items
  89.  
  90. systemrefresh=
  91. ; 1: refresh the system AFTER the main app
  92.  
  93. message=
  94. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  95.  
  96. [ENVIRONMENT VARIABLES]
  97. ; specify custom environment variables here for the main app.
  98. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement