Hello everyone,
I'm new to this forum and software offcource
I've a question about the config options after mounted image.
In the option System-OOBE tab you can place the extra programs that you want to install on your harddrive after windows is installed.
But when i test it virtual nothing happens after the install of windows 10, i don't see my extra programs installed and i also don't see my extra programs in a map.
Now i did read in this forum that a cmd file is place in a map and all the extra software.
But how can i start my installation of all my extra programs after the windows installation?
Sorry if my english is not so clear , i'm from holland
My OOBE- text is like this.:
But if i look when i installed windows i can't find the folder WinReducerEX100PI where i put all my software in before making the new iso.
I'm new to this forum and software offcource

I've a question about the config options after mounted image.
In the option System-OOBE tab you can place the extra programs that you want to install on your harddrive after windows is installed.
But when i test it virtual nothing happens after the install of windows 10, i don't see my extra programs installed and i also don't see my extra programs in a map.
Now i did read in this forum that a cmd file is place in a map and all the extra software.
But how can i start my installation of all my extra programs after the windows installation?
Sorry if my english is not so clear , i'm from holland

My OOBE- text is like this.:
Code:
@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 Schuffelers extra Installaties
Color F0
@echo ********** Welcome **********
@echo ********** SOFTWARE ***********
"%CDROM%\WinReducerEX100PI\7z920-x64.msi" /qn /norestart
"%CDROM%\WinReducerEX100PI\DAMN_NFO_Viewer_v2-10-0032-RC3.exe" /qn
"%CDROM%\WinReducerEX100PI\paint.net.4.0.6.install.exe" /auto
"%CDROM%\WinReducerEX100PI\SkypeSetup.exe" /VERYSILENT /SP- /NOCANCEL /NORESTART /SUPPRESSMSGBOXES /NOLAUNCH
"%CDROM%\WinReducerEX100PI\tcm851ax64.exe"
"%CDROM%\WinReducerEX100PI\Cosetup.exe"
"%CDROM%\WinReducerEX100PI\Nero2015-16.0.02700_oc_trial.exe"
But if i look when i installed windows i can't find the folder WinReducerEX100PI where i put all my software in before making the new iso.