Jump to content

Windows 7 Netframework Ve Güncellemesi Ekleme


eno
 Share

Recommended Posts

Merhaba arkadaşlar bir türlü başaramadım Netframework ve günellemelerini nasıl entegre edebilirim?

1.Dism /Get-ImageInfo /ImageFile:C:\test\images\install.wim

   ISO sources içinden install.wim, C: de oluşturulan test klasörü ve onun içinde images\ klasöre eklenecektir,codu girince install.wim de hangi sürümler olduğunu göreceksin ve işlem yapmak istediğin sürümü seçeceksin Index:1 gibi,her sürüm için işlem ayrı yapılır,
================================================================================================================================
2.Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Index:1 /MountDir:C:\test\offline

   C:\test\images\ içinde bulunan install.wim ,offline klasöruna açılacaktır ve işlem başlayacaktır
================================================================================================================================
3.Dism /Image:C:\test\offline /Add-Package /PackagePath:C:\test\images\updates

   updates içine güncellemeleri ekleyeceksin,ilk önce x86 veya x64 olanları
================================================================================================================================
NET Framework 3.5 eklemek:
4.DISM /Image:C:\test\offline /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:C:\test\images\sxs

   ISO sources içinden sxs vardır,onu olduğu gibi C:\test\images\ içine ekle sonrada codu gir
================================================================================================================================
5.Dism /Unmount-Image /MountDir:C:\test\offline /Commit

   işlemler bittiğinde bu codla açılmış olduğu install.wim i kapatıyorsun ve İSO ya ekliyorsun

istediğin gibi düzenleme yapabilirsin

 

umarım anlatabilmişimdir

saygılar

Edited by adbenim
Link to comment
Share on other sites

  • 3 hafta sonra ...
  • Editor

1- gerçek addon olarak eklersin:

 

http://www.wincert.net/forum/topic/11127-microsoft-net-framework-461-for-windows-7/

 

2- katılımsız olarak kurdurtursun:

 

http://www.wincert.net/forum/topic/10480-slim-net-framework-461-full-x86x64-2-27-2016/

 

seçim senin. paketler yukarıdaki linklerde mevcut. gerisi sana kalmış

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.
Note: Your post will require moderator approval before it will be visible.

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.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...