Skip to content

Commit e7c4d35

Browse files
committed
feat: disable survey after uninstall on Windows
1 parent f5922ef commit e7c4d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/installer/windows/nsis/uninstaller.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ UninstPage custom un.preConfirm
203203
!insertmacro MUI_UNPAGE_INSTFILES
204204

205205
; Finish Page
206-
!define MUI_FINISHPAGE_SHOWREADME
206+
; !define MUI_FINISHPAGE_SHOWREADME
207207
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
208208
!define MUI_FINISHPAGE_SHOWREADME_TEXT $(UN_SURVEY_CHECKBOX_LABEL)
209209
!define MUI_FINISHPAGE_SHOWREADME_FUNCTION un.Survey

0 commit comments

Comments
 (0)