Hi there!

I have some problems during installation.
I'm using setupcompleted.cmd

@echo off
WMIC USERACCOUNT WHERE "Name='Admin'" SET PasswordExpires=FALSE
START %systemdrive%\D\SAD2\DP_Install_Tool.cmd /s
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:
echo Found CD-Rom as drive %CDROM%
::Begin hotfix install

:MRT
echo MRT
IF EXIST %SystemRoot%\SysWOW64 start /wait %CDROM%\Soft\mrt.exe /q
.....

During drivers installation i get an error "\device\harddisk2(3-4-5-6)\dr2(3-4-5-6)" not found
I have five cardreaders port in my workstation. I guess that the problem is due to them.
When I delete this line
for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:
the problem disappears. But then the software is not installed (
Pls help smile