Hello,
I'm using SharpDevelop in a "portable" installation. Everything is working fine so far. Now I wanted to have the WiX Toolset with me also. But one cannot change the path where the binaries are searched.
Or at least I did not find the place. Once you have created a Setup project, there is an option in the project to set the path to the wix.target file. When I change the path here, I can open the project but compiling fails with "cannot find WiXTasks.dll". So maybe there is something more to change, to make it work.
I've put the wix Toolset under bin/Tools/WiX and used the variable $SharpDevelopBinPath\Tools\WiX\wix.targets to reference the toolset. But it only works so far as I can open and save the project.
Is this idea possible at all and when how ?
btw. I'm also using WiXEdit, which has an option to set the path to the toolset, and there I can compile the project. But there are 4 Path options, maybe that's the difference.