February 18, 200917 yr Feel like running an experiment? Open up the hfslip cmd file with your favorite text editor and look for this line of code:IF "%Localization%"=="German" SET LCIDD=1031Add the following after it, save it and re-run hfslip and report back. IF "%Localization%"=="„¢¢ž¤ ¡á" SET LCIDD=1032No, It's not working.
February 19, 200917 yr I'm lost on this one. Perhaps you can just add in a line in hftools\hfanswer.ini that has this entry:LCIDD=1032It may work, then again it may not. Sorry not much help here.
March 10, 200917 yr Latest beta worked perfectly. I did a very vanilla slipstream, and there were no problems at all. Great work, everyone!
March 16, 200917 yr I'm lost on this one. Perhaps you can just add in a line in hftools\hfanswer.ini that has this entry:LCIDD=1032It may work, then again it may not. Sorry not much help here.Ok it works
March 30, 200917 yr Has anyone experienced problem with Windows Installer after hfslip-1.7.9_beta_d.cmd on Windows Server 2003 SP2?Installation process ran smoothly, but then I was forced to install WindowsServer2003-KB942288-v4-x86.exe, 'cause none of msi was able to install:"The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or the Windows Installer is not correctly installed. Contact your support personnel for assistance."Am I missing something?ThanxHFSLIPLOG.ZIP
March 31, 200917 yr KB942288 is not supported. You can however place it in HFSVCPACK_SW1 folder to be installed at T-13. Should end your problem. Edited March 31, 200917 yr by krose
April 3, 200917 yr Thanx for the working tip. The thing is, I never had a problem with Windows Installer in HFSLIP build, but I don't mind to have the latest version installed at T-13.I was playing with hfslip-1.7.9_beta_f (see attached log) and everything works fine. Great and many thanx to all of you.I'm unable to integrate 960715 without WU prompting this update, though. Only installing with RunOnceEx helps.Guys, how do you deal with update 960715?HFSLIPLOG.ZIP Edited April 4, 200917 yr by Dawid
April 5, 200917 yr I apologize that I did not notice that you were working with Server 2003. Don't know how but I did. Well it was late and I was getting sleepy. Anyway, I am using hfslip-1.7.9_beta_d and XP SP3. With WindowsXP-KB960715-x86-ENU.exe in the HF folder, and WindowsXP-KB942288-v3-x86.exe in the HFSVCPACK_SW1 folder, I get a perfect install. Maybe what you are seeing is related specifically to Server 2003? Hope you can get it sorted out. Edited April 5, 200917 yr by krose
April 9, 200917 yr Current version has the following line that appears to be a bug:ECHO>>HFSLIP.LOG Use of HFSLIP for anything other than personal non-commercial purposes echo>> is strictly not allowed.ECHO>>HFSLIP.LOG Copyright© TommyP 2005-2009
April 11, 200917 yr Line 3,932 has almost the same bug.ECHO>>HFSLIP.LOG Use of HFSLIP for anything other than personal non-commercial purposes echo is strictly not allowed.ECHO>>HFSLIP.LOG Copyright(C) TommyP 2005-2009
April 14, 200917 yr I noticed after enabling AHCI my CD-ROM drive letter is moved to after my Removable Flash Drive causing error messages during setup at T13 when HFSLIP.cmd is detecting the drive letter.I have written a patch for it as you can easily find the drive letter by reading the path.Replace in the :UPDATEINIT section the following lines::UPDATEINITECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD FOR %%%%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%%%i:\%MBOOTPATH%I386\SVCPACK (ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD SET HFSLIP=%%%%i:\%MBOOTPATH%I386\ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD SET HFSLIPSVC=%%%%i:\%MBOOTPATH%I386\SVCPACK\ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD )with these:ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD SET HFSLIP=%%~dp0..\ECHO>>SOURCESS\I386\SVCPACK\HFSLIP.CMD SET HFSLIPSVC=%%~dp0Another feature request while I'm now experimenting with integrating all driverpacks is to be able to manually specify HFSLIP export directory so I can redirect file copying to another drive. My experiments show a speed increase of about 50% when building a HFSLIP iso.For example I have my XPSOURCE in C:\HFSLIP\SOURCE. Instead of copying everything to C:\HFSLIP\SOURCESS I have manually changed it to D:\SOURCESS which gives a major performance improvement. On ISO creation the same trick is done as now are files are read from the D: drive and copied back to the C:\HFSLIP directory. Edited April 14, 200917 yr by Acheron
April 14, 200917 yr Acheron - Good stuff. Can someone who does network installations test out those lines to see if it works for their environment? I have no problem changing the script, as long as a network installer can verify this.
April 18, 200917 yr New beta up to address the dx9 hotfix & software license. Thanks for submitting the dx9 prob Brimborium & thanks to jimmsta for the creative commons agreement. Edited April 18, 200917 yr by tommyp
Create an account or sign in to comment