March 22, 201411 yr Just fixed the msu, was a stupid typo on my end. I was passing C:\...\1.msu" instead of "C:\...\1.msu" (quote missing). P.S. Windows updates should be on their own tab anyway so that another bug. UPDATE: Uploaded test version.
March 22, 201411 yr Of course can Shark codecs be installed silently and without toolbars & co.! You must unpack (7zip) the original-installer and use only the exe-file: Advanced.exe /S /v/qn for the 32bit-codecsAdvanced_x64Components.exe -ai for the additional x64-components After the installation the installed codecs starts and calls the IE, but don't worry, it doesn't stops the installation of the following silent installers! BTW, this is not growing on my efforts, it's in the Shark007-forum! http://shark007.net/forum/Thread-Commandline-installation Thiersee Yes, I know that extracting them helps (I also have read this thread in his forum) but extracting/repackaging breaks the way, how I automatically keep all my installers up to date eq Automation. Also doesnt change the fact, that by default they cannot be installed silently and without Malware or Junk. Ofc, I could extract those, repackage all installers...but why should I, if there are better suitable alternatives? Anyway...wont generate anymore offtopic into this thread... PS: Just my 2 cents, if creating Unattended windows Installer with software (repackaging, etc, etc) takes more time, then actually installing those manual way, it pretty much defeats the purpose, at least for me... Edited March 22, 201411 yr by Etz
March 22, 201411 yr Author Just fixed the msu, was a stupid typo on my end. I was passing C:\...\1.msu" instead of "C:\...\1.msu" (quote missing). P.S. Windows updates should be on their own tab anyway so that another bug. UPDATE: Uploaded test version.Downloaded 1.4.37.2: 1) It's this, what you mean with multi-threading? 2) All the programs have been installed without issues, but NO ONE of the Windows-Updates has been, even if "green checked"; under "Updates-Tab" (WinToolkit RunOnce Installer) the files are in the sequence they have in the INI, NOT in the sequence, they have in "SFX-Silent-Installer Tab" in AIO. Thiersee
March 22, 201411 yr They installed fine for me using the latest test build. However it's much simpler to install updates in name order.
March 23, 201411 yr Silent Instaler / Runce Installer works till Version 1.4.35.5. Unfortunately, it is not with version 1.4.37.4 :-(
March 23, 201411 yr Author Any news Thiersee?I'm just installing with 1.4.37.4; hope it works.I'll report asap. Otherwise I don't know. wahot happens with WTK and MY Installation:it takes 2-3 seconds when RunOnceInstaller starts to put the updates under "Upadtes" tab and it was, they don't get installed; let see what happens with the running installation. I just made another try: I packed all the Win-Updates (not integratable) in an SFX-File with the silent switches: I'll put it under SFX-Installers and try again. Edit:no, it doesn't work with 1.4.37.5 too :sad01_anim:! My try:I packed all the windows-updates in an SFX-archive and the silent-switches in the setup script, this SFX under "Silent-Installer" and it works!I packed the three updates for XP-Mode in another SFX too and put it in the section for programs to be selected: it works perfectly too! So, as Frank Sinatra said:I did it my way! But, of course, I continue testing newer versions! Thiersee Edited March 23, 201411 yr by Thiersee
March 27, 201411 yr Author Just installing , to control another "small" issue too, coming out again with Test 14: MSI-based silent-installers don't get installed.
March 27, 201411 yr Author I'm back now! With 1.4.37.15 all the MSI-based-installers get installed again, very good!But all the not integratable windows-updates still don't get installed :sad02:! I think a possibility could be to put a reboot before (with a timer, let say 1minute for unattended install, or an "immediate button") WinToolkit RunOnce starts,between Universal Theme Patcher and WinToolkit RunOnce I worked in the past with a program like Wintoolkit, but for WinXP: this program had this possibility and it was very useful.But this is of course only an idea, you can proof, if it could help or not.
March 27, 201411 yr A reboot wouldn't have fixed the update issue. It's just not detecting them at all which is strange. Can I please have the WinToolkit_RunOnce_Log.log from the system32 folder?
March 27, 201411 yr Author ...It's just not detecting them at all which is strange. Indeed; anyway MS says for KB2603229, for example,: Note for OEMs and system buildersDo not slipstream this update into preconfigured operating system images. You must run this update only after the operating system is installed and the Out-of-Box Experience (OOBE) is finished.May be at that Point OOBE isnot yet finished, I don't know.
March 27, 201411 yr In the latest test, it was no longer installed in the silent section. What other updates was supposed to install silently?
March 27, 201411 yr i don't think oobe isn't finished at this point. my setupcomplete is installing kb2533552 and kb2603229. setupcomplete does his job immediately after you created the user during windows setup and clicked on "Weiter". no problems here.
March 27, 201411 yr Here is my setupcomplete with inserted REM-Lines. Maybe it helps to find errors or bugs. in this order things are intalling i never had problems. @ECHO OFFREG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceExSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx SET INST=%windir%\setup\scripts\INSTSET TEST=%windir%\setup\scripts\INST\TESTSET ROE=%windir%\setup\scripts\ROESET ROEE=%systemdrive%\ROEESET SWOW=%SystemRoot%\SysWOW64\cmd.exe GOTO INSTROE REM Area for RunOnceEx Registry-Entries. Installs after User-Login and RunOnce:INSTROEREG ADD %KEY% /V TITLE /D "Installiere" /f REG ADD %KEY%\000 /VE /D "Abschluss der Windows-Installation" /fif exist %ROE%\Abschluss-x86.exe REG ADD %KEY%\000 /V 1 /D "%ROE%\Abschluss-x86.exe" /fif exist %ROE%\Abschluss-x64.exe REG ADD %KEY%\000 /V 1 /D "%ROE%\Abschluss-x64.exe" /f if exist %ROEE%\Flash-AIR-Java.exe REG ADD %KEY%\000 /V 2 /D "%ROEE%\Flash-AIR-Java.exe" /fif exist %ROEE%\Java-x64.exe REG ADD %KEY%\000 /V 3 /D "%ROEE%\Java-x64.exe" /f if exist %ROEE%\burnaware-free.exe REG ADD %KEY%\000 /V 4 /D "%ROEE%\burnaware-free.exe" /f if exist %ROEE%\Defraggler.exe REG ADD %KEY%\000 /V 5 /D "%ROEE%\Defraggler.exe" /f if exist %ROE%\Recuva.exe REG ADD %KEY%\000 /V 6 /D "%ROE%\Recuva.exe" /f if exist %ROEE%\Speccy.exe REG ADD %KEY%\000 /V 7 /D "%ROEE%\Speccy.exe" /f if exist %ROE%\SumatraPDF-2.4-install.exe REG ADD %KEY%\000 /V 8 /D "%ROE%\SumatraPDF-2.4-install.exe /s /register /opt plugin, pdffilter, pdfpreviewer" /f if exist %ROE%\Universal-Extractor.exe REG ADD %KEY%\000 /V 9 /D "%ROE%\Universal-Extractor.exe /S /NCRC" /f if exist %ROEE%\Virtual-Clone-Drive-5.4.7.0.exe REG ADD %KEY%\000 /V 10 /D "%ROEE%\Virtual-Clone-Drive-5.4.7.0.exe" /f REG ADD %KEY%\000 /V 11 /D "%ROE%\MS-Security-Essentials.exe" /fREG ADD %KEY%\000 /V 12 /D "%ROE%\HideWSUS.exe" /f REM Only needed if WinToolkit's Silent-Installer doesn't start.::if exist %WINDIR%\System32\WinToolkitRunOnce.exe REG ADD %KEY%\000 /V 13 /D "%WINDIR%\System32\WinToolkitRunOnce.exe" /f GOTO INST REM Installs immediately after creating User and before User-login:INSTif exist %INST%\MS\Windows6.1-KB2533552-x86.msu start /wait %INST%\MS\Windows6.1-KB2533552-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2533552-x64.msu start /wait %INST%\MS\Windows6.1-KB2533552-x64.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2603229-x64.msu start /wait %INST%\MS\Windows6.1-KB2603229-x64.msu /quiet /norestart >nulif exist %INST%\MS\msxml4-KB2758694-deu.exe start /wait %INST%\MS\msxml4-KB2758694-deu.exe >nul if exist %INST%\MS\NET-4.5.1.exe start /wait %INST%\MS\NET-4.5.1.exe >nul if exist %INST%\MS\MSVC-directX-x86.exe start /wait %INST%\MS\MSVC-directX-x86.exe >nulif exist %INST%\MS\MSVC-directX-x64.exe start /wait %INST%\MS\MSVC-directX-x64.exe >nul ECHO wscript.sleep 3000 >%temp%\sleep.vbswscript.exe %temp%\sleep.vbsDEL "%temp%\sleep.vbs" /f /q >nul start /wait %INST%\MS\Silverlight.exe /q >nul if exist %INST%\MS\Windows6.1-KB2685811-x86.msu start /wait %INST%\MS\Windows6.1-KB2685811-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2685811-x64.msu start /wait %INST%\MS\Windows6.1-KB2685811-x64.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2685813-x86.msu start /wait %INST%\MS\Windows6.1-KB2685813-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2685813-x64.msu start /wait %INST%\MS\Windows6.1-KB2685813-x64.msu /quiet /norestart >nul if exist %INST%\MS\Windows6.1-KB2862330-v2-x86.msu start /wait %INST%\MS\Windows6.1-KB2862330-v2-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2862330-v2-x64.msu start /wait %INST%\MS\Windows6.1-KB2862330-v2-x64.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2895729-v2-x86.msu start /wait %INST%\MS\Windows6.1-KB2895729-v2-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB2895729-v2-x64.msu start /wait %INST%\MS\Windows6.1-KB2895729-v2-x64.msu /quiet /norestart >nul if exist %INST%\MS\Windows6.1-KB971033-x86.msu start /wait %INST%\MS\Windows6.1-KB971033-x86.msu /quiet /norestart >nulif exist %INST%\MS\Windows6.1-KB971033-x64.msu start /wait %INST%\MS\Windows6.1-KB971033-x64.msu /quiet /norestart >nul GOTO END :ENDcd %~dp0 REM Energieeinstellungenpowercfg.exe -change -monitor-timeout-ac 45powercfg.exe -change -standby-timeout-ac 720powercfg.exe -change -disk-timeout-ac 600 ECHO wscript.sleep 1000 >%temp%\sleep.vbswscript.exe %temp%\sleep.vbsDEL "%temp%\sleep.vbs" /f /q >nul REM Windows Updatesc.exe stop wuauservREG ADD "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoRebootWithLoggedOnUsers /t REG_DWORD /d "00000001" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d "00000002" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v ElevateNonAdmins /t REG_DWORD /d "00000000" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v EnableFeaturedSoftware /t REG_DWORD /d "00000001" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v IncludeRecommendedUpdates /t REG_DWORD /d "00000000" /f >nul REM SystemwiederherstellungREG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v RPGlobalInterval /t REG_DWORD /d "00172800" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v RPLifeInterval /t REG_DWORD /d "00345600" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v ThawInterval /t REG_DWORD /d "00000900" /f >nulREG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v FirstRun /t REG_DWORD /d "00000000" /f >nul ECHO wscript.sleep 1000 >%temp%\sleep.vbswscript.exe %temp%\sleep.vbsDEL "%temp%\sleep.vbs" /f /q >nul REM Letzter Zugriffsstempel AUSFSUTIL behavior set disablelastaccess 1 ECHO wscript.sleep 1000 >%temp%\sleep.vbswscript.exe %temp%\sleep.vbsDEL "%temp%\sleep.vbs" /f /q >nul if exist %INST% rd /s /q %INST% >nul ECHO wscript.sleep 3000 >%temp%\sleep.vbswscript.exe %temp%\sleep.vbsDEL "%temp%\sleep.vbs" /f /q >nul DEL /f /s /q "%windir%\setup\scripts\SetupComplete.cmd" >nul exit
March 27, 201411 yr Author .....Can I please have the WinToolkit_RunOnce_Log.log from the system32 folder?Of course, you can!Version: 1.4.37.15Description:-----------------STARTING--------------Version: 1.4.37.15Description: IsSystem: FalseIsAdministratorTrueVersion: 1.4.37.15Description: Detecting SetupComplete.cmdVersion: 1.4.37.15Description: Creating Shutdown Handle.Version: 1.4.37.15Description: Loading...Version: 1.4.37.15Description: Detecting DrivesVersion: 1.4.37.15Description: Install Location Found: Setup E:\Version: 1.4.37.15Description: Detectign PathsVersion: 1.4.37.15Description: Detecting SourcesVersion: 1.4.37.15Description: Drive Found: C:\ FixedVersion: 1.4.37.15Description: Drive Found: D:\ FixedVersion: 1.4.37.15Description: Drive Found: E:\ CDRomVersion: 1.4.37.15Description: INI Found: E:\sources\install.iniVersion: 1.4.37.15Description: Entry Found: 00000|AdobeReader_v11.0.06_de_DEValue: |%DVD%:\WinToolkit_Apps\AdobeReader_v11.0.06_de_DE\AdbeRdr11006_de_DE.exe*/sPB /rsVersion: 1.4.37.15Description: ERROR INI P1: INSTALLDIRP2: Sources\AppsP3:Version: 1.4.37.15Description: ERROR INI P1: DRIVERDIRP2: Sources\DriversP3:Version: 1.4.37.15Description: ERROR INI P1: REBOOTP2: FALSEP3:Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\AdobeReader_v11.0.06_de_DE\AdbeRdr11006_de_DE.exeP2: /sPB /rsVersion: 1.4.37.15Description: Auto Added: AdobeReader_v11.0.06_de_DEP1: E:\\WinToolkit_Apps\AdobeReader_v11.0.06_de_DE\AdbeRdr11006_de_DE.exeP2: /sPB /rsVersion: 1.4.37.15Description: Entry Found: 00001|CAPICOM-KB931906-v2102Value: |%DVD%:\WinToolkit_Apps\CAPICOM-KB931906-v2102\CAPICOM-KB931906-v2102.exe*/QVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\CAPICOM-KB931906-v2102\CAPICOM-KB931906-v2102.exeP2: /QVersion: 1.4.37.15Description: Auto Added: CAPICOM-KB931906-v2102P1: E:\\WinToolkit_Apps\CAPICOM-KB931906-v2102\CAPICOM-KB931906-v2102.exeP2: /QVersion: 1.4.37.15Description: Entry Found: 00002|dotNetFx451_Full_LDR_x86_x64intl_SlimValue: |%DVD%:\WinToolkit_Apps\dotNetFx451_Full_LDR_x86_x64intl_Slim\dotNetFx451_Full_LDR_x86_x64intl_Slim.exe*/y /sfxlang:1031Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\dotNetFx451_Full_LDR_x86_x64intl_Slim\dotNetFx451_Full_LDR_x86_x64intl_Slim.exeP2: /y /sfxlang:1031Version: 1.4.37.15Description: Auto Added: dotNetFx451_Full_LDR_x86_x64intl_SlimP1: E:\\WinToolkit_Apps\dotNetFx451_Full_LDR_x86_x64intl_Slim\dotNetFx451_Full_LDR_x86_x64intl_Slim.exeP2: /y /sfxlang:1031Version: 1.4.37.15Description: Entry Found: 00003|McRipSF-2.0.2014.03.26Value: |%DVD%:\WinToolkit_Apps\McRipSF-2.0.2014.03.26\McRipSF-2.0.2014.03.26.exe*/VERYSILENT /NORESTARTVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\McRipSF-2.0.2014.03.26\McRipSF-2.0.2014.03.26.exeP2: /VERYSILENT /NORESTARTVersion: 1.4.37.15Description: Auto Added: McRipSF-2.0.2014.03.26P1: E:\\WinToolkit_Apps\McRipSF-2.0.2014.03.26\McRipSF-2.0.2014.03.26.exeP2: /VERYSILENT /NORESTARTVersion: 1.4.37.15Description: Entry Found: 00004|VC_RedistInstaller_1.6.0Value: |%DVD%:\WinToolkit_Apps\VC_RedistInstaller_1.6.0\VC_RedistInstaller_1.6.0.exe*/VERYSILENT /NORESTARTVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\VC_RedistInstaller_1.6.0\VC_RedistInstaller_1.6.0.exeP2: /VERYSILENT /NORESTARTVersion: 1.4.37.15Description: Auto Added: VC_RedistInstaller_1.6.0P1: E:\\WinToolkit_Apps\VC_RedistInstaller_1.6.0\VC_RedistInstaller_1.6.0.exeP2: /VERYSILENT /NORESTARTVersion: 1.4.37.15Description: Entry Found: 00005|msxml_4_SP3Value: |%DVD%:\WinToolkit_Apps\msxml_4_SP3\msxml_4_SP3.msi*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\msxml_4_SP3\msxml_4_SP3.msiP2: /quiet /norestartVersion: 1.4.37.15Description: Auto Added: msxml_4_SP3P1: E:\\WinToolkit_Apps\msxml_4_SP3\msxml_4_SP3.msiP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00006|Windows6.1-KB958559-x64-RefreshPkgValue: %DVD%:\WinToolkit_Apps\Windows6.1-KB958559-x64-RefreshPkg\Windows6.1-KB958559-x64-RefreshPkg.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB958559-x64-RefreshPkg\Windows6.1-KB958559-x64-RefreshPkg.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB958559-x64-RefreshPkgP1: E:\\WinToolkit_Apps\Windows6.1-KB958559-x64-RefreshPkg\Windows6.1-KB958559-x64-RefreshPkg.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00007|Windows6.1-KB2652034-v2-x64Value: %DVD%:\WinToolkit_Apps\Windows6.1-KB2652034-v2-x64\Windows6.1-KB2652034-v2-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2652034-v2-x64\Windows6.1-KB2652034-v2-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2652034-v2-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2652034-v2-x64\Windows6.1-KB2652034-v2-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00008|Windows6.1-KB2697737-x64Value: %DVD%:\WinToolkit_Apps\Windows6.1-KB2697737-x64\Windows6.1-KB2697737-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2697737-x64\Windows6.1-KB2697737-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2697737-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2697737-x64\Windows6.1-KB2697737-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00009|XP-Mode_de-DEValue: %DVD%:\WinToolkit_Apps\XP-Mode_de-DE\XP-Mode_de-DE_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\XP-Mode_de-DE\XP-Mode_de-DE_silent.exeP2:Version: 1.4.37.15Description: Manual Added: XP-Mode_de-DEP1: E:\\WinToolkit_Apps\XP-Mode_de-DE\XP-Mode_de-DE_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00010|CrystalDiskInfo_v6.1.9a-enValue: %DVD%:\WinToolkit_Apps\CrystalDiskInfo_v6.1.9a-en\CrystalDiskInfo6_1_9a-en_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\CrystalDiskInfo_v6.1.9a-en\CrystalDiskInfo6_1_9a-en_silent.exeP2:Version: 1.4.37.15Description: Manual Added: CrystalDiskInfo_v6.1.9a-enP1: E:\\WinToolkit_Apps\CrystalDiskInfo_v6.1.9a-en\CrystalDiskInfo6_1_9a-en_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00011|CrystalDiskMark_v3.0.3-enValue: %DVD%:\WinToolkit_Apps\CrystalDiskMark_v3.0.3-en\CrystalDiskMark3_0_3-en_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\CrystalDiskMark_v3.0.3-en\CrystalDiskMark3_0_3-en_silent.exeP2:Version: 1.4.37.15Description: Manual Added: CrystalDiskMark_v3.0.3-enP1: E:\\WinToolkit_Apps\CrystalDiskMark_v3.0.3-en\CrystalDiskMark3_0_3-en_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00012|Driver-Fusion_v2.0.0Value: %DVD%:\WinToolkit_Apps\Driver-Fusion_v2.0.0\driver_fusion_2.0.0_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Driver-Fusion_v2.0.0\driver_fusion_2.0.0_silent.exeP2:Version: 1.4.37.15Description: Manual Added: Driver-Fusion_v2.0.0P1: E:\\WinToolkit_Apps\Driver-Fusion_v2.0.0\driver_fusion_2.0.0_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00013|DriverMagicianLite__v4.11Value: %DVD%:\WinToolkit_Apps\DriverMagicianLite__v4.11\DriverMagicianLite_411_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\DriverMagicianLite__v4.11\DriverMagicianLite_411_silent.exeP2:Version: 1.4.37.15Description: Manual Added: DriverMagicianLite__v4.11P1: E:\\WinToolkit_Apps\DriverMagicianLite__v4.11\DriverMagicianLite_411_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00014|FileZilla_v3.7.4.1_win32Value: %DVD%:\WinToolkit_Apps\FileZilla_v3.7.4.1_win32\FileZilla_3.7.4.1_win32-setup_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\FileZilla_v3.7.4.1_win32\FileZilla_3.7.4.1_win32-setup_silent.exeP2:Version: 1.4.37.15Description: Manual Added: FileZilla_v3.7.4.1_win32P1: E:\\WinToolkit_Apps\FileZilla_v3.7.4.1_win32\FileZilla_3.7.4.1_win32-setup_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00015|FSImageViewer_v5.1Value: %DVD%:\WinToolkit_Apps\FSImageViewer_v5.1\FSViewerSetup51_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\FSImageViewer_v5.1\FSViewerSetup51_silent.exeP2:Version: 1.4.37.15Description: Manual Added: FSImageViewer_v5.1P1: E:\\WinToolkit_Apps\FSImageViewer_v5.1\FSViewerSetup51_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00016|GoogleEarthWin_v7.1.2.2041Value: %DVD%:\WinToolkit_Apps\GoogleEarthWin_v7.1.2.2041\GoogleEarthWin_7.1.2.2041_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\GoogleEarthWin_v7.1.2.2041\GoogleEarthWin_7.1.2.2041_silent.exeP2:Version: 1.4.37.15Description: Manual Added: GoogleEarthWin_v7.1.2.2041P1: E:\\WinToolkit_Apps\GoogleEarthWin_v7.1.2.2041\GoogleEarthWin_7.1.2.2041_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00017|HW-Info_x64_v4.36.2150Value: %DVD%:\WinToolkit_Apps\HW-Info_x64_v4.36.2150\hw64_436_2150_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\HW-Info_x64_v4.36.2150\hw64_436_2150_silent.exeP2:Version: 1.4.37.15Description: Manual Added: HW-Info_x64_v4.36.2150P1: E:\\WinToolkit_Apps\HW-Info_x64_v4.36.2150\hw64_436_2150_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00018|IcoFXValue: %DVD%:\WinToolkit_Apps\IcoFX\IcoFX.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\IcoFX\IcoFX.exeP2:Version: 1.4.37.15Description: Manual Added: IcoFXP1: E:\\WinToolkit_Apps\IcoFX\IcoFX.exeP2:Version: 1.4.37.15Description: Entry Found: 00019|MediaPlayerClassic-HC.1.7.3.x64Value: %DVD%:\WinToolkit_Apps\MediaPlayerClassic-HC.1.7.3.x64\MPC-HC.1.7.3.x64_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\MediaPlayerClassic-HC.1.7.3.x64\MPC-HC.1.7.3.x64_silent.exeP2:Version: 1.4.37.15Description: Manual Added: MediaPlayerClassic-HC.1.7.3.x64P1: E:\\WinToolkit_Apps\MediaPlayerClassic-HC.1.7.3.x64\MPC-HC.1.7.3.x64_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00020|MP3ext_3.4.25Value: %DVD%:\WinToolkit_Apps\MP3ext_3.4.25\MP3ext_3.4.25_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\MP3ext_3.4.25\MP3ext_3.4.25_silent.exeP2:Version: 1.4.37.15Description: Manual Added: MP3ext_3.4.25P1: E:\\WinToolkit_Apps\MP3ext_3.4.25\MP3ext_3.4.25_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00021|MP3tag_v2.58Value: %DVD%:\WinToolkit_Apps\MP3tag_v2.58\mp3tagv258setup_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\MP3tag_v2.58\mp3tagv258setup_silent.exeP2:Version: 1.4.37.15Description: Manual Added: MP3tag_v2.58P1: E:\\WinToolkit_Apps\MP3tag_v2.58\mp3tagv258setup_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00022|Paint.NET.3.5.11Value: %DVD%:\WinToolkit_Apps\Paint.NET.3.5.11\Paint.NET.3.5.11.Install_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Paint.NET.3.5.11\Paint.NET.3.5.11.Install_silent.exeP2:Version: 1.4.37.15Description: Manual Added: Paint.NET.3.5.11P1: E:\\WinToolkit_Apps\Paint.NET.3.5.11\Paint.NET.3.5.11.Install_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00023|PasswortDepot_v7.5.3Value: %DVD%:\WinToolkit_Apps\PasswortDepot_v7.5.3\PasswortDepot_753_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\PasswortDepot_v7.5.3\PasswortDepot_753_silent.exeP2:Version: 1.4.37.15Description: Manual Added: PasswortDepot_v7.5.3P1: E:\\WinToolkit_Apps\PasswortDepot_v7.5.3\PasswortDepot_753_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00024|RealPlayer_de_16.0.3.51Value: %DVD%:\WinToolkit_Apps\RealPlayer_de_16.0.3.51\RealPlayer_de_16.0.3.51_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\RealPlayer_de_16.0.3.51\RealPlayer_de_16.0.3.51_silent.exeP2:Version: 1.4.37.15Description: Manual Added: RealPlayer_de_16.0.3.51P1: E:\\WinToolkit_Apps\RealPlayer_de_16.0.3.51\RealPlayer_de_16.0.3.51_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00025|s25atonce_v3.8.1Value: %DVD%:\WinToolkit_Apps\s25atonce_v3.8.1\s25atonce381setup_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\s25atonce_v3.8.1\s25atonce381setup_silent.exeP2:Version: 1.4.37.15Description: Manual Added: s25atonce_v3.8.1P1: E:\\WinToolkit_Apps\s25atonce_v3.8.1\s25atonce381setup_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00026|SFXMaker_v1.3.1_FinalValue: %DVD%:\WinToolkit_Apps\SFXMaker_v1.3.1_Final\SFXMaker_1.3.1_Final_installer_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\SFXMaker_v1.3.1_Final\SFXMaker_1.3.1_Final_installer_silent.exeP2:Version: 1.4.37.15Description: Manual Added: SFXMaker_v1.3.1_FinalP1: E:\\WinToolkit_Apps\SFXMaker_v1.3.1_Final\SFXMaker_1.3.1_Final_installer_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00027|Time-Delay_60sec_1Value: |%DVD%:\WinToolkit_Apps\Time-Delay_60sec_1\Time-Delay_60sec_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Time-Delay_60sec_1\Time-Delay_60sec_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Time-Delay_60sec_1P1: E:\\WinToolkit_Apps\Time-Delay_60sec_1\Time-Delay_60sec_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00028|rvkroots_KB2917500Value: |%DVD%:\WinToolkit_Apps\rvkroots_KB2917500\rvkroots_KB2917500.exe*/QVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\rvkroots_KB2917500\rvkroots_KB2917500.exeP2: /QVersion: 1.4.37.15Description: Auto Added: rvkroots_KB2917500P1: E:\\WinToolkit_Apps\rvkroots_KB2917500\rvkroots_KB2917500.exeP2: /QVersion: 1.4.37.15Description: Entry Found: 00029|Rootsupd_Maerz_2014_KB931125_x64Value: |%DVD%:\WinToolkit_Apps\Rootsupd_Maerz_2014_KB931125_x64\Rootsupd_Maerz_2014_KB931125_x64.exe*/QVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Rootsupd_Maerz_2014_KB931125_x64\Rootsupd_Maerz_2014_KB931125_x64.exeP2: /QVersion: 1.4.37.15Description: Auto Added: Rootsupd_Maerz_2014_KB931125_x64P1: E:\\WinToolkit_Apps\Rootsupd_Maerz_2014_KB931125_x64\Rootsupd_Maerz_2014_KB931125_x64.exeP2: /QVersion: 1.4.37.15Description: Entry Found: 00030|7-Zip_v9.20_x64Value: |%DVD%:\WinToolkit_Apps\7-Zip_v9.20_x64\7-Zip_9.20_x64.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\7-Zip_v9.20_x64\7-Zip_9.20_x64.exeP2:Version: 1.4.37.15Description: Auto Added: 7-Zip_v9.20_x64P1: E:\\WinToolkit_Apps\7-Zip_v9.20_x64\7-Zip_9.20_x64.exeP2:Version: 1.4.37.15Description: Entry Found: 00031|SView5_v3.8.4Value: %DVD%:\WinToolkit_Apps\SView5_v3.8.4\SView5v384_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\SView5_v3.8.4\SView5v384_silent.exeP2:Version: 1.4.37.15Description: Manual Added: SView5_v3.8.4P1: E:\\WinToolkit_Apps\SView5_v3.8.4\SView5v384_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00032|ClassicShellSetup_v4.0.4Value: |%DVD%:\WinToolkit_Apps\ClassicShellSetup_v4.0.4\ClassicShellSetup_4_0_4-DE_full_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\ClassicShellSetup_v4.0.4\ClassicShellSetup_4_0_4-DE_full_silent.exeP2:Version: 1.4.37.15Description: Auto Added: ClassicShellSetup_v4.0.4P1: E:\\WinToolkit_Apps\ClassicShellSetup_v4.0.4\ClassicShellSetup_4_0_4-DE_full_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00033|Time-Delay_30sec_silent_2Value: |%DVD%:\WinToolkit_Apps\Time-Delay_30sec_silent_2\Time-Delay_30sec_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_2\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Time-Delay_30sec_silent_2P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_2\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00034|Windows6.1-KB2603229-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2603229-x64\Windows6.1-KB2603229-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2603229-x64\Windows6.1-KB2603229-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2603229-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2603229-x64\Windows6.1-KB2603229-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00035|Time-Delay_30sec_silent_3Value: |%DVD%:\WinToolkit_Apps\Time-Delay_30sec_silent_3\Time-Delay_30sec_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_3\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Time-Delay_30sec_silent_3P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_3\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00036|Windows6.1-KB2533552-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2533552-x64\Windows6.1-KB2533552-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2533552-x64\Windows6.1-KB2533552-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2533552-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2533552-x64\Windows6.1-KB2533552-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00037|Time-Delay_30sec_silent_4Value: |%DVD%:\WinToolkit_Apps\Time-Delay_30sec_silent_4\Time-Delay_30sec_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_4\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Time-Delay_30sec_silent_4P1: E:\\WinToolkit_Apps\Time-Delay_30sec_silent_4\Time-Delay_30sec_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00038|VLC_v2.1.4_x64Value: %DVD%:\WinToolkit_Apps\VLC_v2.1.4_x64\vlc-2.1.4-win64_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\VLC_v2.1.4_x64\vlc-2.1.4-win64_silent.exeP2:Version: 1.4.37.15Description: Manual Added: VLC_v2.1.4_x64P1: E:\\WinToolkit_Apps\VLC_v2.1.4_x64\vlc-2.1.4-win64_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00039|Winamp_v5.64_lite_de-deValue: %DVD%:\WinToolkit_Apps\Winamp_v5.64_lite_de-de\winamp564_lite_de-de_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Winamp_v5.64_lite_de-de\winamp564_lite_de-de_silent.exeP2:Version: 1.4.37.15Description: Manual Added: Winamp_v5.64_lite_de-deP1: E:\\WinToolkit_Apps\Winamp_v5.64_lite_de-de\winamp564_lite_de-de_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00040|MSEinstall_x86_x64_Intl_updatedValue: |%DVD%:\WinToolkit_Apps\MSEinstall_x86_x64_Intl_updated\mseinstall_x86_x64_Intl_updated.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\MSEinstall_x86_x64_Intl_updated\mseinstall_x86_x64_Intl_updated.exeP2:Version: 1.4.37.15Description: Auto Added: MSEinstall_x86_x64_Intl_updatedP1: E:\\WinToolkit_Apps\MSEinstall_x86_x64_Intl_updated\mseinstall_x86_x64_Intl_updated.exeP2:Version: 1.4.37.15Description: Entry Found: 00041|Windows6.1-KB2506143-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2506143-x64\Windows6.1-KB2506143-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2506143-x64\Windows6.1-KB2506143-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2506143-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2506143-x64\Windows6.1-KB2506143-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00042|Windows6.1-KB2809215-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2809215-x64\Windows6.1-KB2809215-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2809215-x64\Windows6.1-KB2809215-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2809215-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2809215-x64\Windows6.1-KB2809215-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00043|Windows6.1-KB2809900-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2809900-x64\Windows6.1-KB2809900-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2809900-x64\Windows6.1-KB2809900-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2809900-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2809900-x64\Windows6.1-KB2809900-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00044|Windows6.1-KB2823180-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2823180-x64\Windows6.1-KB2823180-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2823180-x64\Windows6.1-KB2823180-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2823180-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2823180-x64\Windows6.1-KB2823180-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00045|Windows6.1-kb2592687-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-kb2592687-x64\Windows6.1-kb2592687-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-kb2592687-x64\Windows6.1-kb2592687-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-kb2592687-x64P1: E:\\WinToolkit_Apps\Windows6.1-kb2592687-x64\Windows6.1-kb2592687-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00046|AIDA64_v4.30.2900_REGValue: |%DVD%:\WinToolkit_Apps\AIDA64_v4.30.2900_REG\AIDA64_v4.30.2900_REG_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\AIDA64_v4.30.2900_REG\AIDA64_v4.30.2900_REG_silent.exeP2:Version: 1.4.37.15Description: Auto Added: AIDA64_v4.30.2900_REGP1: E:\\WinToolkit_Apps\AIDA64_v4.30.2900_REG\AIDA64_v4.30.2900_REG_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00047|CDBurnerXP_v4.5.3.4643_x64Value: |%DVD%:\WinToolkit_Apps\CDBurnerXP_v4.5.3.4643_x64\cdbxp_setup_4.5.3.4643_x64_minimal_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\CDBurnerXP_v4.5.3.4643_x64\cdbxp_setup_4.5.3.4643_x64_minimal_silent.exeP2:Version: 1.4.37.15Description: Auto Added: CDBurnerXP_v4.5.3.4643_x64P1: E:\\WinToolkit_Apps\CDBurnerXP_v4.5.3.4643_x64\cdbxp_setup_4.5.3.4643_x64_minimal_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00048|Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0Value: %DVD%:\WinToolkit_Apps\Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0\Windows7-USB-DVD-Download-Tool-DE_1.0.30.0_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0\Windows7-USB-DVD-Download-Tool-DE_1.0.30.0_silent.exeP2:Version: 1.4.37.15Description: Manual Added: Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0P1: E:\\WinToolkit_Apps\Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0\Windows7-USB-DVD-Download-Tool-DE_1.0.30.0_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00049|EditPadLiteDE_v7.3.1Value: |%DVD%:\WinToolkit_Apps\EditPadLiteDE_v7.3.1\EditPadLiteDE_7.3.1_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\EditPadLiteDE_v7.3.1\EditPadLiteDE_7.3.1_silent.exeP2:Version: 1.4.37.15Description: Auto Added: EditPadLiteDE_v7.3.1P1: E:\\WinToolkit_Apps\EditPadLiteDE_v7.3.1\EditPadLiteDE_7.3.1_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00050|HashTab_v5.1.0.23Value: |%DVD%:\WinToolkit_Apps\HashTab_v5.1.0.23\HashTab_v5.1.0.23_Setup_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\HashTab_v5.1.0.23\HashTab_v5.1.0.23_Setup_silent.exeP2:Version: 1.4.37.15Description: Auto Added: HashTab_v5.1.0.23P1: E:\\WinToolkit_Apps\HashTab_v5.1.0.23\HashTab_v5.1.0.23_Setup_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00051|ImgBurn_v2.5.8.0Value: |%DVD%:\WinToolkit_Apps\ImgBurn_v2.5.8.0\SetupImgBurn_2.5.8.0_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\ImgBurn_v2.5.8.0\SetupImgBurn_2.5.8.0_silent.exeP2:Version: 1.4.37.15Description: Auto Added: ImgBurn_v2.5.8.0P1: E:\\WinToolkit_Apps\ImgBurn_v2.5.8.0\SetupImgBurn_2.5.8.0_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00052|WinZip_v18.0_de-DE_x64Value: %DVD%:\WinToolkit_Apps\WinZip_v18.0_de-DE_x64\WinZip_v18.0_de-DE_x64_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\WinZip_v18.0_de-DE_x64\WinZip_v18.0_de-DE_x64_silent.exeP2:Version: 1.4.37.15Description: Manual Added: WinZip_v18.0_de-DE_x64P1: E:\\WinToolkit_Apps\WinZip_v18.0_de-DE_x64\WinZip_v18.0_de-DE_x64_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00053|IrfanView_v4.37Value: |%DVD%:\WinToolkit_Apps\IrfanView_v4.37\iview437g_setup.exe*/silent /desktop=1 /thumbs=1 /group=1 /allusers=1 /assoc=1 /ini="%ALLUSERSPROFILE%\IrfanView"Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\IrfanView_v4.37\iview437g_setup.exeP2: /silent /desktop=1 /thumbs=1 /group=1 /allusers=1 /assoc=1 /ini="%ALLUSERSPROFILE%\IrfanView"Version: 1.4.37.15Description: Auto Added: IrfanView_v4.37P1: E:\\WinToolkit_Apps\IrfanView_v4.37\iview437g_setup.exeP2: /silent /desktop=1 /thumbs=1 /group=1 /allusers=1 /assoc=1 /ini="%ALLUSERSPROFILE%\IrfanView"Version: 1.4.37.15Description: Entry Found: 00054|IrfanView-PlugIn_v4.37Value: |%DVD%:\WinToolkit_Apps\IrfanView-PlugIn_v4.37\irfanview_plugins_437_setup.exe*/silentVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\IrfanView-PlugIn_v4.37\irfanview_plugins_437_setup.exeP2: /silentVersion: 1.4.37.15Description: Auto Added: IrfanView-PlugIn_v4.37P1: E:\\WinToolkit_Apps\IrfanView-PlugIn_v4.37\irfanview_plugins_437_setup.exeP2: /silentVersion: 1.4.37.15Description: Entry Found: 00055|LogitechWebcamSoftware_HD_v2.31.1044.0cValue: |%DVD%:\WinToolkit_Apps\LogitechWebcamSoftware_HD_v2.31.1044.0c\LogitechWebcamSoftware_HD_2.31.1044.0c.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\LogitechWebcamSoftware_HD_v2.31.1044.0c\LogitechWebcamSoftware_HD_2.31.1044.0c.exeP2:Version: 1.4.37.15Description: Auto Added: LogitechWebcamSoftware_HD_v2.31.1044.0cP1: E:\\WinToolkit_Apps\LogitechWebcamSoftware_HD_v2.31.1044.0c\LogitechWebcamSoftware_HD_2.31.1044.0c.exeP2:Version: 1.4.37.15Description: Entry Found: 00056|MozBackup_v1.5.1-ENValue: |%DVD%:\WinToolkit_Apps\MozBackup_v1.5.1-EN\MozBackup-1.5.1-EN_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\MozBackup_v1.5.1-EN\MozBackup-1.5.1-EN_silent.exeP2:Version: 1.4.37.15Description: Auto Added: MozBackup_v1.5.1-ENP1: E:\\WinToolkit_Apps\MozBackup_v1.5.1-EN\MozBackup-1.5.1-EN_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00057|Notepad++_v6.5.5Value: |%DVD%:\WinToolkit_Apps\Notepad++_v6.5.5\npp.6.5.5.Installer_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Notepad++_v6.5.5\npp.6.5.5.Installer_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Notepad++_v6.5.5P1: E:\\WinToolkit_Apps\Notepad++_v6.5.5\npp.6.5.5.Installer_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00058|PDFCreator_v1.7.2_DE_x64Value: |%DVD%:\WinToolkit_Apps\PDFCreator_v1.7.2_DE_x64\PDFCreator-1_7_2_DE_x64_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\PDFCreator_v1.7.2_DE_x64\PDFCreator-1_7_2_DE_x64_silent.exeP2:Version: 1.4.37.15Description: Auto Added: PDFCreator_v1.7.2_DE_x64P1: E:\\WinToolkit_Apps\PDFCreator_v1.7.2_DE_x64\PDFCreator-1_7_2_DE_x64_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00059|PDFXVwer_v2.5.214.2_DEValue: |%DVD%:\WinToolkit_Apps\PDFXVwer_v2.5.214.2_DE\PDFXVwer_2.5.214.2_DE_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\PDFXVwer_v2.5.214.2_DE\PDFXVwer_2.5.214.2_DE_silent.exeP2:Version: 1.4.37.15Description: Auto Added: PDFXVwer_v2.5.214.2_DEP1: E:\\WinToolkit_Apps\PDFXVwer_v2.5.214.2_DE\PDFXVwer_2.5.214.2_DE_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00060|Realtek_HD-Audio_2.73_x64Value: |%DVD%:\WinToolkit_Apps\Realtek_HD-Audio_2.73_x64\Realtek_HD-Audio_2.73_x64.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Realtek_HD-Audio_2.73_x64\Realtek_HD-Audio_2.73_x64.exeP2:Version: 1.4.37.15Description: Auto Added: Realtek_HD-Audio_2.73_x64P1: E:\\WinToolkit_Apps\Realtek_HD-Audio_2.73_x64\Realtek_HD-Audio_2.73_x64.exeP2:Version: 1.4.37.15Description: Entry Found: 00061|Shark007_Win7codecs_v4.5.2Value: |%DVD%:\WinToolkit_Apps\Shark007_Win7codecs_v4.5.2\Shark007_Win7codecs_v452_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Shark007_Win7codecs_v4.5.2\Shark007_Win7codecs_v452_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Shark007_Win7codecs_v4.5.2P1: E:\\WinToolkit_Apps\Shark007_Win7codecs_v4.5.2\Shark007_Win7codecs_v452_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00062|Shark007_x64_Components_v4.5.2Value: |%DVD%:\WinToolkit_Apps\Shark007_x64_Components_v4.5.2\Shark007_x64_Components_v452_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Shark007_x64_Components_v4.5.2\Shark007_x64_Components_v452_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Shark007_x64_Components_v4.5.2P1: E:\\WinToolkit_Apps\Shark007_x64_Components_v4.5.2\Shark007_x64_Components_v452_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00063|Skype_v6.14.0.104_RicktendoValue: |%DVD%:\WinToolkit_Apps\Skype_v6.14.0.104_Ricktendo\SkypeSetup_6.14.0.104_Rick_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Skype_v6.14.0.104_Ricktendo\SkypeSetup_6.14.0.104_Rick_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Skype_v6.14.0.104_RicktendoP1: E:\\WinToolkit_Apps\Skype_v6.14.0.104_Ricktendo\SkypeSetup_6.14.0.104_Rick_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00064|SpeedFan_v4.49_silentValue: |%DVD%:\WinToolkit_Apps\SpeedFan_v4.49_silent\SpeedFan_v4.49_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\SpeedFan_v4.49_silent\SpeedFan_v4.49_silent.exeP2:Version: 1.4.37.15Description: Auto Added: SpeedFan_v4.49_silentP1: E:\\WinToolkit_Apps\SpeedFan_v4.49_silent\SpeedFan_v4.49_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00065|TeamViewer_v9.0.27339_DEValue: |%DVD%:\WinToolkit_Apps\TeamViewer_v9.0.27339_DE\TeamViewer_Setup_de_9.0.27339_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\TeamViewer_v9.0.27339_DE\TeamViewer_Setup_de_9.0.27339_silent.exeP2:Version: 1.4.37.15Description: Auto Added: TeamViewer_v9.0.27339_DEP1: E:\\WinToolkit_Apps\TeamViewer_v9.0.27339_DE\TeamViewer_Setup_de_9.0.27339_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00066|VirtualCloneDrive_5.4.7.0_SFXValue: |%DVD%:\WinToolkit_Apps\VirtualCloneDrive_5.4.7.0_SFX\VirtualCloneDrive_5.4.7.0_SFX.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\VirtualCloneDrive_5.4.7.0_SFX\VirtualCloneDrive_5.4.7.0_SFX.exeP2:Version: 1.4.37.15Description: Auto Added: VirtualCloneDrive_5.4.7.0_SFXP1: E:\\WinToolkit_Apps\VirtualCloneDrive_5.4.7.0_SFX\VirtualCloneDrive_5.4.7.0_SFX.exeP2:Version: 1.4.37.15Description: Entry Found: 00067|WinRAR_x64_v5.01_DEValue: |%DVD%:\WinToolkit_Apps\WinRAR_x64_v5.01_DE\winrar-x64-501d_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\WinRAR_x64_v5.01_DE\winrar-x64-501d_silent.exeP2:Version: 1.4.37.15Description: Auto Added: WinRAR_x64_v5.01_DEP1: E:\\WinToolkit_Apps\WinRAR_x64_v5.01_DE\winrar-x64-501d_silent.exeP2:Version: 1.4.37.15Description: Entry Found: 00068|CopyFile-DE-IT_x86_x64Value: |%DVD%:\WinToolkit_Apps\CopyFile-DE-IT_x86_x64\CopyFile-DE-IT_x86_x64.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\CopyFile-DE-IT_x86_x64\CopyFile-DE-IT_x86_x64.exeP2:Version: 1.4.37.15Description: Auto Added: CopyFile-DE-IT_x86_x64P1: E:\\WinToolkit_Apps\CopyFile-DE-IT_x86_x64\CopyFile-DE-IT_x86_x64.exeP2:Version: 1.4.37.15Description: Entry Found: 00069|Copy-AIDA-Reg-KeyValue: |%DVD%:\WinToolkit_Apps\Copy-AIDA-Reg-Key\Copy-AIDA-Reg-Key.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Copy-AIDA-Reg-Key\Copy-AIDA-Reg-Key.exeP2:Version: 1.4.37.15Description: Auto Added: Copy-AIDA-Reg-KeyP1: E:\\WinToolkit_Apps\Copy-AIDA-Reg-Key\Copy-AIDA-Reg-Key.exeP2:Version: 1.4.37.15Description: Entry Found: 00070|Windows6.1-KB2847932-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2847932-x64\Windows6.1-KB2847932-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2847932-x64\Windows6.1-KB2847932-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2847932-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2847932-x64\Windows6.1-KB2847932-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00071|Windows6.1-KB2857650-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2857650-x64\Windows6.1-KB2857650-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2857650-x64\Windows6.1-KB2857650-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2857650-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2857650-x64\Windows6.1-KB2857650-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00072|Windows6.1-KB2830477-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2830477-x64\Windows6.1-KB2830477-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2830477-x64\Windows6.1-KB2830477-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2830477-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2830477-x64\Windows6.1-KB2830477-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00073|Windows6.1-KB2923545-x64Value: |%DVD%:\WinToolkit_Apps\Windows6.1-KB2923545-x64\Windows6.1-KB2923545-x64.msu*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Windows6.1-KB2923545-x64\Windows6.1-KB2923545-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Update Added: Windows6.1-KB2923545-x64P1: E:\\WinToolkit_Apps\Windows6.1-KB2923545-x64\Windows6.1-KB2923545-x64.msuP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00074|Cyberfox_v28.0_AMDValue: |%DVD%:\WinToolkit_Apps\Cyberfox_v28.0_AMD\LatestVersionAMD_28.0.exe*/Silent /TASKS="desktopicon,Install_Start_Menu_Icons"Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Cyberfox_v28.0_AMD\LatestVersionAMD_28.0.exeP2: /Silent /TASKS="desktopicon,Install_Start_Menu_Icons"Version: 1.4.37.15Description: Auto Added: Cyberfox_v28.0_AMDP1: E:\\WinToolkit_Apps\Cyberfox_v28.0_AMD\LatestVersionAMD_28.0.exeP2: /Silent /TASKS="desktopicon,Install_Start_Menu_Icons"Version: 1.4.37.15Description: Entry Found: 00075|msxml4-KB2758694-deu_x64Value: |%DVD%:\WinToolkit_Apps\msxml4-KB2758694-deu_x64\msxml4-KB2758694-deu_x64.exe*/quiet /norestartVersion: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\msxml4-KB2758694-deu_x64\msxml4-KB2758694-deu_x64.exeP2: /quiet /norestartVersion: 1.4.37.15Description: Auto Added: msxml4-KB2758694-deu_x64P1: E:\\WinToolkit_Apps\msxml4-KB2758694-deu_x64\msxml4-KB2758694-deu_x64.exeP2: /quiet /norestartVersion: 1.4.37.15Description: Entry Found: 00076|Time-Delay_60secValue: |%DVD%:\WinToolkit_Apps\Time-Delay_60sec\Time-Delay_60sec_silent.exe*Version: 1.4.37.15Description: File Found P1: E:\\WinToolkit_Apps\Time-Delay_60sec\Time-Delay_60sec_silent.exeP2:Version: 1.4.37.15Description: Auto Added: Time-Delay_60secP1: E:\\WinToolkit_Apps\Time-Delay_60sec\Time-Delay_60sec_silent.exeP2:Version: 1.4.37.15Description: Detecting DriversVersion: 1.4.37.15Description: x64: TrueVersion: 1.4.37.15Description: Removing Duplicates.Version: 1.4.37.15Description: StartingVersion: 1.4.37.15Description: Starting...Version: 1.4.37.15Description: Auto List: AdobeReader_v11.0.06_de_DEVersion: 1.4.37.15Description: Auto List: CAPICOM-KB931906-v2102Version: 1.4.37.15Description: Auto List: dotNetFx451_Full_LDR_x86_x64intl_SlimVersion: 1.4.37.15Description: Auto List: McRipSF-2.0.2014.03.26Version: 1.4.37.15Description: Auto List: VC_RedistInstaller_1.6.0Version: 1.4.37.15Description: Auto List: msxml_4_SP3Version: 1.4.37.15Description: Auto List: Time-Delay_60sec_1Version: 1.4.37.15Description: Auto List: rvkroots_KB2917500Version: 1.4.37.15Description: Auto List: Rootsupd_Maerz_2014_KB931125_x64Version: 1.4.37.15Description: Auto List: 7-Zip_v9.20_x64Version: 1.4.37.15Description: Auto List: ClassicShellSetup_v4.0.4Version: 1.4.37.15Description: Auto List: Time-Delay_30sec_silent_2Version: 1.4.37.15Description: Auto List: Time-Delay_30sec_silent_3Version: 1.4.37.15Description: Auto List: Time-Delay_30sec_silent_4Version: 1.4.37.15Description: Auto List: MSEinstall_x86_x64_Intl_updatedVersion: 1.4.37.15Description: Auto List: AIDA64_v4.30.2900_REGVersion: 1.4.37.15Description: Auto List: CDBurnerXP_v4.5.3.4643_x64Version: 1.4.37.15Description: Auto List: EditPadLiteDE_v7.3.1Version: 1.4.37.15Description: Auto List: HashTab_v5.1.0.23Version: 1.4.37.15Description: Auto List: ImgBurn_v2.5.8.0Version: 1.4.37.15Description: Auto List: IrfanView_v4.37Version: 1.4.37.15Description: Auto List: IrfanView-PlugIn_v4.37Version: 1.4.37.15Description: Auto List: LogitechWebcamSoftware_HD_v2.31.1044.0cVersion: 1.4.37.15Description: Auto List: MozBackup_v1.5.1-ENVersion: 1.4.37.15Description: Auto List: Notepad++_v6.5.5Version: 1.4.37.15Description: Auto List: PDFCreator_v1.7.2_DE_x64Version: 1.4.37.15Description: Auto List: PDFXVwer_v2.5.214.2_DEVersion: 1.4.37.15Description: Auto List: Realtek_HD-Audio_2.73_x64Version: 1.4.37.15Description: Auto List: Shark007_Win7codecs_v4.5.2Version: 1.4.37.15Description: Auto List: Shark007_x64_Components_v4.5.2Version: 1.4.37.15Description: Auto List: Skype_v6.14.0.104_RicktendoVersion: 1.4.37.15Description: Auto List: SpeedFan_v4.49_silentVersion: 1.4.37.15Description: Auto List: TeamViewer_v9.0.27339_DEVersion: 1.4.37.15Description: Auto List: VirtualCloneDrive_5.4.7.0_SFXVersion: 1.4.37.15Description: Auto List: WinRAR_x64_v5.01_DEVersion: 1.4.37.15Description: Auto List: CopyFile-DE-IT_x86_x64Version: 1.4.37.15Description: Auto List: Copy-AIDA-Reg-KeyVersion: 1.4.37.15Description: Auto List: Cyberfox_v28.0_AMDVersion: 1.4.37.15Description: Auto List: msxml4-KB2758694-deu_x64Version: 1.4.37.15Description: Auto List: Time-Delay_60secVersion: 1.4.37.15Description: No DriversVersion: 1.4.37.15Description: Update List: Windows6.1-KB2506143-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2533552-x64Version: 1.4.37.15Description: Update List: Windows6.1-kb2592687-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2603229-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2652034-v2-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2697737-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2809215-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2809900-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2823180-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2830477-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2847932-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2857650-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB2923545-x64Version: 1.4.37.15Description: Update List: Windows6.1-KB958559-x64-RefreshPkgVersion: 1.4.37.15Description: Manual List: XP-Mode_de-DEVersion: 1.4.37.15Description: Manual List: CrystalDiskInfo_v6.1.9a-enVersion: 1.4.37.15Description: Manual List: CrystalDiskMark_v3.0.3-enVersion: 1.4.37.15Description: Manual List: Driver-Fusion_v2.0.0Version: 1.4.37.15Description: Manual List: DriverMagicianLite__v4.11Version: 1.4.37.15Description: Manual List: FileZilla_v3.7.4.1_win32Version: 1.4.37.15Description: Manual List: FSImageViewer_v5.1Version: 1.4.37.15Description: Manual List: GoogleEarthWin_v7.1.2.2041Version: 1.4.37.15Description: Manual List: HW-Info_x64_v4.36.2150Version: 1.4.37.15Description: Manual List: IcoFXVersion: 1.4.37.15Description: Manual List: MediaPlayerClassic-HC.1.7.3.x64Version: 1.4.37.15Description: Manual List: MP3ext_3.4.25Version: 1.4.37.15Description: Manual List: MP3tag_v2.58Version: 1.4.37.15Description: Manual List: Paint.NET.3.5.11Version: 1.4.37.15Description: Manual List: PasswortDepot_v7.5.3Version: 1.4.37.15Description: Manual List: RealPlayer_de_16.0.3.51Version: 1.4.37.15Description: Manual List: s25atonce_v3.8.1Version: 1.4.37.15Description: Manual List: SFXMaker_v1.3.1_FinalVersion: 1.4.37.15Description: Manual List: SView5_v3.8.4Version: 1.4.37.15Description: Manual List: VLC_v2.1.4_x64Version: 1.4.37.15Description: Manual List: Winamp_v5.64_lite_de-deVersion: 1.4.37.15Description: Manual List: Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0Version: 1.4.37.15Description: Manual List: WinZip_v18.0_de-DE_x64Version: 1.4.37.15Description: Tasks StartedVersion: 1.4.37.15Description: Installing Software #1: AdobeReader_v11.0.06_de_DEVersion: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2506143-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2533552-x64Version: 1.4.37.15Description: Installing Software #1: CAPICOM-KB931906-v2102Version: 1.4.37.15Description: Installing Software #1: dotNetFx451_Full_LDR_x86_x64intl_SlimVersion: 1.4.37.15Description: Installing Update #1: Windows6.1-kb2592687-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2603229-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2652034-v2-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2697737-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2809215-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2809900-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2823180-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2830477-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2847932-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2857650-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB2923545-x64Version: 1.4.37.15Description: Installing Update #1: Windows6.1-KB958559-x64-RefreshPkgVersion: 1.4.37.15Description: Selected List: CrystalDiskInfo_v6.1.9a-enVersion: 1.4.37.15Description: Selected List: CrystalDiskMark_v3.0.3-enVersion: 1.4.37.15Description: Selected List: Driver-Fusion_v2.0.0Version: 1.4.37.15Description: Selected List: DriverMagicianLite__v4.11Version: 1.4.37.15Description: Selected List: FileZilla_v3.7.4.1_win32Version: 1.4.37.15Description: Selected List: FSImageViewer_v5.1Version: 1.4.37.15Description: Selected List: GoogleEarthWin_v7.1.2.2041Version: 1.4.37.15Description: Selected List: HW-Info_x64_v4.36.2150Version: 1.4.37.15Description: Selected List: IcoFXVersion: 1.4.37.15Description: Selected List: MediaPlayerClassic-HC.1.7.3.x64Version: 1.4.37.15Description: Selected List: MP3ext_3.4.25Version: 1.4.37.15Description: Selected List: MP3tag_v2.58Version: 1.4.37.15Description: Selected List: Paint.NET.3.5.11Version: 1.4.37.15Description: Selected List: PasswortDepot_v7.5.3Version: 1.4.37.15Description: Selected List: RealPlayer_de_16.0.3.51Version: 1.4.37.15Description: Selected List: s25atonce_v3.8.1Version: 1.4.37.15Description: Selected List: SFXMaker_v1.3.1_FinalVersion: 1.4.37.15Description: Selected List: SView5_v3.8.4Version: 1.4.37.15Description: Selected List: VLC_v2.1.4_x64Version: 1.4.37.15Description: Selected List: Winamp_v5.64_lite_de-deVersion: 1.4.37.15Description: Selected List: Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0Version: 1.4.37.15Description: Selected List: WinZip_v18.0_de-DE_x64Version: 1.4.37.15Description: Installing Software #1: McRipSF-2.0.2014.03.26Version: 1.4.37.15Description: Installing Software #1: VC_RedistInstaller_1.6.0Version: 1.4.37.15Description: Installing Software #1: msxml_4_SP3Version: 1.4.37.15Description: Installing Software #1: Time-Delay_60sec_1Version: 1.4.37.15Description: Installing Software #1: rvkroots_KB2917500Version: 1.4.37.15Description: Installing Software #1: Rootsupd_Maerz_2014_KB931125_x64Version: 1.4.37.15Description: Installing Software #1: 7-Zip_v9.20_x64Version: 1.4.37.15Description: Installing Software #1: ClassicShellSetup_v4.0.4Version: 1.4.37.15Description: Installing Software #1: Time-Delay_30sec_silent_2Version: 1.4.37.15Description: Installing Software #1: Time-Delay_30sec_silent_3Version: 1.4.37.15Description: Installing Software #1: Time-Delay_30sec_silent_4Version: 1.4.37.15Description: Installing Software #1: MSEinstall_x86_x64_Intl_updatedVersion: 1.4.37.15Description: Installing Software #1: AIDA64_v4.30.2900_REGVersion: 1.4.37.15Description: Installing Software #1: CDBurnerXP_v4.5.3.4643_x64Version: 1.4.37.15Description: Installing Software #1: EditPadLiteDE_v7.3.1Version: 1.4.37.15Description: Installing Software #1: HashTab_v5.1.0.23Version: 1.4.37.15Description: Installing Software #1: ImgBurn_v2.5.8.0Version: 1.4.37.15Description: Installing Software #1: IrfanView_v4.37Version: 1.4.37.15Description: Installing Software #1: IrfanView-PlugIn_v4.37Version: 1.4.37.15Description: Installing Software #1: LogitechWebcamSoftware_HD_v2.31.1044.0cVersion: 1.4.37.15Description: Installing Software #1: MozBackup_v1.5.1-ENVersion: 1.4.37.15Description: Installing Software #1: Notepad++_v6.5.5Version: 1.4.37.15Description: Installing Software #1: PDFCreator_v1.7.2_DE_x64Version: 1.4.37.15Description: Installing Software #1: PDFXVwer_v2.5.214.2_DEVersion: 1.4.37.15Description: Installing Software #1: Realtek_HD-Audio_2.73_x64Version: 1.4.37.15Description: Installing Software #1: Shark007_Win7codecs_v4.5.2Version: 1.4.37.15Description: Installing Software #1: Shark007_x64_Components_v4.5.2Version: 1.4.37.15Description: Installing Software #1: Skype_v6.14.0.104_RicktendoVersion: 1.4.37.15Description: Installing Software #1: SpeedFan_v4.49_silentVersion: 1.4.37.15Description: Installing Software #1: TeamViewer_v9.0.27339_DEVersion: 1.4.37.15Description: Installing Software #1: VirtualCloneDrive_5.4.7.0_SFXVersion: 1.4.37.15Description: Installing Software #1: WinRAR_x64_v5.01_DEVersion: 1.4.37.15Description: Installing Software #1: CopyFile-DE-IT_x86_x64Version: 1.4.37.15Description: Installing Software #1: Copy-AIDA-Reg-KeyVersion: 1.4.37.15Description: Installing Software #1: Cyberfox_v28.0_AMDVersion: 1.4.37.15Description: Installing Software #1: msxml4-KB2758694-deu_x64Version: 1.4.37.15Description: Installing Software #1: Time-Delay_60secVersion: 1.4.37.15Description: Installing Software #2: CrystalDiskInfo_v6.1.9a-enVersion: 1.4.37.15Description: Installing Software #2: CrystalDiskMark_v3.0.3-enVersion: 1.4.37.15Description: Installing Software #2: Driver-Fusion_v2.0.0Version: 1.4.37.15Description: Installing Software #2: DriverMagicianLite__v4.11Version: 1.4.37.15Description: Installing Software #2: FileZilla_v3.7.4.1_win32Version: 1.4.37.15Description: Installing Software #2: FSImageViewer_v5.1Version: 1.4.37.15Description: Installing Software #2: GoogleEarthWin_v7.1.2.2041Version: 1.4.37.15Description: Installing Software #2: HW-Info_x64_v4.36.2150Version: 1.4.37.15Description: Installing Software #2: IcoFXVersion: 1.4.37.15Description: Installing Software #2: MediaPlayerClassic-HC.1.7.3.x64Version: 1.4.37.15Description: Installing Software #2: MP3ext_3.4.25Version: 1.4.37.15Description: Installing Software #2: MP3tag_v2.58Version: 1.4.37.15Description: Installing Software #2: Paint.NET.3.5.11Version: 1.4.37.15Description: Installing Software #2: PasswortDepot_v7.5.3Version: 1.4.37.15Description: Installing Software #2: RealPlayer_de_16.0.3.51Version: 1.4.37.15Description: Installing Software #2: s25atonce_v3.8.1Version: 1.4.37.15Description: Installing Software #2: SFXMaker_v1.3.1_FinalVersion: 1.4.37.15Description: Installing Software #2: SView5_v3.8.4Version: 1.4.37.15Description: Installing Software #2: VLC_v2.1.4_x64Version: 1.4.37.15Description: Installing Software #2: Winamp_v5.64_lite_de-deVersion: 1.4.37.15Description: Installing Software #2: Windows7-USB-DVD-Download-Tool-DE_v1.0.30.0Version: 1.4.37.15Description: Installing Software #2: WinZip_v18.0_de-DE_x64
March 27, 201411 yr Author Can't replicate the issue. Have you tried with a fresh ISO?Do you mean an ISO without updates?
March 28, 201411 yr Author I'm back with my report.1.4.37.18, the same preset-INI for both runs. 1st try:on a fresh ISO (x17-59885) Win7-Pro-x64 (only ei.cfg deleted). 2nd try:on an the same ISO, only Mooms's update-pack added. After finishing installation and (VirtualBox) and rebooting in both cases all the "normal" programs from the preset have been installed,but NO ONE of the Windows-Update! Then I started manually the WinToolkit Installer (WinToolkitRunOnce in \Windows\System32) As you can see it install both, silent installers (again) and windows-updates, one after the other, and it takes some minutes to install this updates,not a couple of seconds, like in the first run of the RunOnce installer. Thiersee
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.