Hi again everybody,
I'm trying to integrate software using $OEM$ method in order to pre-install some applications before the Windows 1st login.
But so far I'm just begining to be mad
Please, someone could explain me how $OEM$ method works?
My last try: in $OEM$ folder, I add:
- .\cmdlines.text with:
- .\$1\batch.cmd with all kind of scipt; example:
- .\$1\INSTALL (folder with my sofwares)
I looked for some tutos on internet, but nothing truely helpful...
If someone could educate me or give me some useful link, I will be very gratefull!
Thanks,
Kind regards,
WaïRa
I'm trying to integrate software using $OEM$ method in order to pre-install some applications before the Windows 1st login.
But so far I'm just begining to be mad
Please, someone could explain me how $OEM$ method works?
My last try: in $OEM$ folder, I add:
- .\cmdlines.text with:
Code:
[COMMANDS]
C:\batch.cmd
- .\$1\batch.cmd with all kind of scipt; example:
Code:
START /WAIT "C:\INSTALL\AcrobateReader.exe" /sPB /rps
START "" /WAIT "%SYSTEMDRIVE%\INSTALL\Avast.exe" /SP /SILENT /NORESTART
start /wait "C:\INSTALL\Firefox.exe" -ms
START "" /WAIT "$1\INSTALL\LibreOffice.msi" /passive /norestart
C:\INSTALL\VLC.exe
- .\$1\INSTALL (folder with my sofwares)
I looked for some tutos on internet, but nothing truely helpful...
If someone could educate me or give me some useful link, I will be very gratefull!
Thanks,
Kind regards,
WaïRa