mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.8 KiB
49 lines
1.8 KiB
<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.
|
|
When the script is done it will display a dialog box saying "Script Complete".
|
|
Disrupting it inbetween can affect the image of WinPE it is creating.
|
|
</font>
|
|
</p>
|
|
<p>
|
|
<font face="Tahoma">The script will typically take approx 10 -20 minutes
|
|
to complete, depending on the options selected.</font>
|
|
</p>
|
|
<p align="center"> </p>
|
|
<p align="center">
|
|
<BUTTON ACCESSKEY="R" STYLE="font-face:Tahoma;font-size:13px;" onclick="beginexe()"> <U>R</U>un </BUTTON>
|
|
<BUTTON ACCESSKEY="E" STYLE="font-face:Tahoma;font-size:13px;" onclick="self.close()"> <U>E</U>xit </BUTTON>
|
|
</p>
|
|
</body>
|
|
</html>
|