View difference between Paste ID: Sn0bNdwH and BPKPyQ8Y
SHOW: | | - or go back to the newest paste.
1
; configuration file for yaP v0.34 (http://rolandtoth.hu/yaP/)
2
; application name: Hornil Stylepix
3
; version: v1.14.3.1
4
; website: http://hornil.com/en/products/stylepix/
5-
; suggested by: Midas
5+
; suggested by: loin2kolpotoru
6
; macros: {YAPROOT} {EXEPATH} {DRIVE} {CLIPBOARD} {LINEBREAK} {USERTEXT} {USERFILE} {USERDIR}
7
8
[GENERAL] 
9
; general launcher settings
10
11
application=App\StylePix.exe
12
; applicationX64=App\StylePix_x64.exe
13
; FOR X64, YOU'LL HAVE TO DOWNLOAD THE INSTALLER, UNIEXTRACT AND RENAME THE EXE, BEFORE PLACING IT IN APP!
14
; main app to run (absolute/relative path). REQUIRED. 
15
; "App\MyApp.exe", "..\MyApp.exe", "%PROGRAMFILES%\MyApp.exe", "C:\MyApp.exe"
16
17
commandline=
18
; command line parameters to pass to the main app. Example: "/nosplash"
19
20
silentbatch=
21
; show or hide the console window when running .bat files. Values: 0|1|-1
22
23
workdir=
24
; working directory of the main app. Default: empty
25
26
configdir=
27
; directory where yaP looks for batch/reg files (relative path). Default: empty
28
29
requireadminrights=
30
; warn user if adminrights is required to run the main app. Values: 1|2|-1
31
32
requiredotnetversion=
33
; Microsoft .NET version required by the main app. Examples: 4.0|4|2.1!|2!
34
35
requirejavaversion=
36
; minimum Java version needed to run the main app. Examples: 1.6|1.7!
37
38
multipleinstance=
39
; enable/disable multiple instances of the main app. Values: 1|2|-1
40
41
[DIRECTORIES]
42
Data=%Appdata%\Hornil
43
; main app's settings directory to backup/restore (absolute path)
44
45
[FILES]
46
; main app's setting files to backup/restore (absolute path)
47
; Settings=%Appdata%\MyApp\MyFile.txt
48
49
[REGISTRY KEYS]
50
; main app's regkeys to create/backup/restore/delete/export
51
; settings.reg=HKCU\Software\MyApp
52
53
[REGISTRY VALUES]
54
; reg values to add/delete from registry
55
; MyRegData=HKCU\Software\MyApp;MyRegValueName;REG_SZ
56
57
[BEFORE]
58
; items to run before launching the main app
59
60
batch=
61
; .bat file in configdir to run BEFORE the main app. Example: before.bat
62
63
registry=
64
; .reg file in configdir to merge into the registry. Example: reginfo.reg
65
66
wait=
67
; milliseconds to wait before executing BEFORE items
68
69
systemrefresh=
70
; 1: refresh the system BEFORE the main app
71
72
message=
73
; show users a dialog BEFORE the main app. Example: "Click OK to continue"
74
75
[AFTER]
76
; items to run after the main app is closed
77
78
batch=
79
; .bat file in configdir to run AFTER the main app. Example: before.bat
80
81
registry=
82
; .reg file in configdir to merge into the registry. Example: regclean.reg
83
84
wait=
85
; milliseconds to wait before executing AFTER items
86
87
systemrefresh=
88
; 1: refresh the system AFTER the main app
89
90
message=
91
; show users a dialog AFTER the main app. Example: "Click OK to clean up"
92
93
[ENVIRONMENT VARIABLES]
94
; specify custom environment variables here for the main app. 
95
; MYDATADIR={YAPROOT}\Settings