[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1536: Set the current directory to Privoxy's installation director (trunk/pkg/win32)
Author: edmanm
Date: 2006-12-16 17:20:45 -0500 (Sat, 16 Dec 2006)
New Revision: 1536
Modified:
trunk/pkg/win32/vidalia-bundle.nsi
Log:
Set the current directory to Privoxy's installation directory before starting,
so it doesn't wig out when the user starts all installed applications after the
bundle installer is finished.
Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi 2006-12-16 22:14:45 UTC (rev 1535)
+++ trunk/pkg/win32/vidalia-bundle.nsi 2006-12-16 22:20:45 UTC (rev 1536)
@@ -395,6 +395,7 @@
check_privoxy:
IntCmp $bInstallPrivoxy 1 run_privoxy done done
run_privoxy:
+ SetOutPath "$INSTDIR\Privoxy"
Exec '"$INSTDIR\Privoxy\${PRIVOXY_EXEC}"'
done:
FunctionEnd