Advertisement
Guest User

yaP launcher for WebBuilder v2.8 (beta)

a guest
Jul 26th, 2013
180
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. ; yaP Launcher for WebBuilder v2.8
  4. ; Last freeware download pages:
  5. ; http://www.aplusfreeware.com/categories/web/htmledit.html
  6. ; http://www.321download.com/LastFreeware/page16.html#WYSIWYG%20Web%20Builder
  7.  
  8. [GENERAL]
  9. ; general launcher settings
  10.  
  11. application=App\WebBuilder.exe
  12. applicationX64=
  13. ; main app to run (absolute/relative path). REQUIRED.
  14. ; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
  15.  
  16. commandline=
  17. ; command line parameters to pass to the main app. Example: "/nosplash"
  18.  
  19. silentbatch=
  20. ; show or hide the console window when running .bat files. Values: 0|1|-1
  21.  
  22. workdir=
  23. ; working directory of the main app. Default: empty
  24.  
  25. configdir=
  26. ; directory where yaP looks for batch/reg files (relative path). Default: empty
  27.  
  28. requireadminrights=
  29. ; warn user if adminrights is required to run the main app. Values: 1|2|-1
  30.  
  31. requiredotnetversion=
  32. ; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
  33.  
  34. requirejavaversion=
  35. ; minimum Java version needed to run the main app. Examples: 1.6|1.7!
  36.  
  37. multipleinstance=
  38. ; enable/disable multiple instances of the main app. Values: 1|2|-1
  39.  
  40. [DIRECTORIES]
  41. ; main app's settings directory to backup/restore (absolute path)
  42. ; Settings=%Appdata%\MyApp\Dir
  43.  
  44. [FILES]
  45. ; main app's setting files to backup/restore (absolute path)
  46. ; Settings=%Appdata%\MyApp\MyFile.txt
  47.  
  48. [REGISTRY KEYS]
  49. ; main app's regkeys to create/backup/restore/delete/export
  50. ; settings.reg=HKCU\Software\MyApp
  51. settings.reg=HKEY_CURRENT_USER\Software\Pablo Software Solutions\WYSIWYG Web Builder
  52. delempty=HKEY_CURRENT_USER\Software\Pablo Software Solutions
  53.  
  54. [REGISTRY VALUES]
  55. ; reg values to add/delete from registry
  56. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  57.  
  58. [BEFORE]
  59. ; items to run before launching the main app
  60.  
  61. batch=
  62. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  63.  
  64. registry=
  65. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  66.  
  67. wait=
  68. ; milliseconds to wait before executing BEFORE items
  69.  
  70. systemrefresh=
  71. ; 1: refresh the system BEFORE the main app
  72.  
  73. message=
  74. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  75.  
  76. [AFTER]
  77. ; items to run after the main app is closed
  78.  
  79. batch=
  80. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  81.  
  82. registry=
  83. ; .reg file in configdir to merge into the registry. Example: reglcean.reg
  84.  
  85. wait=
  86. ; milliseconds to wait before executing AFTER items
  87.  
  88. systemrefresh=
  89. ; 1: refresh the system AFTER the main app
  90.  
  91. message=
  92. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  93.  
  94. [ENVIRONMENT VARIABLES]
  95. ; specify custom environment variables here for the main app.
  96. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement