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

descriptionSetupComplete.cmd EmptySetupComplete.cmd

more_horiz
To user that i like include your favorite aplications inside disk installation.
Push on folder "sources" in your disk installation of Windows 8.1
where you created the special file SetupComplete.cmd, how can you
see en the next example.
Create folder $OEM$ with the next path:
\sources\$OEM$\$1\apps

@ECHO OFF
set key=hklm\software\microsoft\windows\currentversion\runonceex
::Mozilla Firefox
reg add %key%\010 /ve /d "Installing Mozilla Firefox" /f
reg add %key%\010 /v 1 /d "msiexec.exe /i "%systemdrive%\apps\firefox.msi" /qn" /f
::Adobe Flash Player
reg add %key%\012 /ve /d "Installing Adobe Flash Player" /f
reg add %key%\012 /v 1 /d "%systemdrive%\apps\adobeplayer.exe /install" /f
....
timeout /t 120
shutdown -r -t 0
exit

descriptionSetupComplete.cmd EmptyRe: SetupComplete.cmd

more_horiz
TOPIC MOVED TO TUTORIALS FORUM !
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum