Windows 10 OEM Unattended not working.

2 posters

Go down

Windows 10 OEM Unattended not working. Empty Windows 10 OEM Unattended not working.

Post by Outbreaker Mon Jul 12, 2021 10:06 am

Hi,
I copied the K-Lite files in the Windows 10 ISO folder "$OEM$\$$\Setup\Files" and put the Unattended command in the "$OEM$\$$\Setup\Scripts\SetupComplete.cmd" file, but the "*.ini" file is being ignored in the Windows 10 OEM Setup mode.
SetupComplete.cmd:
Code:
START "" /WAIT "%SystemRoot%\Setup\Files\K-Lite Codec Pack Full x86-x64.exe" /verysilent /norestart /LoadInf="%SystemRoot%\Setup\Files\K-Lite Codec Pack Unattended x64.ini"

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Mon Jul 12, 2021 6:24 pm

Try this:
Code:
cd /D %SystemRoot%\Setup\Files
START "" /WAIT "K-Lite Codec Pack Full x86-x64.exe" /verysilent /norestart /LoadInf="K-Lite Codec Pack Unattended x64.ini"

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Mon Jul 12, 2021 7:43 pm

With this command the Windows 10 Setup hangs. The same for the commands below.

Code:
START "" /WAIT "..\Files\K-Lite Codec Pack Full x86-x64.exe" /verysilent /norestart /LoadInf="..\Files\K-Lite Codec Pack Unattended x64.ini"
Code:
START "" /WAIT "C:\WINDOWS\Setup\Files\K-Lite Codec Pack Full x86-x64.exe" /verysilent /norestart /LoadInf="C:\WINDOWS\Setup\Files\K-Lite Codec Pack Unattended x64.ini"

Looks like the "*.ini" file gets now called but the K-Lite Setup hangs at some installation stage.

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Mon Jul 12, 2021 10:23 pm

The installer creates a log file in the %temp% folder. Copy the last part of the log here.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Tue Jul 13, 2021 6:22 am

I saw in the log file that i had made a typo in the "*.ini" file name (x64=x86) that's way it hanged. Rolling Eyes But i still have the same problem that the "*.ini" file settings are not being implemented. Neutral

EDIT:
I think the problem is because K-Lite is being installed with the System Account and afterwords the Administrator User account is being created.

I came up with 2 solutions for this:

1. Adding all the User register keys also in the Default NTUSER.DAT file.
Code:
Reg Load "HKU\LoadedDefaultUser" "%SystemDrive%\Users\Default\NTUSER.DAT"
Reg UnLoad "HKU\LoadedDefaultUser"
2. Running a "*.reg" file with the HKLM RunOnceEx with the User Registry settings.

I find the first option the best solution. Also because it will add the same settings to all new created user accounts if K-Lite is installed.

LOG file Part 1:
Code:
2021-07-12 22:35:40.781   Log opened. (Time zone: UTC-07:00)
2021-07-12 22:35:40.781   Setup version: Inno Setup version 6.1.2
2021-07-12 22:35:40.781   Original Setup EXE: C:\WINDOWS\Setup\Files\K-Lite Codec Pack Full x86-x64.exe
2021-07-12 22:35:40.781   Setup command line: /SL5="$70080,50862419,402432,C:\WINDOWS\Setup\Files\K-Lite Codec Pack Full x86-x64.exe" /verysilent /norestart /LoadInf="C:\WINDOWS\Setup\Files\K-Lite Codec Pack Unattended x86.ini"
2021-07-12 22:35:40.781   Windows version: 10.0.19043  (NT platform: Yes)
2021-07-12 22:35:40.781   64-bit Windows: No
2021-07-12 22:35:40.781   Processor architecture: x86
2021-07-12 22:35:40.781   User privileges: Administrative
2021-07-12 22:35:40.781   Administrative install mode: Yes
2021-07-12 22:35:40.781   Install mode root key: HKEY_LOCAL_MACHINE
2021-07-12 22:35:40.781   64-bit install mode: No
2021-07-12 22:35:40.796   Created temporary directory: C:\Windows\TEMP\is-GV2OU.tmp
2021-07-12 22:35:40.796   Extracting temporary file: C:\Windows\TEMP\is-GV2OU.tmp\gpu_detect_d3d9.dll
2021-07-12 22:35:40.807   Extracting temporary file: C:\Windows\TEMP\is-GV2OU.tmp\gpu_detect_d3d11.dll
2021-07-12 22:35:40.807   Detecting if an old version of the K-Lite Codec Pack is currently installed
2021-07-12 22:35:40.807   Validating if important DirectShow components are working correctly
2021-07-12 22:35:40.807   Detecting existing codecs and filters
2021-07-12 22:35:40.822   CPU capabilities: MMX=1,SSE=1,SSE2=1,SSE3=1,SSSE3=1,SSE41=1,SSE42=1,AVX=1,AVX2=1
2021-07-12 22:35:40.822   Checking hardware and driver details
2021-07-12 22:35:40.822   Gathering display device info
2021-07-12 22:35:40.822   Screen size:  1024x768 (32bits) (64Hz)
2021-07-12 22:35:40.822   Direct3D feature level: B000
2021-07-12 22:35:40.863   GPU:          Microsoft Basic Render Driver
                          VendorID: 1414, DeviceID: 008c
2021-07-12 22:35:40.863   Audio device: High Definition Audio Device
                          Audio driver: HdAudio.sys (Version 10.0.19041.264) (5-9-2020)
2021-07-12 22:35:40.863   Detecting hardware acceleration capabilities
2021-07-12 22:35:40.863   Detecting GPU PixelShader capabilities
2021-07-12 22:35:40.863   GPU PixelShader version: 5.0
2021-07-12 22:35:40.863   Checking for known buggy drivers
2021-07-12 22:35:40.863   Detected recent Windows installation: 0 days old
2021-07-12 22:35:40.863   Detecting Windows speaker configuration
2021-07-12 22:35:40.886   Speaker config = 4
2021-07-12 22:35:40.886   Unattended installation using file: C:\WINDOWS\Setup\Files\K-Lite Codec Pack Unattended x86.ini
2021-07-12 22:35:40.886   Locale: 1, UILang: 1033, Location: 244
2021-07-12 22:35:40.886   Detecting known players
2021-07-12 22:35:40.886   C:\Program Files\Windows Media Player\wmplayer.exe
2021-07-12 22:35:40.886   InitializeSetup complete
2021-07-12 22:35:40.981   InitializeWizard
2021-07-12 22:35:40.995   Parent name: FFinishedPage
2021-07-12 22:35:41.013   Creating custom Wizard pages
2021-07-12 22:35:41.056   InitializeWizard complete
2021-07-12 22:35:41.280   Checking for pending file renames/deletions
2021-07-12 22:35:41.324   Selected components: player,player\mpchc,player\mpchc\x86,video,video\microsoft,video\microsoft\vc1,video\microsoft\wmv,video\lav,video\lav\hevc,video\lav\h264,video\lav\mpeg4,video\lav\mpeg2,video\lav\mpeg1,video\lav\other,audio,audio\microsoft,audio\microsoft\wma,audio\lav,audio\lav\ac3dts,audio\lav\truehd,audio\lav\aac,audio\lav\flac,audio\lav\mpeg,audio\lav\other,sourcefilter,sourcefilter\microsoft,sourcefilter\microsoft\avi,sourcefilter\microsoft\mpegps,sourcefilter\microsoft\wmv,sourcefilter\lav,sourcefilter\lav\matroska,sourcefilter\lav\mp4,sourcefilter\lav\mpegts,sourcefilter\lav\other,sourcefilter\dcbass,sourcefilter\dcbass\shoutcast,sourcefilter\dcbass\optimfrog,sourcefilter\dcbass\tracker,subtitles,subtitles\vsfilter,subtitles\xysubfilter,other,other\mpcvr,other\madvr,tools,tools\codectweaktool,tools\mediainfo,shell,shell\icaros_thumbnail,shell\icaros_property,misc,misc\brokencodecs,misc\brokenfilters
2021-07-12 22:35:41.324   Selected tasks: reset_settings,reset_settings\fresh,mpc_desktop,mpc_sendto,mediainfo_sendto,config_shortcuts,systray_lavsplitter,systray_lav,systray_madvr,wmp_reg_formats,adjust_preferred_decoders,mediainfo_contextmenu,lav_buffer_increase,use_lav_for_http,use_lav_for_https,w10_disable_thumb_cleanup,previewpane,update,update\d90
2021-07-12 22:35:41.324   Performing pre-install actions
2021-07-12 22:35:41.324   Checking running processes
2021-07-12 22:35:41.324   Detecting if there are any codecs or filters installed that are known to be troublemakers
2021-07-12 22:35:41.324   Adding MediaInfo context menu entries
2021-07-12 22:35:41.338   Starting the installation process.
2021-07-12 22:35:41.338   Analyzing existing files
2021-07-12 22:35:41.354   Creating directory: C:\Program Files\K-Lite Codec Pack
2021-07-12 22:35:41.354   Directory for uninstall files: C:\Program Files\K-Lite Codec Pack
2021-07-12 22:35:41.354   Creating new uninstall log: C:\Program Files\K-Lite Codec Pack\unins000.dat
2021-07-12 22:35:41.354   -- File entry --
2021-07-12 22:35:41.354   Dest filename: C:\Program Files\K-Lite Codec Pack\unins000.exe
2021-07-12 22:35:41.354   Time stamp of our file: 2021-07-12 22:35:40.715
2021-07-12 22:35:41.354   Installing the file.
2021-07-12 22:35:41.354   Successfully installed the file.
2021-07-12 22:35:41.354   -- File entry --
2021-07-12 22:35:41.354   Dest filename: C:\Program Files\K-Lite Codec Pack\Info\contents.rtf
2021-07-12 22:35:41.354   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.354   Installing the file.
2021-07-12 22:35:41.354   Creating directory: C:\Program Files\K-Lite Codec Pack\Info
2021-07-12 22:35:41.354   Successfully installed the file.
2021-07-12 22:35:41.354   -- File entry --
2021-07-12 22:35:41.354   Dest filename: C:\Program Files\K-Lite Codec Pack\Info\license.rtf
2021-07-12 22:35:41.354   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.354   Installing the file.
2021-07-12 22:35:41.354   Successfully installed the file.
2021-07-12 22:35:41.354   -- File entry --
2021-07-12 22:35:41.354   Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\CodecTweakTool.exe
2021-07-12 22:35:41.354   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.354   Installing the file.
2021-07-12 22:35:41.354   Creating directory: C:\Program Files\K-Lite Codec Pack\Tools
2021-07-12 22:35:41.454   Successfully installed the file.
2021-07-12 22:35:41.454   -- File entry --
2021-07-12 22:35:41.454   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\D3DX9_43.dll
2021-07-12 22:35:41.454   Time stamp of our file: 2010-05-26 02:41:02.000
2021-07-12 22:35:41.454   Installing the file.
2021-07-12 22:35:41.454   Creating directory: C:\Program Files\K-Lite Codec Pack\MPC-HC
2021-07-12 22:35:41.494   Successfully installed the file.
2021-07-12 22:35:41.494   -- File entry --
2021-07-12 22:35:41.494   Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\SetACL_x86.exe
2021-07-12 22:35:41.494   Time stamp of our file: 2010-12-02 13:30:34.000
2021-07-12 22:35:41.494   Installing the file.
2021-07-12 22:35:41.557   Successfully installed the file.
2021-07-12 22:35:41.557   -- File entry --
2021-07-12 22:35:41.582   Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\CodecTweakTool-0.bin
2021-07-12 22:35:41.582   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.582   Installing the file.
2021-07-12 22:35:41.588   Successfully installed the file.
2021-07-12 22:35:41.588   -- File entry --
2021-07-12 22:35:41.588   Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\CodecTweakTool-1.bin
2021-07-12 22:35:41.588   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.588   Installing the file.
2021-07-12 22:35:41.588   Successfully installed the file.
2021-07-12 22:35:41.588   -- File entry --
2021-07-12 22:35:41.588   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\mpciconlib.dll
2021-07-12 22:35:41.588   Time stamp of our file: 2021-06-23 03:00:00.000
2021-07-12 22:35:41.588   Installing the file.
2021-07-12 22:35:41.653   Successfully installed the file.
2021-07-12 22:35:41.653   -- File entry --
2021-07-12 22:35:41.653   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ar.dll
2021-07-12 22:35:41.653   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.653   Installing the file.
2021-07-12 22:35:41.653   Creating directory: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang
2021-07-12 22:35:41.707   Successfully installed the file.
2021-07-12 22:35:41.707   -- File entry --
2021-07-12 22:35:41.707   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.be.dll
2021-07-12 22:35:41.707   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.707   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.714   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.bg.dll
2021-07-12 22:35:41.714   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.714   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.714   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.bn.dll
2021-07-12 22:35:41.714   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.714   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.714   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.bs_BA.dll
2021-07-12 22:35:41.714   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.714   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.714   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ca.dll
2021-07-12 22:35:41.714   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.714   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.714   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.cs.dll
2021-07-12 22:35:41.714   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.714   Installing the file.
2021-07-12 22:35:41.714   Successfully installed the file.
2021-07-12 22:35:41.714   -- File entry --
2021-07-12 22:35:41.732   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.da.dll
2021-07-12 22:35:41.732   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.732   Installing the file.
2021-07-12 22:35:41.732   Successfully installed the file.
2021-07-12 22:35:41.732   -- File entry --
2021-07-12 22:35:41.732   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.de.dll
2021-07-12 22:35:41.732   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.732   Installing the file.
2021-07-12 22:35:41.732   Successfully installed the file.
2021-07-12 22:35:41.732   -- File entry --
2021-07-12 22:35:41.732   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.el.dll
2021-07-12 22:35:41.732   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.732   Installing the file.
2021-07-12 22:35:41.732   Successfully installed the file.
2021-07-12 22:35:41.732   -- File entry --
2021-07-12 22:35:41.732   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.en_GB.dll
2021-07-12 22:35:41.732   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.732   Installing the file.
2021-07-12 22:35:41.732   Successfully installed the file.
2021-07-12 22:35:41.732   -- File entry --
2021-07-12 22:35:41.732   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.es.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.eu.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.fi.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.fr.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.gl.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.he.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.746   Successfully installed the file.
2021-07-12 22:35:41.746   -- File entry --
2021-07-12 22:35:41.746   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.hr.dll
2021-07-12 22:35:41.746   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.746   Installing the file.
2021-07-12 22:35:41.766   Successfully installed the file.
2021-07-12 22:35:41.766   -- File entry --
2021-07-12 22:35:41.766   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.hu.dll
2021-07-12 22:35:41.766   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.766   Installing the file.
2021-07-12 22:35:41.766   Successfully installed the file.
2021-07-12 22:35:41.766   -- File entry --
2021-07-12 22:35:41.766   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.hy.dll
2021-07-12 22:35:41.766   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.766   Installing the file.
2021-07-12 22:35:41.766   Successfully installed the file.
2021-07-12 22:35:41.766   -- File entry --
2021-07-12 22:35:41.766   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.id.dll
2021-07-12 22:35:41.766   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.766   Installing the file.
2021-07-12 22:35:41.766   Successfully installed the file.
2021-07-12 22:35:41.766   -- File entry --
2021-07-12 22:35:41.766   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.it.dll
2021-07-12 22:35:41.766   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.766   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ja.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ko.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.lt.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ms_MY.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.nl.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.778   Successfully installed the file.
2021-07-12 22:35:41.778   -- File entry --
2021-07-12 22:35:41.778   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.pa.dll
2021-07-12 22:35:41.778   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.778   Installing the file.
2021-07-12 22:35:41.795   Successfully installed the file.
2021-07-12 22:35:41.795   -- File entry --
2021-07-12 22:35:41.795   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.pl.dll
2021-07-12 22:35:41.795   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.795   Installing the file.
2021-07-12 22:35:41.795   Successfully installed the file.
2021-07-12 22:35:41.795   -- File entry --
2021-07-12 22:35:41.795   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.pt_BR.dll
2021-07-12 22:35:41.795   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.795   Installing the file.
2021-07-12 22:35:41.795   Successfully installed the file.
2021-07-12 22:35:41.795   -- File entry --
2021-07-12 22:35:41.795   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.pt_PT.dll
2021-07-12 22:35:41.795   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.795   Installing the file.
2021-07-12 22:35:41.795   Successfully installed the file.
2021-07-12 22:35:41.795   -- File entry --
2021-07-12 22:35:41.795   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ro.dll
2021-07-12 22:35:41.795   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.795   Installing the file.
2021-07-12 22:35:41.795   Successfully installed the file.
2021-07-12 22:35:41.795   -- File entry --
2021-07-12 22:35:41.795   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.ru.dll
2021-07-12 22:35:41.795   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.795   Installing the file.
2021-07-12 22:35:41.810   Successfully installed the file.
2021-07-12 22:35:41.810   -- File entry --
2021-07-12 22:35:41.810   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.sk.dll
2021-07-12 22:35:41.810   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.810   Installing the file.
2021-07-12 22:35:41.810   Successfully installed the file.
2021-07-12 22:35:41.810   -- File entry --
2021-07-12 22:35:41.810   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.sl.dll
2021-07-12 22:35:41.810   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.810   Installing the file.
2021-07-12 22:35:41.810   Successfully installed the file.
2021-07-12 22:35:41.810   -- File entry --
2021-07-12 22:35:41.810   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.sr.dll
2021-07-12 22:35:41.810   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.810   Installing the file.
2021-07-12 22:35:41.810   Successfully installed the file.
2021-07-12 22:35:41.810   -- File entry --
2021-07-12 22:35:41.810   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.sv.dll
2021-07-12 22:35:41.810   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.810   Installing the file.
2021-07-12 22:35:41.810   Successfully installed the file.
2021-07-12 22:35:41.810   -- File entry --
2021-07-12 22:35:41.810   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.th_TH.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.825   Successfully installed the file.
2021-07-12 22:35:41.825   -- File entry --
2021-07-12 22:35:41.825   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.tr.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.825   Successfully installed the file.
2021-07-12 22:35:41.825   -- File entry --
2021-07-12 22:35:41.825   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.tt.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.825   Successfully installed the file.
2021-07-12 22:35:41.825   -- File entry --
2021-07-12 22:35:41.825   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.uk.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.825   Successfully installed the file.
2021-07-12 22:35:41.825   -- File entry --
2021-07-12 22:35:41.825   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.vi.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.825   Successfully installed the file.
2021-07-12 22:35:41.825   -- File entry --
2021-07-12 22:35:41.825   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.zh_CN.dll
2021-07-12 22:35:41.825   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.825   Installing the file.
2021-07-12 22:35:41.842   Successfully installed the file.
2021-07-12 22:35:41.842   -- File entry --
2021-07-12 22:35:41.842   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Lang\mpcresources.zh_TW.dll
2021-07-12 22:35:41.842   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.842   Installing the file.
2021-07-12 22:35:41.842   Successfully installed the file.
2021-07-12 22:35:41.842   -- File entry --
2021-07-12 22:35:41.842   Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\mpc-hc.exe
2021-07-12 22:35:41.842   Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:41.842   Installing the file.
2021-07-12 22:35:42.049   Successfully installed the file.


Last edited by Outbreaker on Tue Jul 13, 2021 7:40 am; edited 8 times in total

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Tue Jul 13, 2021 6:48 am

LOG file Part 2:
Code:
2021-07-12 22:35:42.049  -- File entry --
2021-07-12 22:35:42.049  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\0-255 to 16-235.hlsl
2021-07-12 22:35:42.049  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.049  Installing the file.
2021-07-12 22:35:42.049  Creating directory: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders
2021-07-12 22:35:42.216  Successfully installed the file.
2021-07-12 22:35:42.216  -- File entry --
2021-07-12 22:35:42.216  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\16-235 to 0-255 [SD].hlsl
2021-07-12 22:35:42.216  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.216  Installing the file.
2021-07-12 22:35:42.216  Successfully installed the file.
2021-07-12 22:35:42.216  -- File entry --
2021-07-12 22:35:42.216  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\16-235 to 0-255 [SD][HD].hlsl
2021-07-12 22:35:42.216  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.216  Installing the file.
2021-07-12 22:35:42.216  Successfully installed the file.
2021-07-12 22:35:42.216  -- File entry --
2021-07-12 22:35:42.216  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Adaptive sharpen.hlsl
2021-07-12 22:35:42.216  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.216  Installing the file.
2021-07-12 22:35:42.216  Successfully installed the file.
2021-07-12 22:35:42.216  -- File entry --
2021-07-12 22:35:42.216  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\BT.601 to BT.709 [HD].hlsl
2021-07-12 22:35:42.216  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.216  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Deinterlace (blend).hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Denoise.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Edge sharpen.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur 3x3.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur_pass1.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur_pass2.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.235  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Grayscale.hlsl
2021-07-12 22:35:42.235  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.235  Installing the file.
2021-07-12 22:35:42.235  Successfully installed the file.
2021-07-12 22:35:42.235  -- File entry --
2021-07-12 22:35:42.243  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Invert.hlsl
2021-07-12 22:35:42.243  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.243  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\LCD angle correction.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Letterbox.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\LumaSharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Nightvision.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Procamp.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sepia.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen complex 2.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen complex.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Threshold.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\YV12 chroma upsampling.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Successfully installed the file.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\0-255 to 16-235.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\16-235 to 0-255 [SD].hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\16-235 to 0-255 [SD][HD].hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Adaptive sharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\BT.601 to BT.709 [HD].hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Deinterlace (blend).hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Denoise.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Edge sharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur 3x3.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur_pass1.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Gaussian Blur_pass2.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-12-02 07:21:46.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Grayscale.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Invert.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\LCD angle correction.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Letterbox.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\LumaSharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Nightvision.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Procamp.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sepia.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen complex 2.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen complex.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Sharpen.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\Threshold.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\Shaders\YV12 chroma upsampling.hlsl
2021-07-12 22:35:42.244  Time stamp of our file: 2020-06-07 08:33:48.000
2021-07-12 22:35:42.244  Dest file exists.
2021-07-12 22:35:42.244  Skipping due to "onlyifdoesntexist" flag.
2021-07-12 22:35:42.244  -- File entry --
2021-07-12 22:35:42.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DirectVobSub\vsfilter.dll
2021-07-12 22:35:42.244  Time stamp of our file: 2021-05-11 02:00:00.000
2021-07-12 22:35:42.244  Installing the file.
2021-07-12 22:35:42.244  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters
2021-07-12 22:35:42.264  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\DirectVobSub
2021-07-12 22:35:42.314  Successfully installed the file.
2021-07-12 22:35:42.314  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.314  -- File entry --
2021-07-12 22:35:42.314  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\XySubFilter\XySubFilter.dll
2021-07-12 22:35:42.314  Time stamp of our file: 2021-05-11 02:00:00.000
2021-07-12 22:35:42.314  Installing the file.
2021-07-12 22:35:42.314  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\XySubFilter
2021-07-12 22:35:42.356  Successfully installed the file.
2021-07-12 22:35:42.356  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.356  -- File entry --
2021-07-12 22:35:42.356  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVAudio.ax
2021-07-12 22:35:42.356  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.356  Installing the file.
2021-07-12 22:35:42.356  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\LAV
2021-07-12 22:35:42.385  Successfully installed the file.
2021-07-12 22:35:42.385  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.385  -- File entry --
2021-07-12 22:35:42.385  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVVideo.ax
2021-07-12 22:35:42.385  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.385  Installing the file.
2021-07-12 22:35:42.417  Successfully installed the file.
2021-07-12 22:35:42.417  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.417  -- File entry --
2021-07-12 22:35:42.417  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVSplitter.ax
2021-07-12 22:35:42.417  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.417  Installing the file.
2021-07-12 22:35:42.417  Successfully installed the file.
2021-07-12 22:35:42.417  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.417  -- File entry --
2021-07-12 22:35:42.417  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVFilters.Dependencies.manifest
2021-07-12 22:35:42.417  Time stamp of our file: 2018-02-18 07:08:38.000
2021-07-12 22:35:42.417  Installing the file.
2021-07-12 22:35:42.417  Successfully installed the file.
2021-07-12 22:35:42.417  -- File entry --
2021-07-12 22:35:42.417  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\avcodec-lav-58.dll
2021-07-12 22:35:42.417  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.417  Installing the file.
2021-07-12 22:35:42.791  Successfully installed the file.
2021-07-12 22:35:42.791  -- File entry --
2021-07-12 22:35:42.791  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\avfilter-lav-7.dll
2021-07-12 22:35:42.791  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.791  Installing the file.
2021-07-12 22:35:42.791  Successfully installed the file.
2021-07-12 22:35:42.791  -- File entry --
2021-07-12 22:35:42.791  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\avformat-lav-58.dll
2021-07-12 22:35:42.791  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.791  Installing the file.
2021-07-12 22:35:42.918  Successfully installed the file.
2021-07-12 22:35:42.918  -- File entry --
2021-07-12 22:35:42.942  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\avresample-lav-4.dll
2021-07-12 22:35:42.942  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.942  Installing the file.
2021-07-12 22:35:42.947  Successfully installed the file.
2021-07-12 22:35:42.947  -- File entry --
2021-07-12 22:35:42.947  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\avutil-lav-56.dll
2021-07-12 22:35:42.947  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.947  Installing the file.
2021-07-12 22:35:42.947  Successfully installed the file.
2021-07-12 22:35:42.947  -- File entry --
2021-07-12 22:35:42.947  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\swscale-lav-5.dll
2021-07-12 22:35:42.947  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.947  Installing the file.
2021-07-12 22:35:42.974  Successfully installed the file.
2021-07-12 22:35:42.974  -- File entry --
2021-07-12 22:35:42.980  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\libbluray.dll
2021-07-12 22:35:42.980  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.980  Installing the file.
2021-07-12 22:35:42.980  Successfully installed the file.
2021-07-12 22:35:42.980  -- File entry --
2021-07-12 22:35:42.980  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\LAV\IntelQuickSyncDecoder.dll
2021-07-12 22:35:42.980  Time stamp of our file: 2021-06-21 02:00:00.000
2021-07-12 22:35:42.980  Installing the file.
2021-07-12 22:35:42.980  Successfully installed the file.
2021-07-12 22:35:42.980  -- File entry --
2021-07-12 22:35:42.980  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Icaros License.txt
2021-07-12 22:35:42.980  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:42.980  Installing the file.
2021-07-12 22:35:42.980  Creating directory: C:\Program Files\K-Lite Codec Pack\Icaros
2021-07-12 22:35:42.980  Successfully installed the file.
2021-07-12 22:35:42.980  -- File entry --
2021-07-12 22:35:42.980  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosThumbnailProvider.dll
2021-07-12 22:35:42.980  Time stamp of our file: 2021-05-20 02:41:46.000
2021-07-12 22:35:42.980  Installing the file.
2021-07-12 22:35:42.980  Creating directory: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit
2021-07-12 22:35:42.999  Successfully installed the file.
2021-07-12 22:35:42.999  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:42.999  -- File entry --
2021-07-12 22:35:42.999  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosCache.dll
2021-07-12 22:35:42.999  Time stamp of our file: 2021-05-20 02:41:42.000
2021-07-12 22:35:42.999  Installing the file.
2021-07-12 22:35:42.999  Successfully installed the file.
2021-07-12 22:35:42.999  -- File entry --
2021-07-12 22:35:42.999  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\avcodec-ics-58.dll
2021-07-12 22:35:42.999  Time stamp of our file: 2021-05-18 06:28:00.000
2021-07-12 22:35:42.999  Installing the file.
2021-07-12 22:35:43.135  Successfully installed the file.
2021-07-12 22:35:43.135  -- File entry --
2021-07-12 22:35:43.135  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\avformat-ics-58.dll
2021-07-12 22:35:43.135  Time stamp of our file: 2021-05-18 06:28:00.000
2021-07-12 22:35:43.135  Installing the file.
2021-07-12 22:35:43.167  Successfully installed the file.
2021-07-12 22:35:43.167  -- File entry --
2021-07-12 22:35:43.167  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\avutil-ics-56.dll
2021-07-12 22:35:43.167  Time stamp of our file: 2021-05-18 06:28:00.000
2021-07-12 22:35:43.167  Installing the file.
2021-07-12 22:35:43.191  Successfully installed the file.
2021-07-12 22:35:43.191  -- File entry --
2021-07-12 22:35:43.191  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\libunarr-ics.dll
2021-07-12 22:35:43.191  Time stamp of our file: 2021-05-18 06:28:00.000
2021-07-12 22:35:43.191  Installing the file.
2021-07-12 22:35:43.200  Successfully installed the file.
2021-07-12 22:35:43.200  -- File entry --
2021-07-12 22:35:43.200  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\swscale-ics-5.dll
2021-07-12 22:35:43.200  Time stamp of our file: 2021-05-18 06:28:00.000
2021-07-12 22:35:43.200  Installing the file.
2021-07-12 22:35:43.200  Successfully installed the file.
2021-07-12 22:35:43.200  -- File entry --
2021-07-12 22:35:43.200  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosPropertyHandler.dll
2021-07-12 22:35:43.200  Time stamp of our file: 2021-05-20 02:41:46.000
2021-07-12 22:35:43.200  Installing the file.
2021-07-12 22:35:43.220  Successfully installed the file.
2021-07-12 22:35:43.220  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:43.220  -- File entry --
2021-07-12 22:35:43.220  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\IcarosDescriptions.propdesc
2021-07-12 22:35:43.220  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.220  Installing the file.
2021-07-12 22:35:43.220  Creating directory: C:\Program Files\K-Lite Codec Pack\Icaros\Resources
2021-07-12 22:35:43.220  Successfully installed the file.
2021-07-12 22:35:43.220  -- File entry --
2021-07-12 22:35:43.220  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.da.po
2021-07-12 22:35:43.220  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.220  Installing the file.
2021-07-12 22:35:43.220  Creating directory: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.de.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.el.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.es.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.fi.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.fr.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.hu.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.hy.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.it.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.231  -- File entry --
2021-07-12 22:35:43.231  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.ja.po
2021-07-12 22:35:43.231  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.231  Installing the file.
2021-07-12 22:35:43.231  Successfully installed the file.
2021-07-12 22:35:43.243  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.ko.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.nl-NL.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.pl.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.pt.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.ru.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.tr.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.uk.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.ur.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.zh-Hans.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Icaros\Resources\Localize\Config.zh-Hant.po
2021-07-12 22:35:43.244  Time stamp of our file: 2021-05-20 02:39:02.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Successfully installed the file.
2021-07-12 22:35:43.244  -- File entry --
2021-07-12 22:35:43.244  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\madVR.ax
2021-07-12 22:35:43.244  Time stamp of our file: 2018-09-29 03:47:24.000
2021-07-12 22:35:43.244  Installing the file.
2021-07-12 22:35:43.244  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\madVR
2021-07-12 22:35:44.384  Successfully installed the file.
2021-07-12 22:35:44.384  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:44.384  -- File entry --
2021-07-12 22:35:44.384  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\mvrSettings32.dll
2021-07-12 22:35:44.384  Time stamp of our file: 2018-09-29 01:14:04.000
2021-07-12 22:35:44.384  Installing the file.
2021-07-12 22:35:44.478  Successfully installed the file.
2021-07-12 22:35:44.478  -- File entry --
2021-07-12 22:35:44.478  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\madHcCtrl.exe
2021-07-12 22:35:44.478  Time stamp of our file: 2018-09-29 03:37:50.000
2021-07-12 22:35:44.478  Installing the file.
2021-07-12 22:35:44.572  Successfully installed the file.
2021-07-12 22:35:44.572  -- File entry --
2021-07-12 22:35:44.572  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\madHcNet32.dll
2021-07-12 22:35:44.572  Time stamp of our file: 2018-08-29 00:53:46.000
2021-07-12 22:35:44.572  Installing the file.
2021-07-12 22:35:44.572  Successfully installed the file.
2021-07-12 22:35:44.572  -- File entry --
2021-07-12 22:35:44.572  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\amd_ags_x86.dll
2021-07-12 22:35:44.572  Time stamp of our file: 2017-03-28 19:25:00.000
2021-07-12 22:35:44.572  Installing the file.
2021-07-12 22:35:44.605  Successfully installed the file.
2021-07-12 22:35:44.605  -- File entry --
2021-07-12 22:35:44.605  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\license.txt
2021-07-12 22:35:44.605  Time stamp of our file: 2017-08-17 06:59:26.000
2021-07-12 22:35:44.605  Installing the file.
2021-07-12 22:35:44.605  Successfully installed the file.
2021-07-12 22:35:44.605  -- File entry --
2021-07-12 22:35:44.605  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\tips.txt
2021-07-12 22:35:44.605  Time stamp of our file: 2014-01-28 08:37:50.000
2021-07-12 22:35:44.605  Installing the file.
2021-07-12 22:35:44.605  Successfully installed the file.
2021-07-12 22:35:44.605  -- File entry --
2021-07-12 22:35:44.605  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\madVR\unrar.dll
2021-07-12 22:35:44.605  Time stamp of our file: 2020-06-04 11:25:30.000
2021-07-12 22:35:44.605  Installing the file.
2021-07-12 22:35:44.605  Successfully installed the file.
2021-07-12 22:35:44.626  -- File entry --
2021-07-12 22:35:44.626  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\MPCVR\MpcVideoRenderer.ax
2021-07-12 22:35:44.626  Time stamp of our file: 2021-06-23 02:00:00.000
2021-07-12 22:35:44.626  Installing the file.
2021-07-12 22:35:44.626  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\MPCVR
2021-07-12 22:35:44.638  Successfully installed the file.
2021-07-12 22:35:44.638  Will register the file (a DLL/OCX) later.
2021-07-12 22:35:44.638  -- File entry --
2021-07-12 22:35:44.638  Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\mediainfo.exe
2021-07-12 22:35:44.638  Time stamp of our file: 2009-07-21 08:26:10.000
2021-07-12 22:35:44.638  Installing the file.
2021-07-12 22:35:44.669  Successfully installed the file.
2021-07-12 22:35:44.669  -- File entry --
2021-07-12 22:35:44.669  Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\mediainfo.dll
2021-07-12 22:35:44.669  Time stamp of our file: 2021-03-27 02:00:00.000
2021-07-12 22:35:44.669  Installing the file.
2021-07-12 22:35:44.794  Successfully installed the file.
2021-07-12 22:35:44.794  -- File entry --
2021-07-12 22:35:44.794  Dest filename: C:\Program Files\K-Lite Codec Pack\MPC-HC\mediainfo.dll
2021-07-12 22:35:44.794  Time stamp of our file: 2021-03-27 02:00:00.000
2021-07-12 22:35:44.794  Installing the file.
2021-07-12 22:35:44.824  Successfully installed the file.
2021-07-12 22:35:44.824  -- File entry --
2021-07-12 22:35:44.824  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\DCBassSourceMod.ax
2021-07-12 22:35:44.824  Time stamp of our file: 2013-02-24 11:40:40.000
2021-07-12 22:35:44.824  Installing the file.
2021-07-12 22:35:44.824  Creating directory: C:\Program Files\K-Lite Codec Pack\Filters\DCBass
2021-07-12 22:35:44.917  Successfully installed the file.
2021-07-12 22:35:44.917  -- File entry --
2021-07-12 22:35:44.917  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\bass.dll
2021-07-12 22:35:44.917  Time stamp of our file: 2013-02-16 05:02:02.000
2021-07-12 22:35:44.917  Installing the file.
2021-07-12 22:35:44.917  Successfully installed the file.
2021-07-12 22:35:44.917  -- File entry --
2021-07-12 22:35:44.917  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\bass_aac.dll
2021-07-12 22:35:44.917  Time stamp of our file: 2012-10-16 05:18:00.000
2021-07-12 22:35:44.917  Installing the file.
2021-07-12 22:35:44.917  Successfully installed the file.
2021-07-12 22:35:44.917  -- File entry --
2021-07-12 22:35:44.917  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\bass_alac.dll
2021-07-12 22:35:44.917  Time stamp of our file: 2013-01-31 08:02:40.000
2021-07-12 22:35:44.917  Installing the file.
2021-07-12 22:35:44.940  Successfully installed the file.
2021-07-12 22:35:44.940  -- File entry --
2021-07-12 22:35:44.940  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\bass_ofr.dll
2021-07-12 22:35:44.940  Time stamp of our file: 2009-04-24 03:20:48.000
2021-07-12 22:35:44.940  Installing the file.
2021-07-12 22:35:44.940  Successfully installed the file.
2021-07-12 22:35:44.940  -- File entry --
2021-07-12 22:35:44.940  Dest filename: C:\Program Files\K-Lite Codec Pack\Filters\DCBass\OptimFROG.dll
2021-07-12 22:35:44.940  Time stamp of our file: 2016-09-02 06:50:28.000
2021-07-12 22:35:44.940  Installing the file.
2021-07-12 22:35:44.947  Successfully installed the file.
2021-07-12 22:35:44.947  -- File entry --
2021-07-12 22:35:44.947  Dest filename: C:\Program Files\K-Lite Codec Pack\Icons\delete.ico
2021-07-12 22:35:44.947  Time stamp of our file: 2006-04-15 05:30:48.000
2021-07-12 22:35:44.947  Installing the file.
2021-07-12 22:35:44.947  Creating directory: C:\Program Files\K-Lite Codec Pack\Icons
2021-07-12 22:35:44.947  Successfully installed the file.
2021-07-12 22:35:44.947  -- File entry --
2021-07-12 22:35:44.947  Dest filename: C:\Program Files\K-Lite Codec Pack\Icons\config.ico
2021-07-12 22:35:44.947  Time stamp of our file: 2006-04-15 05:30:48.000
2021-07-12 22:35:44.947  Installing the file.
2021-07-12 22:35:44.947  Successfully installed the file.
2021-07-12 22:35:44.947  -- File entry --
2021-07-12 22:35:44.947  Dest filename: C:\Program Files\K-Lite Codec Pack\Tools\dxwebsetup.exe
2021-07-12 22:35:44.947  Time stamp of our file: 2019-02-17 15:09:00.000
2021-07-12 22:35:44.947  Installing the file.
2021-07-12 22:35:45.415  Successfully installed the file.
2021-07-12 22:35:45.415  Creating directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\K-Lite Codec Pack
2021-07-12 22:35:45.498  Creating directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\K-Lite Codec Pack\Configuration
2021-07-12 22:35:45.684  Creating directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\K-Lite Codec Pack\Tools
2021-07-12 22:35:45.703  Creating directory: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\K-Lite Codec Pack\Uninstall
2021-07-12 22:35:45.776  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\DirectVobSub\vsfilter.dll
2021-07-12 22:35:45.776  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\DirectVobSub\vsfilter.dll"
2021-07-12 22:35:45.838  Registration successful.
2021-07-12 22:35:45.838  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\XySubFilter\XySubFilter.dll
2021-07-12 22:35:45.838  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\XySubFilter\XySubFilter.dll"
2021-07-12 22:35:45.855  Registration successful.
2021-07-12 22:35:45.855  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVAudio.ax
2021-07-12 22:35:45.855  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVAudio.ax"
2021-07-12 22:35:45.932  Registration successful.
2021-07-12 22:35:45.932  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVVideo.ax
2021-07-12 22:35:45.932  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVVideo.ax"
2021-07-12 22:35:45.947  Registration successful.
2021-07-12 22:35:45.947  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVSplitter.ax
2021-07-12 22:35:45.947  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\LAV\LAVSplitter.ax"
2021-07-12 22:35:45.996  Registration successful.
2021-07-12 22:35:45.996  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosThumbnailProvider.dll
2021-07-12 22:35:45.996  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosThumbnailProvider.dll"
2021-07-12 22:35:46.043  Registration successful.
2021-07-12 22:35:46.043  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosPropertyHandler.dll
2021-07-12 22:35:46.043  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Icaros\32-bit\IcarosPropertyHandler.dll"
2021-07-12 22:35:46.087  Registration successful.
2021-07-12 22:35:46.087  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\madVR\madVR.ax
2021-07-12 22:35:46.087  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\madVR\madVR.ax"
2021-07-12 22:35:46.150  Registration successful.
2021-07-12 22:35:46.150  Registering 32-bit DLL/OCX: C:\Program Files\K-Lite Codec Pack\Filters\MPCVR\MpcVideoRenderer.ax
2021-07-12 22:35:46.150  Spawning 32-bit RegSvr32: "C:\Windows\system32\regsvr32.exe" /s "C:\Program Files\K-Lite Codec Pack\Filters\MPCVR\MpcVideoRenderer.ax"
2021-07-12 22:35:46.182  Registration successful.
2021-07-12 22:35:46.182  Saving uninstall information.
2021-07-12 22:35:46.182  Creating new uninstall key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\KLiteCodecPack_is1
2021-07-12 22:35:46.182  Writing uninstall key values.
2021-07-12 22:35:46.182  Detected previous non administrative install? No
2021-07-12 22:35:46.199  Installation process succeeded.
2021-07-12 22:35:46.199  Performing additional configuration steps
2021-07-12 22:35:46.199  Configuring MPC-HC
2021-07-12 22:35:46.215  Creating file associations
2021-07-12 22:35:46.215  Extracting temporary file: C:\Windows\TEMP\is-GV2OU.tmp\SetUserFTA.exe
2021-07-12 22:35:50.525  Applying thumbnail settings
2021-07-12 22:35:50.588  Start detection of broken codecs (32-bit)
2021-07-12 22:35:50.588  Finished detection of broken codecs (32-bit)
2021-07-12 22:35:50.588  Start detection of broken DirectShow filters (32-bit)
2021-07-12 22:35:50.650  Finished detection of broken DirectShow filters (32-bit)
2021-07-12 22:35:50.650  Start detection of invalid references in Media Type keys
2021-07-12 22:35:50.650  Finished detection of invalid references in Media Type keys
2021-07-12 22:35:50.650  Start detection of broken DirectX Media Objects
2021-07-12 22:35:50.650  Finished detection of broken DirectX Media Objects
2021-07-12 22:35:50.650  Clearing ActiveMovie filter cache
2021-07-12 22:35:50.650  Creating scheduled task for update checking
2021-07-12 22:35:50.698  Failed to create a scheduled task for update checking
2021-07-12 22:35:50.698  Installation complete
2021-07-12 22:35:50.838  Need to restart Windows? No
2021-07-12 22:35:50.855  Deinitializing Setup.
2021-07-12 22:35:50.855  DeinitializeSetup
2021-07-12 22:35:50.869  Log closed.

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Tue Jul 13, 2021 1:03 pm

Do you still have the old logs where it hanged? If I know where it occurs, then it may be fixable.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Tue Jul 13, 2021 1:12 pm

No no, it doesn't hang anymore this was a command typo error on my side.
I thought the "*.ini" file would not get loaded but after checking the log file i saw that it did.
The problem is that the User settings are not being implement because the file "$OEM$\$$\Setup\Scripts\SetupComplete.cmd" is run with the System Account. And because K-Lite is not adding the User Register Keys for all users, the settings are not getting added for the new created Administrator Account at the end of the Windows 10 installation.
That's way i posted 2 workarounds for this in my post above.

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Tue Jul 13, 2021 5:25 pm

Was the SYSTEM user running in interactive mode? If not, a messagebox could have caused the hang. I recommend adding /SUPPRESSMSGBOXES to the installer command line.

Writing the HKCU settings to the Default user key as well, is something I could add in a future version. Then you would not need that workaround.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Tue Jul 13, 2021 5:43 pm

Yes the switch /SUPPRESSMSGBOXES will work too if their is a commend typo. The file "$OEM$\$$\Setup\Scripts\SetupComplete.cmd" always runs hidden so if their is a Message Box popping-up then the Windows 10 installation will hang. Rolling Eyes

And adding the HKCU settings to the Default user key is very imported for an OEM installation. And it also better if all new user accounts have all the configured K-Lite settings. Wink

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Tue Jul 13, 2021 11:08 pm

I have tested and when running as SYSTEM user account, Windows should already redirect HKCU to HKEY_USERS\.DEFAULT

I plan to also implement writing settings to default user key when running as a regular Administator account. Will probably be done around 16.4.0 or maybe sooner.

Version 16.3.3 beta will have some small improvements for when running as SYSTEM.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Wed Jul 14, 2021 6:41 am

Nice, Can't wait to test the version 16.4.0. bounce

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Outbreaker Tue Sep 14, 2021 6:22 pm

Was this fixed in version 16.4.0 or is it for the next version?

Outbreaker

Posts : 19
Join date : 2012-02-20

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Admin Tue Sep 14, 2021 7:29 pm

Writing to .DEFAULT when installing as normal admin? That is not implemented yet. It is on the long ToDo list.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Windows 10 OEM Unattended not working. Empty Re: Windows 10 OEM Unattended not working.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum