Advertisement
Guest User

yaP Launcher INI for ZipGenius

a guest
Sep 4th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; configuration file for yaP v0.32 (http://rolandtoth.hu/yaP/)
  2. ; yaP Launcher for ZipGenius v6.3.2.3110
  3. ; Homepage: http://www.zipgenius.com/
  4. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  5.  
  6. [GENERAL]
  7. ; general launcher settings
  8.  
  9. application=App\zipgenius.exe
  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=
  21. ; working directory of the main app. Default: empty
  22.  
  23. configdir=Data
  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. Data\ZipGenius=%APPDATA%\ZipGenius
  42.  
  43. [FILES]
  44. ; main app's setting files to backup/restore (absolute path)
  45. ; Settings=%Appdata%\MyApp\MyFile.txt
  46.  
  47. [REGISTRY KEYS]
  48. ; main app's regkeys to create/backup/restore/delete/export
  49. ; settings.reg=HKCU\Software\MyApp
  50. Data\settings.reg=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5
  51.  
  52. [REGISTRY VALUES]
  53. ; reg values to add/delete from registry
  54. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  55. ;{EXEPATH}\skins\Default Win7.zsk=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5;CurrentSkin;REG_SZ
  56. ;{EXEPATH}\usrlgo.bmp=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5;ZGUserPic;REG_SZ
  57. ;%PROGRAMFILES%\AV\antivirus.exe=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5;AvPath;REG_SZ
  58. ;%desktop%=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5;PathOPath;REG_SZ
  59. ;%TEMP%=HKEY_CURRENT_USER\Software\M.Dev Software\ZG5;TempDir;REG_SZ
  60.  
  61. [BEFORE]
  62. ; items to run before launching the main app
  63.  
  64. batch=
  65. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  66.  
  67. registry=
  68. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  69.  
  70. wait=
  71. ; milliseconds to wait before executing BEFORE items
  72.  
  73. systemrefresh=
  74. ; 1: refresh the system BEFORE the main app
  75.  
  76. ;message=REMINDER: to make persistent your own paths/options, change the [REGISTRY VALUES] section of ZipGenius.ini ... (The present message can also be disabled: place a semicolon before the 'message' key in the [BEFORE] section)
  77. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  78.  
  79. [AFTER]
  80. ; items to run after the main app is closed
  81.  
  82. batch=
  83. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  84.  
  85. registry=
  86. ; .reg file in configdir to merge into the registry. Example: reglcean.reg
  87.  
  88. wait=
  89. ; milliseconds to wait before executing AFTER items
  90.  
  91. systemrefresh=
  92. ; 1: refresh the system AFTER the main app
  93.  
  94. message=
  95. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  96.  
  97. [ENVIRONMENT VARIABLES]
  98. ; specify custom environment variables here for the main app.
  99. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement