I am using v1.51. Content of OOBE is below.
@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\
Title WINREDUCER POST INSTALLATION
Color F0
@echo ********** Welcome **********
"%CDROM%\WinReducerPI\[CENSORED].exe /silent"
"%CDROM%\WinReducerPI\start8.exe /silent"
"%CDROM%\WinReducerPI\vlc.exe /L=1033 /S"
"%CDROM%\WinReducerPI\office.exe /S"
Now the files and cmd is created successfully within iso. But No softwares are installed once OS is installed. A file called winreducerpi.cmd. Double clicking it brings up a window for a moment and disappears but nothing really happens.
any idea what it could be?
@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\
Title WINREDUCER POST INSTALLATION
Color F0
@echo ********** Welcome **********
"%CDROM%\WinReducerPI\[CENSORED].exe /silent"
"%CDROM%\WinReducerPI\start8.exe /silent"
"%CDROM%\WinReducerPI\vlc.exe /L=1033 /S"
"%CDROM%\WinReducerPI\office.exe /S"
Now the files and cmd is created successfully within iso. But No softwares are installed once OS is installed. A file called winreducerpi.cmd. Double clicking it brings up a window for a moment and disappears but nothing really happens.
any idea what it could be?