]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/make_installer.py
in unescape add normal characters in addition to unescaped characters :)
[wxWidgets.git] / wxPython / distrib / make_installer.py
index a5848d432861bf03f59b6925fc2929c4a80cbd89..77ffa46f1bf5d697580d821ad6cf123d4f699774 100644 (file)
@@ -285,7 +285,7 @@ begin
                              'Should I do it?',
                              mbConfirmation, MB_YESNO);
         if ResultCode = IDYES then begin
-            InstExec(FileName, '/SILENT', WizardDirValue()2, True, False, SW_SHOWNORMAL, ResultCode);
+            InstExec(FileName, '/SILENT', WizardDirValue(), True, False, SW_SHOWNORMAL, ResultCode);
 
         end;
     end;