Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Friday, November 26, 2010

Enable Windows Installer Logging (MSIEXEC.exe)

Enable logging of Microsoft Windows installer for diagnosing and troubleshotting. Enabling installation logging can be easility accomplished for a problem installation by using command line parameters. Strat the installation .msi file with command line parameters to log information that can be reviewed after the failed (or even successfull) product installation.

To enable MSI installation logging use the following example:
installfile.msi /L*V c:\install.log

Replace the installfile.msi with the name of your installation file.

Thursday, December 31, 2009

Supporting Technology with Technology.: Enable 24 bit color in RDP for XP or 2003 Server




Supporting Technology with Technology.: Enable 24 bit color in RDP for XP or 2003 Server

Connect with true color 24 bit rdp.

A pre-defined default limit on XP or windows 2003 server limits the color depth of RDP connections to 16 bit maximum. How to configure the "server side" of remote desktop to accept connections at 24-bit true color. Vista, windows 7 and server 2008 already allow higher that 24 bit color by default.