I'm not sure what you are expecting $(FrameworkSDKDir) to point to in a
.wixproj.  Which version of the framework?  There is no clear answer to this
question within the context of a WiX project, because WiX projects do not
target .NET Framework versions and do not use the .NET Framework SDK. 
Rather, they use the WiX toolset.

If you are looking for a .NET Framework SDK path, I would recommend looking
in a project type that uses the .NET Framework, such as a C# project.

Also, if you are trying to use a tool from the $(FrameworkSDKDir) path on
the output of a WiX project, you are probably on the wrong track, because
the output of a WiX project will be either a Windows Installer database
(.msi or .msm) or a WiX library (.wixlib), not a .NET assembly.  Perhaps
your post-build event would make more sense elsewhere?

Regards,
Mike



wixon wrote
> I need a path to SDK framework in post-build event.
> Standard VisualStudio projects support $(FrameworkSDKDir) macro but WiX
> 3.7 does not.
> Does WiX 3.8 bring support for this macro ?
> If not, what's the best way to get that path (aside from hard-coding) ?





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/path-to-framework-SDK-FrameworkSDKDir-tp7594004p7594006.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to