Is it possible to build a Visual Studio 2008 Setup project with only the Windows 7 SDK installed?

My setup project refuses to build because it can't find "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\", part of the Windows 6 SDK. I would have thought that the 7 SDK would have everything that the setup project needs.

A related question: Where can I aquire the Windows 6.0 Bootstrapper files for VS?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Seems that the files are not really part of the Windows 6 SDK, but part of the Visual Studio 2008 installation. When I removed the Windows 6 SDK I also deleted this folder, thereby causing the problem above.

link|improve this answer
feedback

download the visual studio 2008 service pack 01 with framework 3.5 sp1 redistributable... It will solve your problems...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.