Pre-install msxsl.exe and add it to the PATH

Mailaender's Avatar

Mailaender

08 Jun, 2015 07:34 AM

  1. Support Staff 1 Posted by Feodor Fitsner on 08 Jun, 2015 08:35 PM

    Feodor Fitsner's Avatar

    Just add this one PowerShell line into your build definition to download msxsl.exe into build folder:

    (New-Object Net.WebClient).DownloadFile('http://download.microsoft.com/download/f/2/6/f263ac46-1fe9-4ae9-8fd3-21102100ebf5/msxsl.exe', "$env:appveyor_build_folder\msxsl.exe")
    
  2. 2 Posted by Mailaender on 08 Jun, 2015 09:24 PM

    Mailaender's Avatar

    Okay, thanks.

  3. Mailaender closed this discussion on 08 Jun, 2015 09:24 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac