Jump to content

KB2533552 & .Net Framework 4.5.2 integratable without RunOnce?


Thiersee

Recommended Posts

Hi Cartman,

 

here a possible answer to your request in this thread:

 

 

.....

Liam, can you help me to integrate without runonce:

- Microsoft .Net Framework 4.5.2

- Microsoft .Net Framework 4.5.2 LP

- Microsoft Defender 1.175.578.0

- Microsoft Removal Tool 5.12

- Microsoft Silverlight 5.1.30214.0

- Microsoft Visual C++ 2008 SP1 x86

- Windows6.1 KB2533552

.....

 

A possibility for your purpose, NOT the only one!, is to put a SetupComplete.cmd in the "Windows/Setup/Scripts" folder;

this SetupComplete could look like this one

 

@echo off



start /wait %systemroot%\setup\dotNetFx452_Full_LDR_x86_x64intl_Slim.exe /y /sfxlang:1031
del /F /Q %systemroot%\setup\dotNetFx452_Full_LDR_x86_x64intl_Slim.exe

start /wait %systemroot%\setup\Reapers.Java.Runtime.AIO.8.0.5.13.x64.exe
del /F /Q %systemroot%\setup\Reapers.Java.Runtime.AIO.8.0.5.13.x64.exe

start /wait %systemroot%\setup\Reapers.Microsoft.Silverlight.5.1.30214.0.x64.exe /passive /norestart
del /F /Q %systemroot%\setup\Reapers.Microsoft.Silverlight.5.1.30214.0.x64.exe

start /wait %systemroot%\setup\VC_RedistInstaller_1.6.0.exe /VERYSILENT /NORESTART
del /F /Q %systemroot%\setup\VC_RedistInstaller_1.6.0.exe

start /wait %systemroot%\setup\Windows6.1-KB2533552-x64.msu /quiet /norestart
del /F /Q %systemroot%\setup\Windows6.1-KB2533552-x64.msu

start /wait %systemroot%\setup\Windows6.1-KB2603229-x64.msu /quiet /norestart
del /F /Q %systemroot%\setup\Windows6.1-KB2603229-x64.msu

:Cleanup
del /F /Q %systemroot%\setup\scripts\SetupComplete.cmd

 

You can reach this goal, if you put all the files you need in WinToolkit under "Advanced/Files";

again, it could look like this

 

*AIO|v1.4.38.13|Sunday 01 June 2014  13:03:13


#Files
dotNetFx452_Full_LDR_x86_x64intl_Slim.exe::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\dotNetFx452_Full_LDR_x86_x64intl_Slim.exe;%SystemDrive%\Windows\Setup\dotNetFx452_Full_LDR_x86_x64intl_Slim.exe;True
Reapers.Java.Runtime.AIO.8.0.5.13.x64.exe::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\Reapers.Java.Runtime.AIO.8.0.5.13.x64.exe;%SystemDrive%\Windows\Setup\Reapers.Java.Runtime.AIO.8.0.5.13.x64.exe;True
Reapers.Microsoft.Silverlight.5.1.30214.0.x64.exe::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\Reapers.Microsoft.Silverlight.5.1.30214.0.x64.exe;%SystemDrive%\Windows\Setup\Reapers.Microsoft.Silverlight.5.1.30214.0.x64.exe;True
SetupComplete.cmd::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\Scripts\SetupComplete.cmd;%SystemDrive%\Windows\Setup\Scripts\SetupComplete.cmd;True
VC_RedistInstaller_1.6.0.exe::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\VC_RedistInstaller_1.6.0.exe;%SystemDrive%\Windows\Setup\VC_RedistInstaller_1.6.0.exe;True
Windows6.1-KB2533552-x64.msu::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\Windows6.1-KB2533552-x64.msu;%SystemDrive%\Windows\Setup\Windows6.1-KB2533552-x64.msu;True
Windows6.1-KB2603229-x64.msu::E:\ServicePacks-Install\Win_7\$OEM$\$$\Setup\Windows6.1-KB2603229-x64.msu;%SystemDrive%\Windows\Setup\Windows6.1-KB2603229-x64.msu;True

 

I installed it in this way (Virtual Box) and it works, the problem with KB2603229 too ;).

 

BTW:

 

1) The .NET-FW-Pack from Ricktendo contains already all the language-packs, with the switches german will be installed.

2) In my opinion it makes no sense to install the "Microsoft Removal Tool": MS releases every month a new version.

3) I don't have Microsoft Defender and couldn't test it, if it works.

 

Regarding KB2603229, I have put your nickname as user in the installation and this is the result:

 

32bit

nov8kzwa9xxq.jpg
 
64bit
khwefvyhztd.jpg

 

installed programs
nsa7kmzf2srx.jpg
 
KB2533552/KB2603229
ua9vkkkdzqlb.jpg

 

Regards, Thiersee

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...