@@ -200,10 +200,6 @@ UninstPage custom un.preConfirm
200
200
!insertmacro MUI_UNPAGE_INSTFILES
201
201
202
202
; Finish Page
203
- !define MUI_FINISHPAGE_SHOWREADME
204
- !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
205
- !define MUI_FINISHPAGE_SHOWREADME_TEXT $(UN_SURVEY_CHECKBOX_LABEL)
206
- !define MUI_FINISHPAGE_SHOWREADME_FUNCTION un.Survey
207
203
!define MUI_PAGE_CUSTOMFUNCTION_PRE un.preFinish
208
204
!define MUI_PAGE_CUSTOMFUNCTION_SHOW un.showFinish
209
205
!insertmacro MUI_UNPAGE_FINISH
@@ -214,15 +210,6 @@ ChangeUI IDD_VERIFY "${NSISDIR}\Contrib\UIs\default.exe"
214
210
# ###############################################################################
215
211
# Helper Functions
216
212
217
- Function un.Survey
218
- ; We can't actually call ExecInExplorer here because it's going to have to
219
- ; make some marshalled COM calls and those are not allowed from within a
220
- ; synchronous message handler (where we currently are); we'll be thrown
221
- ; RPC_E_CANTCALLOUT_ININPUTSYNCCALL if we try. So all we can do is record
222
- ; that we need to make the call later, which we'll do from un.onGUIEnd.
223
- StrCpy $ShouldOpenSurvey " 1"
224
- FunctionEnd
225
-
226
213
; This function is used to uninstall the maintenance service if the
227
214
; application currently being uninstalled is the last application to use the
228
215
; maintenance service.
@@ -974,7 +961,7 @@ FunctionEnd
974
961
975
962
Function un.onUninstSuccess
976
963
; Send a ping at un.onGUIEnd, to avoid freezing the GUI.
977
- StrCpy $ShouldSendPing " 1 "
964
+ StrCpy $ShouldSendPing " 0 "
978
965
979
966
${If} ${Silent}
980
967
; If this is a silent uninstall then un.onGUIEnd doesn't run, so do it now.
0 commit comments