Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Downloads a Code Signed CAB file and executes a HTA file

0 views
Skip to first unread message

Joseph

unread,
May 18, 2005, 4:51:06 PM5/18/05
to
I am trying to access a web site which is opened by HTA. Due to the security
warning I made a Code Signed CAB file which includes the INF file as shown
below and the HTA file which opens the web site.

If I am a windows power user I am able to access the web site. If I am a
normal user I am not able to access the web site. I noticed that it does not
allow to extract the CAB file. Is there any alternate solution available?

Following is the INF file for your perusal:
[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
test.hta=test.hta
[test.hta]
clsid={15589FA1-C456-11CE-BF01-00AA0055595A}
FileVersion=1,0,0,0
hook=zzzinstaller
[zzzinstaller]
run=%11%\mshta.exe %EXTRACT_DIR%\test.hta

For further info, please check out the following link:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q232077

0 new messages