<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Official Microsoft Expression Design Support Team Blog : Setup</title><link>http://blogs.msdn.com/xdesignsupport/archive/tags/Setup/default.aspx</link><description>Tags: Setup</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Troubleshooting Expression Design Setup problems</title><link>http://blogs.msdn.com/xdesignsupport/archive/2009/07/08/troubleshooting-expression-design-setup-problems.aspx</link><pubDate>Thu, 09 Jul 2009 01:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9825003</guid><dc:creator>willbu</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/xdesignsupport/comments/9825003.aspx</comments><wfw:commentRss>http://blogs.msdn.com/xdesignsupport/commentrss.aspx?PostID=9825003</wfw:commentRss><description>&lt;p&gt;Lately we are seeing more setup issues with Expression Design on the &lt;a href="http://social.expression.microsoft.com/forums/en-us/design/threads/" target="_blank"&gt;&lt;font color="#ffff80"&gt;Expression Design forum&lt;/font&gt;&lt;/a&gt; than we normally do. The intention of this article is to assist you as much as possible if you do have a setup issue. If the issue cannot be resolved&amp;#160; here on the blog, then this article will help you collect the information needed by the Expression Design forum moderators or the Microsoft Expression Design support staff to troubleshoot and solve your setup issue. &lt;/p&gt;  &lt;p&gt;Let’s start with the basics. Assuming you received some kind of error message or a failure code or an error number during setup, the first thing you need to do is make note of the text of the error or error number. Write it down, take a screenshot or you can gather a log file. The log file will be written to the TEMP directory on your machine. The location of that directory may vary depending on your operating system, so the surest way to find it is to do the following: &lt;/p&gt;  &lt;p&gt;Click the START button or on Vista or Windows 7 click the &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/xdesignsupport/WindowsLiveWriter/TroubleshootingExpressionDesignSetupprob_EDB9/image_thumb.png" width="41" height="31" /&gt; button. In the run command line (on Windows XP click Run and in the command line) type the following: &lt;/p&gt;  &lt;p&gt;%TEMP% &lt;/p&gt;  &lt;p&gt;and hit ENTER&lt;/p&gt;  &lt;p&gt;This will open the Temp folder. Now, I recommend that you view the files in a details view. On Windows XP click View &amp;gt; Details to switch or on Vista click Views &amp;gt; Details. &lt;/p&gt;  &lt;p&gt;The file you are looking for will have a .LOG extension (you may or may not have file extensions turned on, so don’t fret if you don’t see any files with a .LOG extension). The name of the file will always start with “XSetup_Design” followed by a date and some random numbers. An example of a log file name would be “XSetup_Design_2009_7_8_16_4_13.LOG”.&lt;/p&gt;  &lt;p&gt;Now if you email the log file to the forum moderator who asks for it or if you post the error message and/or error number on the forums in your post, then you can stop reading here. What I’m about to go into is a bit more advanced and involves reading the log file in depth. So continue reading if you dare; stop here if you are faint of technical heart. &lt;/p&gt;  &lt;h4&gt;Return Value 3&lt;/h4&gt;  &lt;p&gt;To get more information from the log file itself, open it up. Usually a .LOG file opens in either Notepad or Wordpad by default. Click on Edit, Find and do a search on the following without the quotes - “Return Value 3”. And upper/lower case doesn’t matter here. Click the Find Next button.&lt;/p&gt;  &lt;p&gt;If “Return Value 3” is in the log file then your view will jump down to where that text is located and it will be highlighted. Return Value 3, in Windows Installer terms, is a fatal error. That means something bad enough happened during the install that the setup process needed to stop. So when you find the first line that says “Return Value 3” you typically look one or two lines up from that to find the cause. Here’s an example: &lt;/p&gt;  &lt;p&gt;&lt;font color="#80ffff"&gt;4:31:53 PM Monday, December 29, 2008: MSI(ERROR): 'Error 2203. An internal error has occurred.&amp;#160; (C:\Windows\Installer\4d6650a.ipi&amp;#160;&amp;#160; -2147287035&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ) Contact Microsoft Product Support Services (PSS) for assistance.&amp;#160; For information about how to contact PSS, see C:\Users\Marie\AppData\Local\Temp\Setup0000170c\PSS10R.CHM.'     &lt;br /&gt;4:31:53 PM Monday, December 29, 2008: Log level changed from: Standard to: Verbose      &lt;br /&gt;4:31:53 PM Monday, December 29, 2008: MSI(INFO): 'Action ended 16:31:52: InstallInitialize. &lt;/font&gt;&lt;font color="#ff80ff"&gt;Return value 3&lt;/font&gt;.'&lt;/p&gt;  &lt;p&gt;As you can see, the “Return Value 3” above, highlighted in pink, comes 2 lines after the actual error line. So if you were looking for the cause of an error, in this case you can see that the problem comes from the first line shown. We are given an error (2203), a path (C:\Windows\Installer), a filename (4d6650a.ipi) and a return code (-2147287035). You could do a search on the internet on all of these to find possible solutions or you could copy and paste the three lines from the log file into a post on the forums so that a moderator or one of the support professionals can assist you further. &lt;/p&gt;  &lt;h4&gt;When No Return Value 3 is Found&lt;/h4&gt;  &lt;p&gt;If you do a search for “Return Value 3” in your log file and come up empty, don’t worry. On the log files I analyze, I don’t find return value 3 in about 50% of them. Here is what to do next. &lt;/p&gt;  &lt;p&gt;Scroll down to the end of the log file. Usually there is some clue there at or near the end as to why the failure occurred. After the time and date stamp (for example 6:25:17 PM Friday, May 01, 2009) you will see words like “Info” and “Error”. Pay attention to the ones that say “Error” and make note of them. Here is an example of such a line from a log file:&lt;/p&gt;  &lt;p&gt;&lt;font color="#80ffff"&gt;6:25:17 PM Friday, May 01, 2009: &lt;font color="#ff80ff"&gt;Error&lt;/font&gt;: Config_Products_Install: Installation of Product Microsoft Expression Web 2 (failed): Installation of the &amp;quot;Microsoft Expression Web 2&amp;quot; product has reported the following error: The system cannot find the file specified. Stack:&amp;#160;&amp;#160;&amp;#160; at XSetup.OfficePackage.ConfigureNewInstall(Product product)&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; at XSetup.Product.ConfigureNewProduct()&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#ffffff"&gt;The word “Error” is highlighted in pink. In this case it’s best to search the internet for the text that follows “Installation of the &amp;lt;Product Name&amp;gt; product has reported the following error:” to see what you can find. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;There are also times when a log file just cuts off mid-stream and ends with no error or explanation. Here’s an example of the end of one such log:&lt;/p&gt;  &lt;p&gt;&lt;font color="#80ffff"&gt;12:08:47 PM Wednesday, October 22, 2008: Info: Successfully downloaded the file file:///c:/6fe06f08b88fff90dbc132963ca7c04e/Setup/WebXWeb_WW.cab to C:\Documents and Settings\Owner\Local Settings\Temp\XSetup_Web_2008_10_22_12_4_59\438d1ac8_d88e_46eb_ba69_11fef34cce74\WebXWeb_WW.cab.     &lt;br /&gt;12:10:27 PM Wednesday, October 22, 2008: Info: Successfully downloaded the file file:///c:/6fe06f08b88fff90dbc132963ca7c04e/Setup/WebXWEBWWCab.cab to C:\Documents and Settings\Owner\Local Settings\Temp\XSetup_Web_2008_10_22_12_4_59\438d1ac8_d88e_46eb_ba69_11fef34cce74\WebXWEBWWCab.cab.      &lt;br /&gt;12:22:57 PM Wednesday, October 22, 2008: Info: Config_Products_InstallNew: Begin installation of new product: Microsoft Expression Web 2&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;That last line was the end of the log file. That’s because the installation crashed with an exception error. In those cases the very last line of the log may be of some help. In the case of this log, it isn’t because all it’s doing is telling us that the installation of Expression Web 2 is beginning and then – Crash! However, when an exception is generated it is important to get most of the information contained in the exception dialog, if you can. If you see a “Show problem details” arrow on the exception dialog, click that and then copy and paste the text you see in the window to a notepad file. You can then copy and paste to a forum posting or an email when requested by someone. &lt;/p&gt;  &lt;p&gt;Hopefully this blog post will be of some help in troubleshooting Expression Design installation problems and at the very least gathering a log file that you can send to us on the forums. But if you have a Design Installation issue that you need help with please post on the &lt;a href="http://social.expression.microsoft.com/forums/en-us/design/threads/" target="_blank"&gt;&lt;font color="#ffff80"&gt;Microsoft Expression Design forums&lt;/font&gt;&lt;/a&gt;. &lt;/p&gt;  &lt;p align="right"&gt;- Will Buffington&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9825003" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Setup/default.aspx">Setup</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Troubleshooting/default.aspx">Troubleshooting</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Log+File/default.aspx">Log File</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Install/default.aspx">Install</category></item><item><title>Troubleshooting Startup Issues with Expression Design 1 and 2</title><link>http://blogs.msdn.com/xdesignsupport/archive/2008/11/19/troubleshooting-startup-issues-with-expression-design-1-and-2.aspx</link><pubDate>Wed, 19 Nov 2008 20:55:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9125216</guid><dc:creator>willbu</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/xdesignsupport/comments/9125216.aspx</comments><wfw:commentRss>http://blogs.msdn.com/xdesignsupport/commentrss.aspx?PostID=9125216</wfw:commentRss><description>&lt;p&gt;Recently I wrote an article which describes in detail troubleshooting steps to resolve problems one may encounter when attempting to launch Microsoft Expression Design. I'm also publishing here on the support blog to make people more aware of how to troubleshoot Expression Design startup issues.    &lt;br /&gt;    &lt;br /&gt;Problem: Expression Design locks up, hangs or crashes while in the process of starting up. During this time, the user may see the Expression Design splash screen remain on the screen, the splash screen may disappear and Expression Design never launches or the user may see an exception error the application will shut down or fail to launch.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;Steps to Troubleshoot&lt;/strong&gt;     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;A)&lt;/strong&gt; Start the machine in &lt;strong&gt;Safe Mode&lt;/strong&gt;:     &lt;br /&gt;    &lt;br /&gt;1.Click the START button, and in the run line (or command line) type MSCONFIG and hit ENTER.     &lt;br /&gt;    &lt;br /&gt;2.The System Configuration utility should launch. Click the Boot tab. Under &amp;quot;Boot Options&amp;quot; click to check the box for &amp;quot;Safe boot&amp;quot;, then click Apply. The OK button will read &amp;quot;Close&amp;quot;. Click close and click 'Yes' to restart the machine when prompted.     &lt;br /&gt;    &lt;br /&gt;3. After the machine has booted into safe mode, try launching Expression Design again.     &lt;br /&gt;    &lt;br /&gt;&lt;em&gt;Note: If Expression Design launches successfully in Safe Mode, then the problem most likely is related to &lt;/em&gt;&lt;em&gt;video&lt;/em&gt;&lt;em&gt; drivers. If Expression Design still locks up in safe mode, this may be indicative of a bad install of the &lt;strong&gt;.NET Framework 3.0&lt;/strong&gt; (for Expression Design version 1) or &lt;strong&gt;.NET Framework 3.5&lt;/strong&gt; (for Expression Design version 2). See the section on &amp;quot;Reinstalling the Microsoft &lt;strong&gt;.NET Framework 3.0&lt;/strong&gt; and &lt;strong&gt;3.5&lt;/strong&gt;&amp;quot; in this article. Failure to launch in safe mode could also be indicative of a &lt;/em&gt;&lt;em&gt;hardware&lt;/em&gt;&lt;em&gt; problem on the machine or a bad install of Expression Design - see the section on &amp;quot;Reinstalling Expression Design&amp;quot;. If all of those steps to resolve do not fix the problem, contact &lt;strong&gt;Microsoft Technical Support&lt;/strong&gt; (&lt;/em&gt;&lt;a href="http://support.microsoft.com"&gt;&lt;em&gt;http://support.microsoft.com/&lt;/em&gt;&lt;/a&gt;&lt;em&gt; ).&lt;/em&gt;&lt;em&gt;      &lt;br /&gt;&lt;/em&gt;    &lt;br /&gt;4.Then Click START and in the run (command) line type MSCONFIG and click on the Boot tab again. Under Boot options, uncheck the box for Safe Boot and click Apply, Close and click 'Yes' to restart the machine when prompted. &lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;&lt;strong&gt;B)&lt;/strong&gt;If Expression Design launches successfully in &lt;strong&gt;Safe Mode&lt;/strong&gt;:     &lt;br /&gt;    &lt;br /&gt;This may indicate a problem with the video driver on the machine. To check, try reducing or disabling hardware acceleration on the video card by doing the following:     &lt;br /&gt;    &lt;br /&gt;1. Right click on the Desktop &amp;gt; Properties &amp;gt; Settings tab &amp;gt; Advanced button &amp;gt; Troubleshooting tab.     &lt;br /&gt;    &lt;br /&gt;2. Click and drag the Hardware Acceleration slider from its original maximum position to the lowest possible. Then try launching Expression Design again.     &lt;br /&gt;Note: If Expression Design launches with the Hardware Acceleration settings turned off or reduced, you will want to check the web site for your video card manufacturer for the latest driver update. You can also check the Microsoft Windows Update site and do a Custom search instead of the Express search, as the Custom search lists available hardware updates.     &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;C)&lt;/strong&gt; Reinstalling the &lt;strong&gt;Microsoft .NET Framework 3.0 or 3.5      &lt;br /&gt;&lt;/strong&gt;    &lt;br /&gt;A Corrupt or missing install of the Microsoft .NET Framework 3.0 or 3.5 can cause Expression Design to crash or hang when launched. To reinstall the .NET Framework 3.0 (For Expression Design version 1) or 3.5 (for Expression Design version 2), follow these steps:     &lt;br /&gt;    &lt;br /&gt;1. Click START and launch the Control Panel.     &lt;br /&gt;    &lt;br /&gt;2. Open Add or Remove Programs (in Vista open &lt;strong&gt;Programs and Features&lt;/strong&gt;).     &lt;br /&gt;    &lt;br /&gt;3. Look for Microsoft .NET Framework 3.0 or 3.5 in the list of currently installed programs. If you do not see Microsoft .NET Framework 3.0 or 3.5 listed, this may be the cause of your startup issue with Expression Design as the .NET Framework 3.0 is required to run Expression Design 1 (Framework 3.5 for Expression Design 2).     &lt;br /&gt;    &lt;br /&gt;4. If the .NET Framework 3.0 or 3.5 is listed, click it and then click Add or Remove. If you encounter an error while uninstalling the .NET Framework, please refer to the following Microsoft Knowledge Base article for in-depth troubleshooting help specific to the .NET Framework install and uninstall: &lt;a title="http://support.microsoft.com/kb/908077" href="http://support.microsoft.com/kb/908077"&gt;http://support.microsoft.com/kb/908077&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;5. Reinstall the .NET Framework 3.0 or 3.5. The .NET Framework is included on the Expression Studio disc and is also available for download from the Microsoft web site:     &lt;br /&gt;Microsoft .NET Framework 3.0 Redistributable Package     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=10CC340B-F857-4A14-83F5-25634C3BF043&amp;amp;displaylang=en&lt;/a&gt;     &lt;br /&gt;Microsoft .NET Framework 3.5 Redistributable Package     &lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&amp;amp;DisplayLang=en&lt;/a&gt;     &lt;br /&gt;    &lt;br /&gt;6. Launch Expression Design 1 or 2 again. If Expression Design still fails to launch, contact &lt;strong&gt;Microsoft Technical Support&lt;/strong&gt; (&lt;a href="http://support.microsoft.com"&gt;http://support.microsoft.com/&lt;/a&gt; ).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9125216" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Setup/default.aspx">Setup</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Install/default.aspx">Install</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Startup/default.aspx">Startup</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/Safe+Mode/default.aspx">Safe Mode</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/MSConfig/default.aspx">MSConfig</category><category domain="http://blogs.msdn.com/xdesignsupport/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category></item></channel></rss>