docker-wix icon indicating copy to clipboard operation
docker-wix copied to clipboard

"File Not found" error

Open slackeater opened this issue 3 years ago • 0 comments

Hello and thanks a lot for this docker :)

I was trying to pack this https://github.com/Velocidex/velociraptor/blob/master/docs/wix/custom.xml as an MSI but I get an error when executing the "light" command. On Windows the same custom.xml builds succesfully using Wix and no error are generated.

`# docker run --rm -v $(pwd):/wix dactiv/wix light custom.wixobj -ext WixUtilExtension -v WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested Windows Installer XML Toolset Linker version Copyright (c) .NET Foundation and contributors. All rights reserved.

Updating file information. Creating cabinet files. There will be '4' threads used to produce CAB files. Creating cabinet 'C:\temp\tromfpph#Sample.cab'. Generating database. light.exe : error LGHT0216 : An unexpected Win32 exception with error code 0x2 occurred: File not found. `

The previous "candle" file runs without problem and a WIXOBJ is generated.

Any idea?

slackeater avatar Feb 07 '22 15:02 slackeater