Commit 6f25022241801eea8b860f2f9140238bfb1fe01b
1 parent
785fb8cb
Exists in
master
and in
5 other branches
Install location should be added on registry to allow finding of the
protocol library.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
win/pw3270.nsi.in
... | ... | @@ -126,6 +126,12 @@ SubSection "@PRODUCT_NAME@" SecMain |
126 | 126 | WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@PRODUCT_NAME@" \ |
127 | 127 | "NoRepair" "1" |
128 | 128 | |
129 | + # Customized options | |
130 | + SetRegView @WINARCH@ | |
131 | + | |
132 | + # Required for IPC Library. | |
133 | + WriteRegStr HKLM "Software\@PRODUCT_NAME@" "InstallLocation" "$INSTDIR" | |
134 | + | |
129 | 135 | sectionEnd |
130 | 136 | |
131 | 137 | !ifdef WITHCERTS | ... | ... |