notinstalled.html 688 B

12345678910111213141516171819202122
  1. <html>
  2. <head><title>NSIS Menu</title></head>
  3. <body link="#0C6E97">
  4. <div><img src="images/header.gif" width="598" height="45"></div>
  5. <table border="0">
  6. <tr>
  7. <td width="20">
  8. </td>
  9. <td>
  10. <p>
  11. <font size="+1" color="#0C6E97"><b>Feature not installed</b></font></p>
  12. <p>
  13. The feature you selected is not installed.</p>
  14. <p>
  15. If you want to use this feature, run NSIS Setup again to install it.</p>
  16. <p>
  17. <a href="index.html">&lt;- Back</a></p>
  18. </td>
  19. </tr>
  20. </table>
  21. </body>
  22. </html>