Questions tagged [electron-wix-msi]
2 questions
5
votes
1 answer
How to solve error in msi package creation using electron wix creator with error logging?
I am trying to create a msi package from golang program with error logging feature. So, that I will be able to retrieve golang app crash logs.
The following Golang code is saved to main.go, with a crash expected due to 1\0 division related…

manoos
- 1,675
- 3
- 21
- 46
0
votes
0 answers
Delete local storage data during/before uninstallation of the window application using electron-wix-msi
I'm building a Windows application with elctron.js and npm package electron-wix-msi which uses local storage and its working fine but now, I want when somebody uninstalls then the data in the local storage should be clear. If the user re-installs…

Manoj Rana
- 3,068
- 1
- 24
- 34