The OS is Windows Vista Business.  Yes, there is a "C:\Program Files\Microsoft 
SDKs\Windows\v6.0\Include" directory.
 
Clip from the "WixBuild.Common.targets" file:
 
<CreateProperty Value="$(DTOOLS)\inc\PlatformSDK\">
<Output TaskParameter="Value" PropertyName="PlatformSdkIncludePath" />
</CreateProperty>
<Message Text="PlatformSdkIncludePath=$(PlatformSdkIncludePath)" />
<Error
Condition=" '$(PlatformSdkIncludePath)' == '' or 
!Exists('$(PlatformSdkIncludePath)')"
Text="Please install the Windows SDK version 6000.0.0 (Windows Vista) or 
higher." />
 
I am building this using Visual Studio 2005 IDE...
Thanks,
--Leo

Date: Wed, 7 Nov 2007 22:19:22 -0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: 
[EMAIL PROTECTED]; [EMAIL PROTECTED]: Re: [WiX-users] WIX 3.0 toolset build 
problem.
Leo ... wrote: 



I just checked and the registry 
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft 
SDKs\Windows\v6.0!InstallationFolder" has the value "C:\Program Files\Microsoft 
SDKs\Windows\v6.0\"Which OS/edition are you running? Is there a C:\Program 
Files\Microsoft SDKs\Windows\v6.0\Include directory? What does the build show 
for "PlatformSdkIncludePath="?-- 
sig://boB
http://joyofsetup.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to