wix - Cannot add reference to WixUIExtension.dll, WixUtilExtension.dll and WixNetFxExtension.dll from Visual Studio 2008 -
i using wix 3.7 visual studio 2008, , trying add reference few wix dll files can work ui in installation. however, following error each of following files add reference to:
- wixuiextension.dll
- wixutilextension.dll
- wixnetfxextension.dll
a reference c:\program files (x86)\wix toolset v3.7\wixnetfxextension.dll not added. please make sure file accessible, , valid wix reference.
also, before started thinking moving ui based interface, there no issue wix installer creating; compiles , installs absolutely fine.
please note able add reference same files in visual studio 2012 , visual studio 2010.
i found workaround: unload wix project , modify project file manually add references required files. should have done earlier... duhh!!
Comments
Post a Comment