HaxeFoundation / HaxeFoundation/haxe
Haxe Nullsoft installer does not appreciate the Location Parameter set by /D
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
Generally Nullsoft Installer have an command line option to specify Install Location
[Silent Install](https://silentinstallhq.com/nullsoft-scriptable-install-system-nsis-silent-install-how-to-guide/)
```shell
nsis-x.y.z-setup.exe /S /D=C:\NSIS
```
So installing Haxe with WINGET always installs to C:/HaxeToolkit. There is no way to change the location by specifying the --location parameter in the [manifest](https://github.com/microsoft/winget-pkgs/blob/master/manifests/h/HaxeFoundation/Haxe/4.2.5/HaxeFoundation.Haxe.installer.yaml)
Contributor guide
Assessment
This issue has not been assessed yet.