We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b2899 commit 1784017Copy full SHA for 1784017
packages/app-builder-lib/templates/nsis/include/allowOnlyOneInstallerInstance.nsh
@@ -33,12 +33,12 @@
33
Var /GLOBAL CmdPath
34
Var /GLOBAL FindPath
35
Var /GLOBAL PowerShellPath
36
+ StrCpy $CmdPath "$SYSDIR\cmd.exe"
37
+ StrCpy $FindPath "$SYSDIR\find.exe"
38
+ StrCpy $PowerShellPath "$SYSDIR\WindowsPowerShell\v1.0\powershell.exe"
39
!ifmacrodef customCheckAppRunning
40
!insertmacro customCheckAppRunning
41
!else
- StrCpy $CmdPath "$SYSDIR\cmd.exe"
- StrCpy $FindPath "$SYSDIR\find.exe"
- StrCpy $PowerShellPath "$SYSDIR\WindowsPowerShell\v1.0\powershell.exe"
42
!insertmacro IS_POWERSHELL_AVAILABLE
43
!insertmacro _CHECK_APP_RUNNING
44
!endif
0 commit comments