visual studio - How to build wix toolset project? -
i've installed wix toolset 3.11.0.1528 , extension vs 2015 0.9.17.13693
after pressing build get:
the wix toolset v4 build tools must installed build project. download wix toolset v4 visit ...
i don't it. have version 3.11 installed , wants v4. don't want build source.
what should make use available wix version?
ah. ok. @ vs project manager (or whatever call it), when add new project, have 2 practically identical choices:
- setup project - project creating msi file
- setup project - project fro creating wix based xml msi file
so first 1 uses <wix xmlns="http://schemas.microsoft.com/wix/2006/wi" ...
and second one: <wix xmlns="http://wixtoolset.org/schemas/v4/wxs" ...
the second 1 fails. , changing url doesn't help.
choose first variant , use it.
Comments
Post a Comment