What's the simplest way to ensure that WiX projects build without having to install the toolkit? -


i've had some trouble getting wix projects build on build servers. 1 of pain points has been wix projects referencing libraries in c:\program files... , build process calls executables in same path. bummer because have install wix toolkit in order project build.

what's best way eliminate headache having build tools local project being built?

is there nuget package this? (at time of writing appears not, wanted verify.) package restore capability nice because don't have include (many) wix files in git.

if not, need download wix? need modify compiler knows find binaries build wix projects?

you can download wix binaries .zip http://wixtoolset.org/releases/ can modify wixproj file , update <wixtoolpath></wixtoolpath> element point wixbinaries

the wix documentation has article explains how: integrating wix projects daily builds


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -