home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc2of3-DAMAGED_DISC.iso / graph-view / VPInstaller.exe / HTML / VPINSTALL < prev   
Text File  |  1998-06-21  |  3KB  |  81 lines

  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type"
  5. content="text/html; charset=iso-8859-1">
  6. <title>VistaPerfect 1.3</title>
  7. </head>
  8.  
  9. <body style="font-size:10pt" onload="PageLoadDone()" bgcolor="threedface" fgColor="windowtext" topmargin="13" leftmargin="23" scroll="no">
  10.  
  11. <b><p id="message">Installing VistaPerfect 1.3...
  12. <br>Depending on your IE4 security settings, you may be required to verify a certificate.</p></b>
  13.  
  14. <p><object id="VP" classid="clsid:8C6A9DCC-6603-11D1-9236-00C04FBFD1C2" 
  15.     codebase="VP.CAB#Version=1,3,1998,625" align="top" border="0" width="1" height="1" type="application/x-oleobject"></object></p>
  16. <p>Your basic "Don't Sue Me" legal statement<br>
  17. No Warranties or Liabilities associated with this free software.</p>
  18. <p>
  19. You expressly acknowledge and agree that use of this software is 
  20. AT YOUR OWN RISK and that the Software is provided "AS IS" without any warranties or conditions whatsoever. 
  21. Thomas A Nielsen (i) DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTIES AS TO THE NONINFRINGEMENT, MERCHANTABILITY OR 
  22. FITNESS FOR A PARTICULAR PURPOSE OF THE SOFTWARE OR THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED 
  23. OR ERROR-FREE; (ii) SHALL IN NO EVENT BE LIABLE TO YOU OR ANYONE ELSE FOR LOSS, INJURY OR DAMAGE CAUSED IN 
  24. WHOLE OR PART BY, OR FAILURES, DELAYS OR INTERRUPTIONS OF, THE SOFTWARE; (iii) SHALL IN NO EVENT BE LIABLE 
  25. TO YOU OR ANYONE ELSE FOR ANY DIRECT, CONSEQUENTIAL, INCIDENTAL OR SPECIAL DAMAGES.
  26. </p>
  27. <br>
  28. <script>
  29. var currVers;
  30. var startMSIE;
  31. var endMSIE;
  32. var rightVers;
  33.  
  34. currVer = navigator.appVersion;
  35. rightVers = false;
  36.  
  37. if (currVer != "")
  38. {
  39.     startMSIE = currVer.indexOf('MSIE ',0);
  40.     endMSIE = currVer.indexOf(';',startMSIE + 5);
  41.  
  42.     if ((startMSIE > 0) &&
  43.         (parseFloat(currVer.substring(startMSIE+5, endMSIE)) >= 4.0) &&
  44.         (currVer.substring(startMSIE+5, endMSIE) != '4.0b1'))
  45.     {
  46.         rightVers = true;
  47.     }
  48.  
  49.     if (currVer.indexOf('MSIE 4.0b2',0) > 0)
  50.     {
  51.         rightVers = false;
  52.     }
  53. }
  54.  
  55. if (rightVers == false)
  56. {
  57.     alert("VistaPerfect did not install.\nIt requires Internet Explorer 4.x for Windows95 or WinNT.");
  58. }
  59.  
  60. function PageLoadDone()
  61. {
  62.     if (rightVers)
  63.     {
  64.         if (VP.Version == null)
  65.         {
  66.             alert("VistaPerfect did not install.\nYour Internet Explorer security settings may not permit installing ActiveX controls or your NT user account may not have administrator level access.");
  67.         }
  68.         else
  69.         {
  70.             message.innerText = "Install Complete.\nSelect Exit from the menu when done reviewing the legal statement below.";
  71.             alert("VistaPerfect installed successfully.\n\nA shortcut has been added to your Program menu.\nOr, you may type \"vp:run\" into a new browser window \n\nNOTE: Win95 users may need to shutdown and restart Windows before the new shortcut\nappears in the Program's menu.");
  72.         }
  73.     }
  74.     history.back();
  75. }
  76.  
  77. </script>
  78. </body>
  79.  
  80. </html>
  81.