Jump to content

SkyKiDS

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Korea, Republic Of

Everything posted by SkyKiDS

  1. I know that cdimage.exe and mkisofs.exe work fine. But, there is newer and better version of cdimage.exe available, I think, oscdimg.exe. And I believe many people use oscdimg.exe to make ISO file. I just want to help that people. Thanks for replying.
  2. Thank you very much. It works with HFSLIP 1.7.8 Final. BTW, is the code work really? It just adds "InstallID" to registry. There are many lines to add to registry in update.inf. I am wondering about that it works well with "InstallID" only.
  3. Hi, there. I am newbie here. In order to make ISO file, you can use OSCDIMG.EXE with HFSLIP by the source below. Edit the hfslip-1.7.8.cmd. Find the code. IF NOT EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE GOTO :EOF Add the code, IF NOT EXIST HFTOOLS\OSCDIMG.EXE before GOTO :EOF. IF NOT EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE IF NOT EXIST HFTOOLS\OSCDIMG.EXE GOTO :EOF Find the code. IF EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE IF NOT EXIST HFTOOLS\OSCDIMG.EXE SET FORCECDIMAGE=1 Add IF NOT EXIST HFTOOLS\OSCDIMG.EXE before SET FORCECDIMAGE=1 and one line next. IF EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE IF NOT EXIST HFTOOLS\OSCDIMG.EXE SET FORCECDIMAGE=1 IF EXIST HFTOOLS\OSCDIMG.EXE IF NOT EXIST HFTOOLS\CDIMAGE.EXE IF NOT EXIST HFTOOLS\MKISOFS.EXE SET USEOSCDIMG=1 Find the code. IF NOT DEFINED CDIMGSW SET CDIMGSW=-h -j1 -m IF NOT DEFINED MKISSW SET MKISSW=-relaxed-filenames -d -D -N -J -no-emul-boot -no-iso-translate -boot-load-size 4 Add the line, IF NOT DEFINED OSCDIMGSW SET OSCDIMGSW=-o -n -h -m. IF NOT DEFINED CDIMGSW SET CDIMGSW=-h -j1 -m IF NOT DEFINED MKISSW SET MKISSW=-relaxed-filenames -d -D -N -J -no-emul-boot -no-iso-translate -boot-load-size 4 IF NOT DEFINED OSCDIMGSW SET OSCDIMGSW=-o -n -h -m Find the code. IF DEFINED FORCECDIMAGE ( HFTOOLS\CDIMAGE.EXE -l"%ISOTITLE%" %CDIMGSW% -bHFTOOLS\%BBIN% %SOURCE% "%TEMPISO%" ) ELSE ( COPY HFTOOLS\BOOT.BIN SOURCESS >NUL HFTOOLS\mkisofs.exe %MKISSW% -b %BBIN% -o "%TEMPISO%" -V "%ISOTITLE%" %SOURCE% DEL/Q/F SOURCESS\BOOT.BIN ) The code should be changed like this. IF DEFINED FORCECDIMAGE ( HFTOOLS\CDIMAGE.EXE -l"%ISOTITLE%" %CDIMGSW% -bHFTOOLS\%BBIN% %SOURCE% "%TEMPISO%" ) ELSE IF DEFINED USEOSCDIMG ( HFTOOLS\OSCDIMG.EXE -l"%ISOTITLE%" -bHFTOOLS\%BBIN% %OSCDIMGSW% %SOURCE% "%TEMPISO%" ) ELSE ( COPY HFTOOLS\BOOT.BIN SOURCESS >NUL HFTOOLS\mkisofs.exe %MKISSW% -b %BBIN% -o "%TEMPISO%" -V "%ISOTITLE%" %SOURCE% DEL/Q/F SOURCESS\BOOT.BIN ) You can use HFANSWER.INI(HFSLIP answer file) with some variables. USEOSCDIMG=1 OSCDIMGSW=-o -n -h -m Thanks.
  4. If KB905474 link does not exsit here, I may have posted the url. Thank you. I am Korean, too.
×
×
  • Create New...