views:

184

answers:

1

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?

+1  A: 

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.

emddudley