I'm having trouble to get WinReducer to work.
I downloaded all the updates, x86 and x64, they are in the folders E:\WinReducer81\WORK\INTEGRATE\UPDATES\x86 and E:\WinReducer81\WORK\INTEGRATE\UPDATES\x64 folders.
I created a preset file (for Windows 8.1 Pro x64), and in the field System - Updates I indicated E:\WinReducer81\WORK\INTEGRATE\UPDATES\x64. Previously I tried with E:\WinReducer81\WORK\INTEGRATE\UPDATES.
Neverthe less the updates don't get integrated into the image.
I'm also using OOBE, and my file is like this:
I expected to see inside my iso-image a folder called WinReducerPI, but unfortunately these files are not copied to the .iso file.
What am I doing wrong ?
I downloaded all the updates, x86 and x64, they are in the folders E:\WinReducer81\WORK\INTEGRATE\UPDATES\x86 and E:\WinReducer81\WORK\INTEGRATE\UPDATES\x64 folders.
I created a preset file (for Windows 8.1 Pro x64), and in the field System - Updates I indicated E:\WinReducer81\WORK\INTEGRATE\UPDATES\x64. Previously I tried with E:\WinReducer81\WORK\INTEGRATE\UPDATES.
Neverthe less the updates don't get integrated into the image.
I'm also using OOBE, and my file 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 WINREDUCER POST INSTALLATION
Color F0
@echo ********** Welcome **********
start /wait %CDROM%\WinReducerPI\7Zip.exe -y /q /r:n
start /wait %CDROM%\WinReducerPI\ChromeSetup.exe /silent /install
start /wait %CDROM%\WinReducerPI\Firefox-Setup-26.0.exe /S /QuickLaunchShortcut=false /DesktopShortcut=false /MaintenanceService=false
start /wait %CDROM%\WinReducerPI\OpenOffice4.0.1.exe /qn /norestart
I expected to see inside my iso-image a folder called WinReducerPI, but unfortunately these files are not copied to the .iso file.
What am I doing wrong ?