[Slim-Checkins] r33666 - in /7.7/trunk: platforms/win32/installer/SqueezeCenter.iss server/Changelog7.html

[email protected]
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Mon Nov  7 01:12:59 2011
New Revision: 33666

URL: http://svn.slimdevices.com/slim?rev=33666&view=rev
Log:
Fixed Bug: 17736
Description: even though we're running the updater in silent mode when called from the tray icon, we need to install the VCRedist libraries if needed.

Modified:
    7.7/trunk/platforms/win32/installer/SqueezeCenter.iss
    7.7/trunk/server/Changelog7.html

Modified: 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss
URL: http://svn.slimdevices.com/slim/7.7/trunk/platforms/win32/installer/SqueezeCenter.iss?rev=33666&r1=33665&r2=33666&view=diff
==============================================================================
--- 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss (original)
+++ 7.7/trunk/platforms/win32/installer/SqueezeCenter.iss Mon Nov  7 01:12:59 2011
@@ -732,7 +732,7 @@
 
 			// run VC runtime installer if not already installed
 			// http://blogs.msdn.com/b/astebner/archive/2010/05/05/10008146.aspx
-			if ( (not Silent) and (not HasVCRedist()) ) then
+			if ( (TrayIcon or not Silent) and (not HasVCRedist()) ) then
 				Exec(AddBackslash(ExpandConstant('{tmp}')) + 'vcredist.exe', '/q:a /c:"msiexec /i vcredist.msi /qb!"', '', SW_SHOWNORMAL, ewWaitUntilTerminated, ErrorCode);
 
 			ProgressPage := CreateOutputProgressPage(CustomMessage('RegisterServices'), CustomMessage('RegisterServicesDesc'));

Modified: 7.7/trunk/server/Changelog7.html
URL: http://svn.slimdevices.com/slim/7.7/trunk/server/Changelog7.html?rev=33666&r1=33665&r2=33666&view=diff
==============================================================================
--- 7.7/trunk/server/Changelog7.html (original)
+++ 7.7/trunk/server/Changelog7.html Mon Nov  7 01:12:59 2011
@@ -15,6 +15,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17719">#17719</a> - Now Playing playlist in the web UI doesn't show correct metadata for remote music services</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17726">#17726</a> - Windows Control Panel can't authenticate to password protected server</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17728">#17728</a> - Web GUI Jumps to Track More Info on Playlist Play</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=17736">#17736</a> - When running the update from the tray icon, MS VC libraries are not installed</li>
 	</ul>
 	<br />
 </ul>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.