flcdrg / PowerShellWixExtension

Wix Extension for running PowerShell
Other
29 stars 12 forks source link

Caompatibility with WiX 3.14.1 #52

Closed georg-eckert-zeiss closed 7 months ago

georg-eckert-zeiss commented 7 months ago

An update for WiX Toolset 3 has been released to fix a vulnerability. Unfortunately PowerShellWixExtension does not work anymore:

C:\candle.exe "C:\MyProject.wxs"
  -ext WixBalExtension
  -ext WixUtilExtension
  -ext WixFirewallExtension
  -ext PowerShellWixExtension
  -arch x64 -nologo -out "C:\MyProject.wixobj"
candle.exe : error CNDL0144 :
  The extension 'PowerShellWixExtension' could not be loaded because
  of the following reason: Could not load file or assembly
  'file:///C:\PowerShellWixExtension' or one of its dependencies.
  The system cannot find the file specified.

PS: Lineabreaks just for readability reasons

georg-eckert-zeiss commented 7 months ago

Nevermind. I updated my wix folder but deleted the PowerShellWixExtension.dll 😅