From 119af81b23b9e57abc1e4d7978d1f3730982cf29 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 22 Oct 2004 19:12:04 +0000 Subject: [PATCH] Use a working dir for the uninstaller that does exist. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/make_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/distrib/make_installer.py b/wxPython/distrib/make_installer.py index 659862226a..a5848d4328 100644 --- a/wxPython/distrib/make_installer.py +++ b/wxPython/distrib/make_installer.py @@ -285,7 +285,7 @@ begin 'Should I do it?', mbConfirmation, MB_YESNO); if ResultCode = IDYES then begin - InstExec(FileName, '/SILENT', WizardDirValue()+'\wxPython', True, False, SW_SHOWNORMAL, ResultCode); + InstExec(FileName, '/SILENT', WizardDirValue()2, True, False, SW_SHOWNORMAL, ResultCode); end; end; -- 2.47.2