File: x.iss.styled

package info (click to toggle)
codequery 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,860 kB
  • sloc: cpp: 151,420; xml: 16,576; python: 5,602; ansic: 5,487; makefile: 559; perl: 496; ruby: 209; sql: 194; sh: 106; php: 53; vhdl: 51; erlang: 47; objc: 22; lisp: 18; cobol: 18; modula3: 17; asm: 14; fortran: 12; ml: 11; tcl: 6
file content (50 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (4)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{5}#define{0} app_copyright {10}"Copyright 1999, app corporation"{0}

{1}; comment{0}

{4}[Setup]{0}
{2}AppName{0}=MyApp
{2}AppCopyright{0}={6}{#app_copyright}{0}
{2}WizardSmallImageFile{0}=WizardSmallImageFile.bmp
{2}OnlyBelowVersion{0}=6.01

{4}[Files]{0}
{3}Source{0}: {10}"app.exe"{0}; {3}DestDir{0}: {10}"{tmp}"{0}; {3}OnlyBelowVersion{0}: 6.01

{4}[INI]{0}
{3}Key{0}: {10}"keyname1"{0}; {3}String{0}: {10}"unterminated{0}
{3}Key{0}: {11}'keyname2'{0}; {3}String{0}: {11}'unterminated{0}

{4}[Registry]{0}
{3}Root{0}: HKLM; {3}ValueType{0}: string

{4}[CustomMessages]{0}
keyname     =Other tasks:'not string

{4}[Messages]{0}
keyname="{6}{#app_copyright}{0}"not string

{4}[Code]{0}

{7}// comment{0}

{7}(* comment *){0}

{7}{ comment }{0}

{7}{ *) comment }{0}

{7}(* } comment *){0}

{7}(*
comment *){0}

{7}{
comment }{0}

{8}function{0} ShouldInstallComCtlUpdate: Boolean;
{8}begin{0}
  Result := {8}False{0};
  Log({11}'string'{0});
  IsEscaped({11}'''good'''{0}, {11}''{0}bad{11}');{0}
{8}end{0};