patflat Posted October 17, 2007 Posted October 17, 2007 I sm getting a little frustrated here.Me and Windows PE does NOT like eachother.I have downloaded Windows Automated Installation Kit, installed it.Took the X86 *.WIM-file Added HTA- and Script-supportBooted the clientRun the script from x:\windows\system32mshta z:\share\scripts\start.htaBut even the simpliest script fails<html><HEAD><TITLE>Imaging Application</TITLE><HTA:APPLICATION APPLICATION = Yes</HEAD><script Language=VBScript>MsgBox "HEJ"</Script><body></body></HTML>In this script a HTA-windows shows but no MsBox is shown.This works fine in windows XP/2003WHAT am I doing wrong, WHY can't I get even this simple test to work?
patflat Posted October 17, 2007 Author Posted October 17, 2007 I think i figured it out, I had to add XML-support.Maybe that make sense, maybe not. :-)Well, well, back to my project.
Tripredacus Posted October 18, 2007 Posted October 18, 2007 I think i figured it out, I had to add XML-support.Maybe that make sense, maybe not. :-)Well, well, back to my project.I haven't looked at HTA implementations yet but I plan on using a Flash EXE instead. XML seems to make sense since the "HTA:" line looks like a transform.
IcemanND Posted October 18, 2007 Posted October 18, 2007 there are a few DLL's that are needed by vbscript that do not get added when you add VBscript or HTA but are there for the XML package, go figure. I wish I could find the article that had that info in it, probably the only article I have read beginning to end in more than two years.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now