Error when trying to create msi - File does not exist: ...\wix\bin\candle.exe

Issue #67 resolved
Emrys MacInally created an issue

I'm trying to create a simple msi. unfortunately I receive following error:

New-Installer : File does not exist: C:\Program Files\WindowsPowerShell\Modules\PowerShellProTools\1.12.0\wix\bin\candle.exe At C:\GIT\test\package.msi.ps1:1 char:1 + New-Installer -ProductName "test" -UpgradeCode 24000707 ... + ~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [New-Installer], Exception + FullyQualifiedErrorId : System.Exception,PowerShellToolsPro.Cmdlets.Installer.NewInstallerCommand

Comments (1)

  1. Log in to comment