How to remove one folder from C:\Windows\winsxs?
Posted
by aF
on Stack Overflow
See other posts from Stack Overflow
or by aF
Published on 2010-05-29T11:05:21Z
Indexed on
2010/05/29
11:12 UTC
Read the original article
Hit count: 220
Hello,
I've installed: Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
and got the following folders: x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91 x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a
I allready uninstalled the redistribute package but they continue overthere.
I want to remove them because I want to test my program without installing nothing (I've included those dll's when building it in another computer).
So, how can I remove those folders from C:\Windows\winsxs?
Thanks in advance :D
© Stack Overflow or respective owner