views:

662

answers:

2

I deleted the Windows 6 SDK folder a while ago, and now my VS refuses to build my Deployment Project unless I get those files back!

Could not find required file 'setup.bin' in 'C:\Program Files\Microsoft SDKs\ Windows\v6.0A \Bootstrapper\Engine'

I've searched around the internet and all I find are posts which talk of a specific file being incorrectly deleted by their anti-virus programs, but no one's really offering those files!

Where can I get these Windows\v6.0A SDK files from?

A: 

This MSDN blog post has brought me to the download of Windows SDK. (a combination of Platform SDK and .NET Framework SDK)

That should re-create these folders.

Jenko
+2  A: 

Somebody suggested:

Okay, I did a repair install of VS and that added the folders.

does that help?

Michael Paulukonis