electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
318 stars 91 forks source link

Error creating file msi #100

Open yennhi2121 opened 3 years ago

yennhi2121 commented 3 years ago

Im getting the following error when run file to build installer:

Error: Could not create msi file. Code: 103 StdErr: StdOut: Windows Installer XML Toolset Linker version 3.11.2.4516 Copyright (c) .NET Foundation and contributors. All rights reserved.

C:\electron\demo-electron-with-react\windows_installer\Messenger.wxs(767) : error LGHT0103 : The system cannot find the file 'C:\electron\demo-electron-with-react\Messenger-win32-x64\resources\app\node_modules.cache\terser-we bpack-plugin\content-v2\sha512\29\b0\afdc723081b880ea07ce548183eb0153f57c98c83af640be97665b4ce906dcd680d66c892d4d7b0083514017b40b1d9fe6a7abc68e90a88406d563a327d3'.

C:\electron\demo-electron-with-react\windows_installer\Messenger.wxs(775) : error LGHT0103 : The system cannot find the file 'C:\electron\demo-electron-with-react\Messenger-win32-x64\resources\app\node_modules.cache\terser-we bpack-plugin\content-v2\sha512\7e\1b\966b0652c41549dee2f3ab3f9069d9dd22c390a0b2dc15c5be3ddb4fb30c1a99892977ffaccbd4a30a57729be40ce4f72eec6058259e70fc73ae54e48484'.

C:\electron\demo-electron-with-react\windows_installer\Messenger.wxs(783) : error LGHT0103 : The system cannot find the file 'C:\electron\demo-electron-with-react\Messenger-win32-x64\resources\app\node_modules.cache\terser-we bpack-plugin\content-v2\sha512\e7\58\35d03864ac786a6ec4a5950a0fec6732404d9632c8c093a86cd4079829d37a589faa24767e8fb30538d253f677d8a6f7bf5548b3e2c5303b0d23bb13e4cb'.

Can anyone helps me solve that problems, thanks a lot

alylhb commented 1 year ago

Hello, I have the same problem as you. Have you solved this problem?