File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export class NsisTarget extends Target {
167
167
APP_PACKAGE_NAME : appInfo . name
168
168
}
169
169
if ( uninstallAppKey !== guid ) {
170
- defines . UNINSTALL_REGISTRY_KEY_2 = `Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${ guid } `
170
+ defines . UNINSTALL_REGISTRY_KEY_2 = `Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\{ ${ guid } }`
171
171
}
172
172
173
173
const commands : any = {
Original file line number Diff line number Diff line change 6
6
7
7
# allow user to define own custom
8
8
!define /ifndef INSTALL_REGISTRY_KEY " Software\${APP_GUID}"
9
- !define /ifndef UNINSTALL_REGISTRY_KEY " Software\Microsoft\Windows\CurrentVersion\Uninstall\${UNINSTALL_APP_KEY}"
9
+ !define /ifndef UNINSTALL_REGISTRY_KEY " Software\Microsoft\Windows\CurrentVersion\Uninstall\{ ${UNINSTALL_APP_KEY} }"
10
10
11
11
# current Install Mode ("all" or "CurrentUser")
12
12
Var installMode
You can’t perform that action at this time.
0 commit comments