<html>
  <head>
    <title>Customizing WinPE Images</title>
    <script>
	window.resizeTo(600,500);
    </script>
    <HTA:APPLICATION APPLICATIONNAME="Cust_WinPE" ID="CustWPE" MAXIMIZEBUTTON="no" MINIMIZEBUTTON="yes" SHOWINTASKBAR="yes" SINGLEINSTANCE="yeS" SCROLL="no" SIZE="no" NAVIGABLE="yes" VERSION="1.0" ICON="Images\CPE.ico">
  </head>
  <script language="jscript">
var wshShell = new ActiveXObject("WScript.Shell");

function beginexe()
{
	wshShell.Run('imagebuild.js WinPE.ini');	
	self.close();
}
  </script>
  <body background="Images\wpaback.jpg">
    <h2 align="center">
      <font color="#FFFFFF" FACE="Tahoma">Creating WinPE Images. </font>
    </h2>
    <p>
      <font size="4" color="#CCFFFF" FACE="Tahoma">Input Complete! Ready to run 
script....</font>
    </p>
    <p>
      <font face="Tahoma">Now the WSH script will run and complete the task.</font>
    </p>
    <p>
      <font face="Tahoma">Click Run to start executing the script. </font>
    </p>
    <p>
      <font face="Tahoma"><b>PLEASE READ</b>: The script may appear to be inactive 
or have completed, but this is not so - its working in the background.&nbsp; 
When the script is done it will display a dialog box saying &quot;Script Complete&quot;.&nbsp; 
Disrupting it inbetween can affect the image of WinPE it is creating.&nbsp;
</font>
    </p>
    <p>
      <font face="Tahoma">The script&nbsp; will typically take approx 10 -20 minutes 
to complete, depending on the options selected.</font>
    </p>
    <p align="center">&nbsp;</p>
    <p align="center">
<BUTTON ACCESSKEY="R" STYLE="font-face:Tahoma;font-size:13px;" onclick="beginexe()">&nbsp;<U>R</U>un&nbsp;</BUTTON>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<BUTTON ACCESSKEY="E" STYLE="font-face:Tahoma;font-size:13px;" onclick="self.close()">&nbsp;<U>E</U>xit&nbsp;</BUTTON>
</p>
  </body>
</html>