The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

description[ANSWERED] How to automaticly start extra software installation after windows installation? Empty[ANSWERED] How to automaticly start extra software installation after windows installation?

more_horiz
Hello everyone,

I'm new to this forum and software offcource  Embarassed
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  Smile

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.

description[ANSWERED] How to automaticly start extra software installation after windows installation? EmptyRe: [ANSWERED] How to automaticly start extra software installation after windows installation?

more_horiz
First we must clarify that the system works as oobe (windows post install) . to work you must first disable (UAC ) or " User Account Control from Tweaks" .
You must attach to each line the "start / wait " command.
Example: start ""/wait "%CDROM%\WinReducerEX100PI\7z920-x64.msi" /qn /norestart.

Greetings from Argentina!
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum