File: notinstalled.html

package info (click to toggle)
nsis 3.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,496 kB
  • sloc: cpp: 39,326; ansic: 27,284; python: 1,386; asm: 712; xml: 409; pascal: 231; makefile: 225; javascript: 67
file content (22 lines) | stat: -rwxr-xr-x 710 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
<html>
<head><title>NSIS Menu</title></head>
<body link="#0C6E97">
    <div><img src="images/header.gif" width="598" height="45"></div>
    <table border="0">
        <tr>
            <td width="20">
            </td>
            <td>
                <p>
                    <font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
                <p>
                    The feature you selected is not installed.</p>
                <p>
                    If you want to use this feature, run NSIS Setup again to install it.</p>
                <p>
                    <a href="index.html">&lt;- Back</a></p>
            </td>
        </tr>
    </table>
</body>
</html>