https://github.com/mortend/nsis-installer
The new Windows installer for Fuse Studio 2.0.
https://github.com/mortend/nsis-installer
installer npm-package nsis windows
Last synced: 10 months ago
JSON representation
The new Windows installer for Fuse Studio 2.0.
- Host: GitHub
- URL: https://github.com/mortend/nsis-installer
- Owner: mortend
- License: mit
- Created: 2020-06-24T20:45:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T01:20:33.000Z (over 5 years ago)
- Last Synced: 2025-01-20T14:53:18.071Z (12 months ago)
- Topics: installer, npm-package, nsis, windows
- Language: NSIS
- Homepage: https://github.com/fuse-x/studio
- Size: 28.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fuse-setup
> The new Windows installer for Fuse Studio 2.0.
## Introduction
An NSIS installer that uses Node.js and NPM to install its payload(s), and that automatically detects or installs missing dependencies, such as:
* Git for Windows
* Node.js
* VC++ redistributables
The source code is provided as an example for other Node.js-powered apps that may need a GUI-based installer for Windows.
### Related packages
* [fuse-studio](https://github.com/fuse-x/studio)
### Screenshots

## Contributing
Please [report an issue](https://github.com/mortend/nsis-installer/issues) if you encounter a problem, or [open a pull request](https://github.com/mortend/nsis-installer/pulls) if you make a patch.