Jump to content

Issues with Setup


kal

Recommended Posts

Humm, it failed on presetup.cmd which belongs to BTS DriverPacks. So all remainings files, which in my case are ren_fold.cmd/undoren.cmd/rdummy.sys, were not copied. I check the attributes of presetup.cmd file in $WIN_NT$.~LS\I386 and it's read only. Adding "/r" switch to the command line solved the problem :

xcopy %usb_temp%\$WIN_NT$.~LS\*.* %usbdrive%\$WIN_NT$.~LS\ /i /k /e /y /h /r | tee.bat -a usb_prep.log

Thanks for your feedback.

In my case presetup.cmd was never read only, but I changed the program so that this problem is solved.

The new version has been Uploaded today.

wimb

Link to comment
Share on other sites


  • 1 year later...

ok prior to reading this thread, i tried to merge my winnt.sif (unattended) with the winnt.sif which is created by the program.

i have exactly the issues described above.

here (http://www.msfn.org/board/install-usb-winsetupfromusb-gui-t120444.html) in the first post it is mentioned that presetup.cmd is taking care of this problem.

however i can't find any indication regarding the unattend issue.

my presetup.cmd looks like this:

SET TAGFILE=\$WIN_NT$.~LS
FOR %%h IN (U D M N O P Q R S T V W X Y) DO IF EXIST "%%h:%TAGFILE%" SET CDDRIVE=%%h:
if "%CDDRIVE%" == "" (
FOR %%h IN (C E F G H I J K L) DO IF EXIST "%%h:%TAGFILE%" SET CDDRIVE=%%h:
)

REM ===========Added by WinSetupFromUSB============
IF EXIST %systemroot%\system32\setupold.exe DEL /F %systemroot%\system32\setupold.exe
IF EXIST c:\boot.003 DEL /F c:\boot.003
REM ====================END=======================
EXIT

so here is my question:

since i cannot use the [unattended] section in winnt.sif, where can i specify those values, settings, etc. ??

any hint?

thx

Edited by theUnattender
Link to comment
Share on other sites

What version of WinSetupFromUSB did you use?

There should be more lines in presetup.cmd if any of the latest was used, unattended section should be fully supported, with some workarounds done by the program.

Edited by ilko_t
Link to comment
Share on other sites

What version of WinSetupFromUSB did you use?

There should be more lines in presetup.cmd if any of the latest was used, unattended section should be fully supported, with some workarounds done by the program.

my bad .. i got here via a german site which had WinSetupFromUSB_0-1-1

on the original thread it's Latest - vers. 0.2.3 - 06.July.2009

i will try it with the new version ;-)

thx

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...