Advertisement
arxcorp

arx box - OpenDLP - index2.html

Dec 7th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. ...
  2. header();
  3.  
  4.  
  5. my $filename = "/var/www/OpenDLP/bin/Sc.exe";
  6.  
  7. if (-e $filename) {
  8. print "";
  9. } else {
  10. print qq {
  11. <table bgcolor="#ff0000" border="0" width="100%"><tr>
  12. <td>The file 'Sc.exe' does not exist on this 'ar<font color="green">X</font> Box' <br><br>
  13. OpenDLP uses this to install the agent as a Windows service on Windows systems. It cannot be distributed with the ar<font color="green">X</font> Box and OpenDLP because of licensing issues.<br><br>
  14. Sc.exe is available through Microsofts free Windows 2000 Resource Kit Tools and can either be downloaded via<br>
  15. <ol>
  16. <li>Microsoft's web site </li>
  17. <li><a bgcolor=#ff0000 href="http://www.dynawell.com/download/reskit/microsoft/win2000/sc.zip">'Petri - IT Knowledgebase' Download Free Windows 2000 Resource Kit Tools - website </a> </li>
  18. <li><a href="http://www.arxcorp.com/arxbox/files/sc.zip">ar<b><font color="green">X</font></b> corp's ar<b><font color="green">X</font></b>-box file repository </a> </li>
  19. </ol>
  20. Once downloaded copy "Sc.exe" to "/var/www/OpenDLP/bin/" (When copied to the right location this message will dissapear)
  21.  
  22. Note: "Sc.exe" needs to be the 32-bit version from a Windows 2000/XP system <b>not Vista/7</b>
  23. </td>
  24. </tr></table>
  25.  
  26. }
  27. }
  28.  
  29.  
  30.  
  31.  
  32. print "<heading>OpenDLP $version</heading><br><br>\n";
  33. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement