Author: remi Date: 2009-06-12 11:38:01 +0200 (Fri, 12 Jun 2009) New Revision: 4805
Modified: software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi Log: * Smart-API can now be installed with user permissions on Windows Vista. (Global installer now prepares directory permissions ...) Modified: software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi =================================================================== --- software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-06-12 09:27:45 UTC (rev 4804) +++ software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-06-12 09:38:01 UTC (rev 4805) @@ -20,7 +20,7 @@ InstallDir c:\tuxdroid\bin\python\Lib\site-packages\tuxisalive ; Request application privileges for Windows Vista -RequestExecutionLevel admin +RequestExecutionLevel user ; Get the Tuxdroid installation paths var /GLOBAL TUXDROID_PATH ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
