so WinReducer creates file WinReducerEX81PI.cmd on drive C and folder WinReducerEX81PI on ISO, but WinReducerEX81PI.cmd contains only such records
"%CDROM%\WinReducerEX81PI\Silverlight_41212_x64.exe"
"%CDROM%\WinReducerEX81PI\VCRHyb64.exe"
and nothing like this:
@ECHO OFF
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:
if not defined CDROM goto :eof
echo Detected CDROM as drive %CDROM%
cd\
when i run it manually it says it could not find the path specified.
"%CDROM%\WinReducerEX81PI\Silverlight_41212_x64.exe"
"%CDROM%\WinReducerEX81PI\VCRHyb64.exe"
and nothing like this:
@ECHO OFF
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:
if not defined CDROM goto :eof
echo Detected CDROM as drive %CDROM%
cd\
when i run it manually it says it could not find the path specified.