[or-cvs] r17614: {tor} Leave ALLUSERS null by default instead of relying on =2 to d (tor/trunk/contrib)

coderman at seul.org coderman at seul.org
Fri Dec 12 23:44:17 UTC 2008


Author: coderman
Date: 2008-12-12 18:44:16 -0500 (Fri, 12 Dec 2008)
New Revision: 17614

Modified:
   tor/trunk/contrib/tor.wxs.in
Log:
Leave ALLUSERS null by default instead of relying on =2 to detect admin privs correctly.

Modified: tor/trunk/contrib/tor.wxs.in
===================================================================
--- tor/trunk/contrib/tor.wxs.in	2008-12-12 20:30:45 UTC (rev 17613)
+++ tor/trunk/contrib/tor.wxs.in	2008-12-12 23:44:16 UTC (rev 17614)
@@ -98,9 +98,7 @@
 
     <!-- Properties used to control installation or repair features
     and other invocation options.
-    When ALLUSERS==1 the install is per machine, when 2 it is per user.
       -->
-    <Property Id="ALLUSERS">2</Property>
     <Property Id="ReinstallModeText">omus</Property>
     <Property Id="DiskPrompt">Tor Installation</Property>
 



More information about the tor-commits mailing list