[Greater-commits] r3626 - trunk/packaging

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 20 16:23:09 CEST 2011


Author: aheinecke
Date: 2011-07-20 16:23:09 +0200 (Wed, 20 Jul 2011)
New Revision: 3626

Modified:
   trunk/packaging/greater-installer.nsi
Log:
Fix python uninstaller package path


Modified: trunk/packaging/greater-installer.nsi
===================================================================
--- trunk/packaging/greater-installer.nsi	2011-07-20 14:20:37 UTC (rev 3625)
+++ trunk/packaging/greater-installer.nsi	2011-07-20 14:23:09 UTC (rev 3626)
@@ -396,7 +396,7 @@
 Section "un.Python"
    Banner::show /NOUNLOAD /set 76 "Uninstalling Python..."
    SetOutPath "$TEMP" 
-   File "$TEMP\python-2.7.2.msi"
+   File "python-2.7.2.msi"
    ExecWait '"msiexec" /uninstall $TEMP\python-2.7.2.msi'
    Delete "$TEMP\python-2.7.2.msi"
    Banner::destroy 



More information about the Greater-commits mailing list