https://github.com/tauri-apps/nsis-tauri-utils
A collection of NSIS plugins written in rust.
https://github.com/tauri-apps/nsis-tauri-utils
nsis nsis-installer nsis-plugin rust
Last synced: 4 months ago
JSON representation
A collection of NSIS plugins written in rust.
- Host: GitHub
- URL: https://github.com/tauri-apps/nsis-tauri-utils
- Owner: tauri-apps
- License: apache-2.0
- Created: 2022-12-20T19:10:54.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2026-01-16T00:40:11.000Z (5 months ago)
- Last Synced: 2026-01-16T06:29:54.664Z (5 months ago)
- Topics: nsis, nsis-installer, nsis-plugin, rust
- Language: Rust
- Homepage:
- Size: 132 KB
- Stars: 26
- Watchers: 10
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE-2.0
Awesome Lists containing this project
README
# nsis-tauri-utils
A collection of NSIS plugins written in rust.
| Plugin | Description |
| -------------------------------------------------- | ------------------------------------------------------------------------ |
| [nsis-process](./crates/nsis-process/) | Find and Kill processes, and run program as unelevated user |
| [nsis-semvercompare](./crates/nsis-semvercompare/) | Compare two semantic versions |
| [nsis-string](./crates/nsis-string/) | String manipulation |
| [nsis-tauri-utils](./crates/nsis-tauri-utils/) | A collection of all the above plugins into a single DLL for smaller size |
## License
Apache-2.0/MIT