Overview
සමහර වෙලාවට update එකක් Windows Update හරහා එන්නේ නෑ, නැත්නම් internet access එකක් නැති machine එකක් patch කරන්න ඕන වෙනවා. Microsoft standalone updates බෙදන්නේ .msu files විදිහට සහ ඒවා ඇතුළේ තියෙන extract කරගත් .cab packages විදිහට, ඒවා ඔබට manually install කරන්න පුළුවන්. මේ guide එකෙන් මේ files මොනවද කියලත්, built-in tools එක්කම ඒවා install කරන්නේ කොහොමද කියලත් පැහැදිලි කරනවා.
Key Takeaways
- .msu එකක් කියන්නේ self-contained Microsoft Update package එකක්; .cab එකක් කියන්නේ ඒක ඇතුළේ තියෙන compress කරපු payload එක.
- .msu එකක් double-click කරන එකෙන් Windows Update Standalone Installer (wusa) එක launch වෙනවා.
- wusa.exe එකෙන් command line එකෙන් .msu files install කරනවා; DISM එකෙන් .cab files install කරනවා.
- Update files download කරන්නේ නිල Microsoft Update Catalog එකෙන් විතරයි.
Install an MSU File Normally
1. catalog.update.microsoft.com එකේ Microsoft Update Catalog එකෙන් .msu file එක download කරන්න.
2. Windows Update Standalone Installer එක open කරන්න file එක double-click කරන්න.
3. Prompts follow කරලා update එක apply වෙනකම් wait කරන්න.
4. අහනවා නම් computer එක restart කරන්න.
Standalone installer එකෙන් .msu file එකක් install කරන එක.
Install an MSU File from Command Prompt
1. Command Prompt එක Administrator විදිහට open කරන්න.
2. මේක run කරන්න: wusa.exe C:\path\to\update.msu /quiet /norestart.
3. /quiet switch එකෙන් prompts suppress කරනවා; progress බලන්න ඕන නම් ඒක අත්හරින්න.
4. Update එක apply වීම අවසන් කරන්න පහසු වෙලාවක reboot කරන්න.
Extract and Install a CAB File
1. .msu එකකින් .cab එක extract කරන්න මේක run කරන්න: expand -f:* C:\path\to\update.msu C:\extracted.
2. Elevated Command Prompt එකක් open කරන්න.
3. මේක run කරන්න: DISM /Online /Add-Package /PackagePath:C:\extracted\update.cab.
4. DISM එක completion report කරනකම් wait කරලා, PC එක restart කරන්න.
Note: .cab files සඳහා DISM use කරන්න. wusa tool එක තව දුරටත් .cab packages කෙළින්ම install කරන එකට support කරන්නේ නෑ, ඒ නිසා DISM තමයි නිවැරදි තේරීම.
Warning: ඔබේ නිශ්චිත Windows version එකට සහ architecture එකට (x64 හෝ ARM64) ගැළපෙන updates විතරක් install කරන්න. වැරදි package එකක් apply කරන එකෙන් fail වෙන්න හෝ instability එන්න පුළුවන්.
Troubleshooting
Problem: Update එක ඔබේ computer එකට applicable නෑ.
Solution: Update එක ඔබේ Windows edition, version, සහ architecture එකට ගැළපෙනවද කියලත්, ඕනෑම prerequisite update එකක් දැනටමත් install වෙලද කියලත් confirm කරන්න.
Problem: Update එක දැනටමත් install වෙලා කියලා wusa report කරනවා.
Solution: wmic qfe list එකෙන් හෝ Settings > Windows Update > Update history එකෙන් install වුණ updates check කරන්න; patch එක දැනටමත් තියෙන්න පුළුවන්.
Problem: DISM එක error 0x800f081f එක්ක fail වෙනවා.
Solution: .cab path එක නිවැරදිද, file එක corrupt වෙලා නැද්ද කියලා verify කරන්න; Microsoft Update Catalog එකෙන් ආයෙත් download කරන්න.
Problem: Installer එක searching for updates එකේදී hang වෙනවා.
Solution: Windows Update service එක restart කරලා (net stop wuauserv ඊට පස්සේ net start wuauserv) installer එක ආයෙත් run කරන්න.
Conclusion
MSU සහ CAB installation එකෙන් ඔබට patching එක සම්පූර්ණයෙන් control කරන්න පුළුවන් — stuck update එකක් fix කරන එක වෙන්න පුළුවන්, offline machine එකක් service කරන එක වෙන්න පුළුවන්. .msu files සඳහා wusa එකයි .cab packages සඳහා DISM එකයි එක්ක, ඕනෑම standalone update එකක් command line එකෙන්ම විශ්වාසනීයව apply කරන්න පුළුවන්.
About TechHub
මේ guide එක TechHub Knowledge Base එකේ කොටසක්. තව step-by-step IT guides සහ support වලට techhub.com.lk එකට යන්න.















