Create Windows installer #53

This commit is contained in:
2025-07-30 07:52:54 -05:00
parent 1e7e304b43
commit d8774ba7f7

View File

@@ -68,4 +68,4 @@ Filename: "msiexec.exe"; WorkingDir: "{app}"; Parameters: "/a winfsp-@WINFSP_VER
[Registry]
Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; \
ValueType: expandsz; ValueName: "Path"; ValueData: "{olddata};{app};"; \
Check: CheckAddPath("{app}")
Check: CheckAddPath(ExpandConstant('{app}'))