duomenox, on Apr 13 2005, 09:44 PM, said:
Thanks for the replies!
I did a bit of reading on HTA and finally realized that HTA is HTML with a few extra HTA options availiable.
My first plan was using HTA for building a menu for our automated server installation. But I am not a coder and the syntax of activex confused me. I found out that version 3 of autoit supports building graphical applications. So I tried that and found out that as long as I do not try to use pictures in my autoit-graphical-programs they work fine. Just the plain EXE and your done.
I inserted support for the WSH, ADO and HTA using BUILDOPTIONALCOMPONENTS.VBS. Since I want to access a database (SQL server or MDB file) I had to program database access functions in VBS to compensate Autoits lack of DB support. Very dirty solution (and a bit sad that I once again managed to get around learning VB, VC or maybe something more modern). I did not manage to get the MDB file support working under WinPE but SQL support is enough.
Your initial question was to use all your created Autoit scripts in WinPE. I don't see any problem. It have Autoit scripts on my disc and on a network share I conncet to. It works as desired. Do you get error messages? Or what's the problem?