Access denied for Winsxs folder
Hi All,
I want to copy some c++ library files programatically (using java) to winsxs folder. But i could not able to add that because of access denied. Is there any programatic way to do this?
Regards,
Dhavan
February 23rd, 2011 6:58am
Why would you copy files into the WinSXS folder? This is a system folder and protected such that only the trusted installer service can add content. This service is called when Windows adds components, hotfixes and service packs. If your application is not
one of these, it has to write its files in another location.
Ray - Author of Windows 7 for XP Professionals
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2011 7:30am
Is there any programatic way to do this?
run the matching C++ Redist Installer silent."A programmer is just a tool which converts caffeine into code" CLIP- Stellvertreter http://www.winvistaside.de/
February 23rd, 2011 8:02am
Why would you copy files into the WinSXS folder? This is a system folder and protected such that only the trusted installer service can add content. This service is called when Windows adds components, hotfixes and service packs. If your application is not
one of these, it has to write its files in another location.
Ray - Author of Windows 7 for XP Professionals
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2011 11:23am