Set passive mode for first run only (#3214)
This commit is contained in:
		
							parent
							
								
									2cb41f96f5
								
							
						
					
					
						commit
						77136b8f84
					
				@ -11,7 +11,8 @@
 | 
				
			|||||||
!define VERSIONMAJOR 1
 | 
					!define VERSIONMAJOR 1
 | 
				
			||||||
!define VERSIONMINOR 5
 | 
					!define VERSIONMINOR 5
 | 
				
			||||||
!define VERSIONBUILD 0
 | 
					!define VERSIONBUILD 0
 | 
				
			||||||
!define ARGS "--warp --mode=passive"
 | 
					!define ARGS "--warp"
 | 
				
			||||||
 | 
					!define FIRST_START_ARGS "--warp --mode=passive"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
!addplugindir .\
 | 
					!addplugindir .\
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -133,7 +134,7 @@ section "install"
 | 
				
			|||||||
	WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${COMPANYNAME} ${APPNAME}" "EstimatedSize" ${INSTALLSIZE}
 | 
						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}"
 | 
						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
 | 
					sectionEnd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Uninstaller
 | 
					# Uninstaller
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user