![]() ![]() |
Apr 30 2008, 10:05 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
My tried with v175 and it is ignoring my EXPERT\AUTOIT and REPLACE folder. It never get slipstreamed.
Currently I'm using an old version that works well for me (v161) I'm using XP SP2 Attached is my log http://www.mediafire.com/?kdcfmb2ino2 Could you advise? Many thanks. |
|
|
|
May 1 2008, 06:13 AM
Post
#2
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
Hi Geej
HFEXPERT/AUTOIT... Are the files present in SOURCESS\I386\SVCPACK after HFSLIP has run? Are you creating a multiboot CD? Are you doing a network-based installation of Windows instead of a CD-based installation? REPLACE... The purpose of the REPLACE folder is to replace files and folders in the entire SOURCESS folder. I suppose you want those files to replace the same files in SOURCESS\I386. If so, you need to put them in REPLACE\I386 and not in REPLACE. |
|
|
|
May 1 2008, 05:18 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
Hi Geej HFEXPERT/AUTOIT... Are the files present in SOURCESS\I386\SVCPACK after HFSLIP has run? Are you creating a multiboot CD? Are you doing a network-based installation of Windows instead of a CD-based installation? REPLACE... The purpose of the REPLACE folder is to replace files and folders in the entire SOURCESS folder. I suppose you want those files to replace the same files in SOURCESS\I386. If so, you need to put them in REPLACE\I386 and not in REPLACE. Hi Tomcat76 Thanks for the fast reply. 1) Yes, SOURCESS\I386\SVCPACK files are present. 2) Not creating multiboot CD 3) Not doing network-based installation. Just CD-based installation REPLACE... I guess I put it wrongly. Will put it in REPLACE\I386 instead |
|
|
|
May 3 2008, 04:46 AM
Post
#4
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
Can you ZIP HFSLIP.CMD inside SOURCESS\I386\SVCPACK and attach it here?
|
|
|
|
May 4 2008, 09:21 AM
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
Can you ZIP HFSLIP.CMD inside SOURCESS\I386\SVCPACK and attach it here? Attached is my HFSLIP.cmd file http://www.mediafire.com/?mzgtbmy0mhd |
|
|
|
May 6 2008, 04:13 PM
Post
#6
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
Is this correct?
CODE AutoIt3.exe USBDLMscript.au3 AutoIt3.exe xplorer2script.au3 There are two scripts to be installed? This post has been edited by Tomcat76: May 6 2008, 04:14 PM |
|
|
|
May 7 2008, 06:04 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
|
|
|
|
May 7 2008, 08:11 AM
Post
#8
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
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? |
|
|
|
May 7 2008, 09:39 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
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. |
|
|
|
May 8 2008, 09:21 AM
Post
#10
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
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/?kj3bg4zereq I have no idea how to rectify this, could you kindly update it in the next release? |
|
|
|
May 8 2008, 03:11 PM
Post
#11
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
I don't understand what you mean. I just checked your HFSLIP.CMD file for a third time and the code that you claim is missing is not missing. It's all there.
|
|
|
|
May 8 2008, 03:35 PM
Post
#12
|
|
|
MSFN Junkie Group: Software Developers Posts: 3260 Joined: 8-August 05 From: Flanders, Belgium Member No.: 68008 OS: 2000
|
I tried your scripts and see what you mean now. You provided an HFSLIP.CMD file that wasn't made by HFSLIP 1.7.5. That's why I was confused.
This problem should be fixed in the next version, but you can already try HFSLIP 1.7.6rc7 from the test releases thread at the top. |
|
|
|
May 8 2008, 09:31 PM
Post
#13
|
|
|
Member ![]() ![]() Group: Members Posts: 117 Joined: 1-January 08 Member No.: 169162 OS: XP Pro x86
|
I tried your scripts and see what you mean now. You provided an HFSLIP.CMD file that wasn't made by HFSLIP 1.7.5. That's why I was confused. This problem should be fixed in the next version, but you can already try HFSLIP 1.7.6rc7 from the test releases thread at the top. Ok. Thanks |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 2nd December 2008 - 10:18 PM |