]> git.saurik.com Git - wxWidgets.git/commitdiff
Use a working dir for the uninstaller that does exist.
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 19:12:04 +0000 (19:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Oct 2004 19:12:04 +0000 (19:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/make_installer.py

index 659862226a90c82e0962fcd1e5380668a5562ff6..a5848d432861bf03f59b6925fc2929c4a80cbd89 100644 (file)
@@ -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;