Set passive mode for first run only (#3214)

This commit is contained in:
Arkadiy Paronyan 2016-11-05 14:38:04 +01:00 committed by Gav Wood
parent 2cb41f96f5
commit 77136b8f84
1 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,8 @@
!define VERSIONMAJOR 1
!define VERSIONMINOR 5
!define VERSIONBUILD 0
!define ARGS "--warp --mode=passive"
!define ARGS "--warp"
!define FIRST_START_ARGS "--warp --mode=passive"
!addplugindir .\
@ -133,7 +134,7 @@ section "install"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE}
WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Run" ${APPNAME} "$INSTDIR\ptray.exe ${ARGS}"
ExecShell "" "$INSTDIR\ptray.exe" "${ARGS}"
ExecShell "" "$INSTDIR\ptray.exe" "${FIRST_START_ARGS}"
sectionEnd
# Uninstaller