You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create msi installer for electron application with electron-wix-msi package, following error message appears:
throw new Error(`Could not create ${type} file. Code: ${code} StdErr: ${stderr} StdOut: ${stdout}`);
^
Error: Could not create msi file. Code: 306 StdErr: StdOut: Windows Installer XML Toolset Linker version 3.14.1.8722
Copyright (c) .NET Foundation and contributors. All rights reserved.
light.exe : error LGHT0306 : An error (E_FAIL) was returned while finalizing a CAB file. This most commonly happens when creating a CAB file with more than 65535 files in it. Either reduce the number of files in your installation package or split your installation package's files into more than one CAB file using the Media element.
Hello,
When I try to create msi installer for electron application with
electron-wix-msi
package, following error message appears:How can I create multiple CAB files?
build.js
The text was updated successfully, but these errors were encountered: