Jump to content

damzz

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by damzz

  1. Hello, I'm busy with this problem: i try to create a wizard to install Windows 2003 Server with Windows PE to a VMWare Virtual Machine (ESX). The script: @rem SetupMgrTag @echo off diskpart /s D:\Installation\Scripts\VM\W2003STDR2.SP2\CreateDisk.txt set AnswerFile=D:\Installation\Scripts\VM\W2003STDR2.SP2\winnt32.sif set SetupFiles=D:\Installation\Images\W2003STDR2.SP2\i386 echo %AnswerFile% echo %SetupFiles% D:\Installation\Images\W2003STDR2.SP2\i386\winnt32 /s:%SetupFiles% /unattend1:%AnswerFile% /syspart:c: /tempdrive:c: /copysource:lang /makelocalsource /debug1:c:\install.log Wpeutil reboot The diskpart: list disk select disk 0 clean create partition primary offset=2048 select partition 1 active format FS=NTFS Label="System" QUICK assign letter C It begin to install, and after the reboot, it seems to working fine but after few seconds, i receive the message "Please insert windows 2003 installation disk..." Did you have any idea or where I do something wrong? Thanks a lot damzz
×
×
  • Create New...