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"><- Back</a></p>
</td>
</tr>
</table>
</body>
</html>
|