File: setup.iss.ref

package info (click to toggle)
kf6-syntax-highlighting 6.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 49,060 kB
  • sloc: xml: 203,100; cpp: 12,878; python: 3,055; sh: 965; perl: 814; ruby: 494; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; exp: 61; erlang: 54; sql: 51; java: 47; sed: 45; objc: 37; tcl: 36; awk: 31; asm: 30; fortran: 18; cs: 10
file content (32 lines) | stat: -rw-r--r-- 2,765 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Comment>; Example Inno Setup script</Comment><br/>
<Normal Text></Normal Text><br/>
<Preprocessor>#include </Preprocessor><String>"external.iss"</String><br/>
<Normal Text></Normal Text><br/>
<Section>[Setup]</Section><br/>
<Parameter>AppName=</Parameter><Value>Example Application</Value><br/>
<Parameter>AppVersion=</Parameter><Value>1.2.3</Value><br/>
<Parameter>AppPublisher=</Parameter><Value>example.com</Value><br/>
<Parameter>AppPublisherURL=</Parameter><Value>http://www.example.com/</Value><br/>
<Parameter>WizardStyle=</Parameter><Value>modern</Value><br/>
<Parameter>DefaultDirName=</Parameter><Constant>{autopf}</Constant><Value>\Example Application</Value><br/>
<Parameter>DefaultGroupName=</Parameter><Value>Example Application</Value><br/>
<Parameter>Compression=</Parameter><Value>lzma2/max</Value><br/>
<Parameter>SolidCompression=</Parameter><Value>yes</Value><br/>
<Parameter>Uninstallable=</Parameter><Value>not PortableCheck</Value><br/>
<Parameter>UninstallDisplayIcon=</Parameter><Constant>{app}</Constant><Value>\Compil32.exe</Value><br/>
<Parameter>LicenseFile=</Parameter><Value>license.txt</Value><br/>
<Preprocessor>#ifdef SIGNTOOL</Preprocessor><br/>
<Parameter>SignTool=</Parameter><Value>issigntool</Value><br/>
<Parameter>SignTool=</Parameter><Value>issigntool256</Value><br/>
<Parameter>SignedUninstaller=</Parameter><Value>yes</Value><br/>
<Preprocessor>#endif</Preprocessor><br/>
<Normal Text></Normal Text><br/>
<Section>[Files]</Section><br/>
<Parameter>Source:</Parameter><Value> </Value><String>"license.txt"</String><Operator>;</Operator><Normal Text> </Normal Text><Parameter>DestDir:</Parameter><Value> </Value><String>"</String><Constant>{app}</Constant><String>"</String><Operator>;</Operator><Normal Text> </Normal Text><Parameter>Flags:</Parameter><Value> </Value><Flag>ignoreversion</Flag><Value> </Value><Flag>touch</Flag><br/>
<Parameter>Source:</Parameter><Value> </Value><String>"files\MyApp.exe"</String><Operator>;</Operator><Normal Text> </Normal Text><Parameter>DestDir:</Parameter><Value> </Value><String>"</String><Constant>{app}</Constant><String>"</String><Operator>;</Operator><Normal Text> </Normal Text><Parameter>Flags:</Parameter><Value> </Value><Flag>ignoreversion</Flag><Value> </Value><Flag>signonce</Flag><Value> </Value><Flag>touch</Flag><br/>
<Normal Text></Normal Text><br/>
<Section>[Code]</Section><br/>
<Keyword>function</Keyword><Normal Text> PortableCheck: </Normal Text><Type>Boolean</Type><Normal Text>;</Normal Text><br/>
<Keyword>begin</Keyword><br/>
<Normal Text>  Result := ExpandConstant(</Normal Text><String>'{param:portable|0}'</String><Normal Text>) = </Normal Text><String>'1'</String><Normal Text>;</Normal Text><br/>
<Keyword>end</Keyword><Normal Text>;</Normal Text><br/>