Advertisement
Guest User

Configuration for portable ZuluPad v0.42a v2

a guest
Oct 1st, 2013
206
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. ; for ZuluPad Free v0.42a (http://www.gersic.com/zulupad/)
  3. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  4.  
  5. [GENERAL]
  6. ; general launcher settings
  7.  
  8. application=App\ZuluPad.exe
  9. applicationX64=
  10. ; main app to run (absolute/relative path). REQUIRED.
  11. ; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
  12.  
  13. commandline=
  14. ; command line parameters to pass to the main app. Example: "/nosplash"
  15.  
  16. silentbatch=
  17. ; show or hide the console window when running .bat files. Values: 0|1|-1
  18.  
  19. workdir=
  20. ; working directory of the main app. Default: empty
  21.  
  22. configdir=
  23. ; directory where yaP looks for batch/reg files (relative path). Default: empty
  24.  
  25. requireadminrights=
  26. ; warn user if adminrights is required to run the main app. Values: 1|2|-1
  27.  
  28. requiredotnetversion=
  29. ; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
  30.  
  31. requirejavaversion=
  32. ; minimum Java version needed to run the main app. Examples: 1.6|1.7!
  33.  
  34. multipleinstance=
  35. ; enable/disable multiple instances of the main app. Values: 1|2|-1
  36.  
  37. [DIRECTORIES]
  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. ;del=%windir%\prefetch\ZULUPAD*
  45. .=%USERPROFILE%\ZuluPad.ini
  46.  
  47. [REGISTRY KEYS]
  48. ; main app's regkeys to create/backup/restore/delete/export
  49. ; settings.reg=HKCU\Software\MyApp
  50. del=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU\zulu\
  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: regclean.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