Open JasminDreasond opened 6 years ago
Maybe this could help : https://github.com/felixrieseberg/electron-wix-msi/issues/1#issuecomment-416642865
I was able to fix that problem by adding "C:\Program Files (x86)\WiX Toolset v3.11\bin" (with quotes) to my user variables and system variables for windows.
I'm trying to execute this script...
var { MSICreator } = require('electron-wix-msi');
async function nya() {
}
nya();
but happen it...
electron-wix-msi: Using light.exe (3.11.1.2318) and candle.exe (3.11.1.2318) creator.js:77 Error: spawn candle.exe ENOENT util.js:1031 at _errnoException (util.js:1031:13) at Process.ChildProcess._handle.onexit (internal/child_process.js:201:19) at onErrorNT (internal/child_process.js:389:16) at _combinedTickCallback (internal/process/next_tick.js:138:11) at process._tickCallback (internal/process/next_tick.js:180:9)
tiny_rec_helper-0.2.2-setup.wxs(22156) : error CNDL0014 : The ComponentRef/@Id attribute's value, '.eslintignore_057bb387_51f7_496f_a7ab59c651a188e1', is not a legal identifier. Identifiers may contain ASCII characters A-Z, a-z, digits, underscores (), or periods (.). Every identifier must begin with either a letter or an underscore.
I need help :c