[xiph-commits] r8907 - trunk/oggdsf/build/NSIS/Release
ozone at motherfish-iii.xiph.org
ozone at motherfish-iii.xiph.org
Sun Feb 13 07:04:12 PST 2005
Author: ozone
Date: 2005-02-13 07:04:10 -0800 (Sun, 13 Feb 2005)
New Revision: 8907
Modified:
trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
Log:
oggdsf:
* NSIS installer script: properly remove the oggcodecs directory
Modified: trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi 2005-02-13 14:47:15 UTC (rev 8906)
+++ trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi 2005-02-13 15:04:10 UTC (rev 8907)
@@ -746,6 +746,10 @@
Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"
RMDir "$SMPROGRAMS\$ICONS_GROUP"
+
+ ; Need to change the working directory to something else (anything) besides
+ ; the output directory, so we can rmdir it
+ SetOutPath "$TEMP"
RMDir "$INSTDIR"
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
More information about the commits
mailing list