jbusato Posted May 17, 2007 Posted May 17, 2007 (edited) Hi, reading "WinPE 2.0 simple Ghost Menu HTA, a simple HTA to make Ghosting easy" topic I'm try to do an html application fontend to imagex in winpe.In my startnet.cmd I append a call to this file:<html> <head> <HTA:APPLICATION BORDER = No APPLICATION = Yes WINDOWSTATE = maximize INNERBORDER = No SHOWINTASKBAR = No SCROLL = No APPLICATIONNAME = "Imagex tool" NAVIGABLE = Yes> <style> td {color: black; font-size: 9pt;} </style> </head> <body bgcolor="#c8dcea" style="margin: 0px;"><script language="vbscript"> '********************************* ' doTask '********************************* Sub doTask MsgBox "Helloworld" End Sub </script> <form name="osd"> <input type="button" id="task" onclick="doTask()" value="Just do it!"> </form> </body></html>But it gives me a lot of script error without any info (no error no page no row and so on...)I'm using Windows PE 2.0 with HTA,Scripting and WMI support.Someone could help me please? Edited May 18, 2007 by jbusato
jbusato Posted May 17, 2007 Author Posted May 17, 2007 Problem is my PE not my code. MS simple code (http://www.microsoft.com/technet/technetmag/issues/2006/09/WindowsPE/default.aspx) give me the same error.
geezery Posted May 18, 2007 Posted May 18, 2007 http://www.msfn.org/board/WinPE_20_ImageX_...enu_t97512.html
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now