QUOTE (Geej @ May 8 2008, 11:39 AM)

QUOTE (Tomcat76 @ May 7 2008, 10:11 PM)

Well... I can't say much beyond this because I'm not familiar with AutoIt scripts myself. I just followed someone's instructions to implement functionality into HFSLIP.
Are the scripts compatible with SVCPACK?
Is anything else failing?
Ok, thanks for answering my query. Also thanks for bringing Autoit functionality into HFslip. Without it, I wouldn't benefit from learining a useful scripting language. I am sure HFslip is the only slipstreaming utility that support Autoit. I will stick to v161 as I have no problem with that. Hope future release will still include Autoit functionality.
For compatible with SVCPACK issue, it should be compatible if I repack my file into SVCPACK method.
Nope, nothing else failing. Once again, thanks for helping
Meanwhile, I will still try new release on virtual machine.
I compared v161 & v175 HFSLIP.cmd and discover there are some codes missing in v175, preventing AUTOit script from executing. The missing parts are:
CODE
:PART2
%HFSLIPSVC%AutoIt3.exe %HFSLIPSVC%xplorer2script.au3
rundll32.exe advpack.dll,LaunchINFSection %SYSTEMROOT%\HFSLPGUI\HFSLPGUI.INF,HFSLIPGUI
IF EXIST %SYSTEMROOT%\*.TMP (
ATTRIB -R %SYSTEMROOT%\*.TMP
DEL/Q/F %SYSTEMROOT%\*.TMP
)
GOTO :EOF
:EOF
I have also attached 3 files for testing the AUTOIT folder. The program is xplorer˛ Lite v1.7.0.5
http://www.mediafire.com/?kj3bg4zereqI have no idea how to rectify this, could you kindly update it in the next release?