abbodi1406 / vcredist

AIO Repack for latest Microsoft Visual C++ Redistributable Runtimes
The Unlicense
5.52k stars 316 forks source link

Can't Windows 10&11 Sandbox install VC2005 and VC2008 versions #107

Open wwzrh opened 2 weeks ago

wwzrh commented 2 weeks ago

Can't Windows 10&11 Sandbox install VC2005 and VC2008 versions

2024-09-12_194833

Is it a permission issue with WinSxS??

abbodi1406 commented 2 weeks ago

Who knows it's not AIO issue, and nothing i can do to fix

wwzrh commented 2 weeks ago

@abbodi1406 ::Obtaining administrator privileges seems to grant write access to winsxs

TAKEOWN /F "%dv%\Windows\winsxs" /r /d Y ICACLS "%dv%\Windows\winsxs" /Grant %USERNAME%:F /T /Q /inheritance:e REM ICACLS "%dv%\Windows\winsxs" /Grant Administrators:F /T /Q /inheritance:e ICACLS "%dv%\Windows\winsxs" /Grant EVERYONE:F /T /Q /inheritance:e md %dv%\Windows\winsxs\InstallTemp md %dv%\Windows\winsxs\Temp

abbodi1406 commented 2 weeks ago

Good to know