Advertisement
Guest User

yaP launcher configuration for Unstoppable Copier v5.2

a guest
Oct 28th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP v0.33 (http://rolandtoth.hu/yaP/)
  2. ; launcher for a portable Unstoppable Copier v5.2 (http://www.roadkil.net/program.php/P29/)
  3. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  4.  
  5. [GENERAL]
  6. ; general launcher settings
  7.  
  8. application=UnstopCpy.main
  9. ; main exe name and extension changed to avoid mistaking it with launcher...
  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={YAPROOT}
  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=HKCU\Software\Roadkil
  50.  
  51. [REGISTRY VALUES]
  52. ; reg values to add/delete from registry
  53. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  54.  
  55. [BEFORE]
  56. ; items to run before launching the main app
  57.  
  58. batch=
  59. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  60.  
  61. registry=
  62. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  63.  
  64. wait=
  65. ; milliseconds to wait before executing BEFORE items
  66.  
  67. systemrefresh=
  68. ; 1: refresh the system BEFORE the main app
  69.  
  70. message=
  71. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  72.  
  73. [AFTER]
  74. ; items to run after the main app is closed
  75.  
  76. batch=
  77. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  78.  
  79. registry=
  80. ; .reg file in configdir to merge into the registry. Example: regclean.reg
  81.  
  82. wait=
  83. ; milliseconds to wait before executing AFTER items
  84.  
  85. systemrefresh=
  86. ; 1: refresh the system AFTER the main app
  87.  
  88. message=
  89. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  90.  
  91. [ENVIRONMENT VARIABLES]
  92. ; specify custom environment variables here for the main app.
  93. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement