Warning, file /frameworks/syntax-highlighting/autotests/html/setup.iss.dark.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>setup.iss</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (InnoSetup) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d;">; Example Inno Setup script</span>
0008 
0009 <span style="color:#27ae60;">#include </span><span style="color:#f44f4f;">&quot;external.iss&quot;</span>
0010 
0011 <span style="font-weight:bold;">[Setup]</span>
0012 <span style="color:#2980b9;">AppName=</span>Example Application
0013 <span style="color:#2980b9;">AppVersion=</span>1.2.3
0014 <span style="color:#2980b9;">AppPublisher=</span>example.com
0015 <span style="color:#2980b9;">AppPublisherURL=</span>http://www.example.com/
0016 <span style="color:#2980b9;">WizardStyle=</span>modern
0017 <span style="color:#2980b9;">DefaultDirName=</span><span style="color:#f67400;">{autopf}</span>\Example Application
0018 <span style="color:#2980b9;">DefaultGroupName=</span>Example Application
0019 <span style="color:#2980b9;">Compression=</span>lzma2/max
0020 <span style="color:#2980b9;">SolidCompression=</span>yes
0021 <span style="color:#2980b9;">Uninstallable=</span>not PortableCheck
0022 <span style="color:#2980b9;">UninstallDisplayIcon=</span><span style="color:#f67400;">{app}</span>\Compil32.exe
0023 <span style="color:#2980b9;">LicenseFile=</span>license.txt
0024 <span style="color:#27ae60;">#ifdef SIGNTOOL</span>
0025 <span style="color:#2980b9;">SignTool=</span>issigntool
0026 <span style="color:#2980b9;">SignTool=</span>issigntool256
0027 <span style="color:#2980b9;">SignedUninstaller=</span>yes
0028 <span style="color:#27ae60;">#endif</span>
0029 
0030 <span style="font-weight:bold;">[Files]</span>
0031 <span style="color:#2980b9;">Source:</span> <span style="color:#f44f4f;">&quot;license.txt&quot;</span><span style="color:#3f8058;">;</span> <span style="color:#2980b9;">DestDir:</span> <span style="color:#f44f4f;">&quot;</span><span style="color:#f67400;">{app}</span><span style="color:#f44f4f;">&quot;</span><span style="color:#3f8058;">;</span> <span style="color:#2980b9;">Flags:</span> <span style="color:#27ae60;">ignoreversion</span> <span style="color:#27ae60;">touch</span>
0032 <span style="color:#2980b9;">Source:</span> <span style="color:#f44f4f;">&quot;files\MyApp.exe&quot;</span><span style="color:#3f8058;">;</span> <span style="color:#2980b9;">DestDir:</span> <span style="color:#f44f4f;">&quot;</span><span style="color:#f67400;">{app}</span><span style="color:#f44f4f;">&quot;</span><span style="color:#3f8058;">;</span> <span style="color:#2980b9;">Flags:</span> <span style="color:#27ae60;">ignoreversion</span> <span style="color:#27ae60;">signonce</span> <span style="color:#27ae60;">touch</span>
0033 
0034 <span style="font-weight:bold;">[Code]</span>
0035 <span style="font-weight:bold;">function</span> PortableCheck: <span style="color:#2980b9;">Boolean</span>;
0036 <span style="font-weight:bold;">begin</span>
0037   Result := ExpandConstant(<span style="color:#f44f4f;">'{param:portable|0}'</span>) = <span style="color:#f44f4f;">'1'</span>;
0038 <span style="font-weight:bold;">end</span>;
0039 </pre></body></html>