]> wimlib.net Git - wimlib/blob - programs/install.cmd
Replace WIMLIB_OPEN_FLAG_SPLIT_OK with WIMLIB_OPEN_FLAG_ERROR_IF_SPLIT
[wimlib] / programs / install.cmd
1 wpeinit\r
2 net use j: \\server\windows7\r
3 j:\setup.exe /unattend:j:\autounattend.xml\r
4 \r
5 @ECHO OFF\r
6 \r
7 echo \r
8 echo Unable to start setup.exe from remote server!  Try typing \r
9 echo `ipconfig' to see if we have been assigned an IP address.  \r
10 echo If not, this computer probably needs a network driver \r
11 echo that is not present in the Windows PE image.  \r
12 echo Or the connection to the server might be broken.\r
13 echo \r
14 \r
15 pause\r
16 \r
17 cmd.exe\r