Advertisement
Guest User

yaP launcher config for Angry IP Scanner v2.21

a guest
Nov 18th, 2013
380
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 Angry IP Scanner v2.21 (http://ipscan.sourceforge.net/)
  3. ; available macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK}
  4.  
  5. [GENERAL]
  6. ; general launcher settings
  7.  
  8. application=ipscan221.main
  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.  
  45. [REGISTRY KEYS]
  46. ; main app's regkeys to create/backup/restore/delete/export
  47. ; settings.reg=HKCU\Software\MyApp
  48. settings.reg=HKCU\Software\Angryziber
  49.  
  50. [REGISTRY VALUES]
  51. ; reg values to add/delete from registry
  52. ; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
  53.  
  54. [BEFORE]
  55. ; items to run before launching the main app
  56.  
  57. batch=
  58. ; .bat file in configdir to run BEFORE the main app. Example: before.bat
  59.  
  60. registry=
  61. ; .reg file in configdir to merge into the registry. Example: reginfo.reg
  62.  
  63. wait=
  64. ; milliseconds to wait before executing BEFORE items
  65.  
  66. systemrefresh=
  67. ; 1: refresh the system BEFORE the main app
  68.  
  69. message=
  70. ; show users a dialog BEFORE the main app. Example: "Click OK to continue"
  71.  
  72. [AFTER]
  73. ; items to run after the main app is closed
  74.  
  75. batch=
  76. ; .bat file in configdir to run AFTER the main app. Example: before.bat
  77.  
  78. registry=
  79. ; .reg file in configdir to merge into the registry. Example: regclean.reg
  80.  
  81. wait=150
  82. ; milliseconds to wait before executing AFTER items
  83.  
  84. systemrefresh=
  85. ; 1: refresh the system AFTER the main app
  86.  
  87. message=
  88. ; show users a dialog AFTER the main app. Example: "Click OK to clean up"
  89.  
  90. [ENVIRONMENT VARIABLES]
  91. ; specify custom environment variables here for the main app.
  92. ; MYDATADIR={YAPROOT}\Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement