0

I want to make an installer, but IISExtension isn't available for wix4 (IIS v10). Where could I find that iis tag?

IISConfiguration.wxs

setup.build

msbuild /t:WIX setup.build

Joy
  • 1,171
  • 9
  • 15
Alex
  • 1,013
  • 1
  • 13
  • 27

1 Answers1

0

I think you have the wrong iis link. Please check this Migration page.

Fix: Rename http://schemas.microsoft.com/wix/IIsExtension to http://wixtoolset.org/schemas/v4/wxs/iis

RCP161
  • 199
  • 1
  • 13