[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1664: Start Privoxy minimized when the user selects "Run installed (trunk/pkg/win32)
Author: edmanm
Date: 2007-03-10 17:43:23 -0500 (Sat, 10 Mar 2007)
New Revision: 1664
Modified:
trunk/pkg/win32/vidalia-bundle.nsi
Log:
Start Privoxy minimized when the user selects "Run installed components now"
at the end of the bundle installer.
Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi 2007-03-10 03:54:03 UTC (rev 1663)
+++ trunk/pkg/win32/vidalia-bundle.nsi 2007-03-10 22:43:23 UTC (rev 1664)
@@ -400,7 +400,7 @@
IntCmp $bInstallPrivoxy 1 run_privoxy done done
run_privoxy:
SetOutPath "$INSTDIR\Privoxy"
- Exec '"$INSTDIR\Privoxy\${PRIVOXY_EXEC}"'
+ ExecShell "" '"$INSTDIR\Privoxy\${PRIVOXY_EXEC}"' "" SW_SHOWMINIMIZED
done:
FunctionEnd