damzz Posted September 8, 2010 Posted September 8, 2010 (edited) 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 offdiskpart /s D:\Installation\Scripts\VM\W2003STDR2.SP2\CreateDisk.txtset AnswerFile=D:\Installation\Scripts\VM\W2003STDR2.SP2\winnt32.sifset SetupFiles=D:\Installation\Images\W2003STDR2.SP2\i386echo %AnswerFile%echo %SetupFiles%D:\Installation\Images\W2003STDR2.SP2\i386\winnt32 /s:%SetupFiles% /unattend1:%AnswerFile% /syspart:c: /tempdrive:c: /copysource:lang /makelocalsource /debug1:c:\install.logWpeutil rebootThe diskpart:list diskselect disk 0cleancreate partition primary offset=2048select partition 1activeformat FS=NTFS Label="System" QUICKassign letter CIt 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 lotdamzz Edited September 8, 2010 by damzz
cluberti Posted September 8, 2010 Posted September 8, 2010 Does it still work if you don't use the /tempdrive parameter? You're already using copysource and makelocalsource...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now