https://github.com/clear-code/list-addons-in-win-programs
List addons in Windows programs.
https://github.com/clear-code/list-addons-in-win-programs
Last synced: 4 months ago
JSON representation
List addons in Windows programs.
- Host: GitHub
- URL: https://github.com/clear-code/list-addons-in-win-programs
- Owner: clear-code
- License: mpl-2.0
- Created: 2016-03-30T07:07:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:45:36.000Z (about 2 years ago)
- Last Synced: 2024-04-19T13:56:24.977Z (about 2 years ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# list-addons-in-win-programs
## How to build the native messaging host and its installer?
On Windows 10 + WSL:
1. [Install and setup Golang](https://golang.org/doc/install) on your Linux environment.
2. Install go-msi https://github.com/mh-cbon/go-msi *via an MSI to your Windows environment*.
3. Install WiX Toolset https://wixtoolset.org/releases/ to your Windows environment.
4. Set PATH to go-msi (ex. `C:\Program Files\go-msi`) and WiX Toolse (ex. `C:\Program Files (x86)\WiX Toolset v3.11\bin`).
5. Run `make host`.
Then `.exe` files and a batch file to build MSI will be generated.
6. Double-click the generated `webextensions\native-messaging-host\build_msi.bat` on your Windows environment.
Then two MSIs will be generated.