wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

Invalid VSIP references in wix\src\votive\Core\BuildFiles #446

Closed wixbot closed 8 years ago

wixbot commented 19 years ago

In the wix\src\votive\Core\BuildFiles files generated by the Votive build process, the following references are made to the VSIP .DLL's:

/r:........\dtools\lib\x86 \VSIP\Microsoft.VisualStudio.OLE.Interop.dll /r:........\dtools\lib\x86 \VSIP\Microsoft.VisualStudio.Shell.Interop.dll

which are most likely invalid on any other computer than the WiX build computer.

I suggest that an environment variable is to be used for referencing the VSIP files all throughout the WiX build process.

bq. Originally opened by @fcarlier@ from "http://sourceforge.net/p/wix/bugs/351/":http://sourceforge.net/p/wix/bugs/351/

wixbot commented 12 years ago

The NAnt-based build uses properties based on where the VSIP SDK is installed.