Jump to content

ile5

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

About ile5

ile5's Achievements

0

Reputation

  1. You are probably lose the path to the "%SystemRoot%\system32" folder. Put this at the end of "presetup.cmd" and try again. presetup.cmd and thisCheck your "Txtsetup.sif" in i386 folder Txtsetup.sif: iLE
  2. You don't need setup line at all. Just REM or delete setup line. iLE
  3. ... and part2: TxtSetup.part2.rar TxtSetup.part2.rar
  4. Hi I wrote this program to parse some "txtsetup.sif" and "Dosnet.inf" entries from MASS STORAGE INSTALLATION file. Program can manualy or automatically append those entries to destination file and some other things. If you find any bugs (probably) please post here. File is splited to 2 .rar file. Download both in the same folder and unpack. part 1: TxtSetup.part1.rar TxtSetup.part1.rar
  5. thanks. I forget to thank you for all your free time spend here. Another thing: If the setup freeze or power failure happen, setup go again after restart, but then section after "start /WAIT setup.exe %*" in the "presetup.cmd" never be execute. 1. "Reset DriverPolicy" never be execute. 2. "Clenup" never be execute. 3. "Reset DevicePath" never be execute. Will be better put that stuff somewhere in "RunOnceEx" section and execute them after restart.
  6. I have problem with no restart problem after setup is finish In "Presetup.cmd" section "Reset DriverPolicy" i changed folloving lines REM +=======================================================+ REM | Reset DriverPolicy | REM |-------------------------------------------------------| reg add "HKCU\Software\Microsoft\Driver Signing" /v Policy /t REG_DWORD /d 1 reg add "HKCU\Software\Policies\Microsoft\Windows NT\Driver Signing" /v BehaviorOnFailedVerify /t REG_DWORD /d 1 reg add "HKLM\Software\Microsoft\Driver Signing" /v Policy /t REG_BINARY /d 01 REM +=======================================================+ into REM +=======================================================+ REM | Reset DriverPolicy | REM |-------------------------------------------------------| reg add "HKCU\Software\Microsoft\Driver Signing" /v Policy /t REG_DWORD /d 1 /f reg add "HKCU\Software\Policies\Microsoft\Windows NT\Driver Signing" /v BehaviorOnFailedVerify /t REG_DWORD /d 1 /f reg add "HKLM\Software\Microsoft\Driver Signing" /v Policy /t REG_BINARY /d 01 /f REM +=======================================================+ because this keys alredy exist in registry and requires confirmation parametar "/f" so setup now close presetup.cmd and restart normaly.
×
×
  • Create New...