<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>起点博客 &#187; AVRStudio</title>
	<atom:link href="http://xinzero.com/tag/avrstudio/feed" rel="self" type="application/rss+xml" />
	<link>http://xinzero.com</link>
	<description>嵌入式软件</description>
	<lastBuildDate>Sun, 06 Jun 2010 03:54:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>解决&quot;应用程序配置不正确，程序无法启动&quot;问题</title>
		<link>http://xinzero.com/vcredist_x86-exe-windows-installer.html</link>
		<comments>http://xinzero.com/vcredist_x86-exe-windows-installer.html#comments</comments>
		<pubDate>Sun, 28 Jun 2009 06:15:47 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[AVRStudio]]></category>

		<guid isPermaLink="false">http://xinzero.com/?p=192</guid>
		<description><![CDATA[其实这是一个常见的问题，很多软件卸载重装都可能会出现这样的问题——“由于应用程序配置不正确，应用程序未能启动。重新安装应用程序可能会纠正这个问题”。
将AVR Studio从4.12版升级到4.14版的过程中，出现提示框，说是xxx文件没有注册成功之类，当时点确定continue过去了，安装完成后，运行AVR Studio就出现了上面的错误提示。
百度一下发现原来是缺少运行时态库，解决办法：
1.下载Microsoft Visual C++ 2005 Redistributable Package (x86)： http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&#38;displaylang=zh-cn
2.下载Microsoft Visual C++ 2005 Redistributable Package (x64)： http://www.microsoft.com/downloads/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&#38;displaylang=zh-cn
以上x86与x64是针对不同系统的，32位系统选择x86，64位选择x64。一般选择x86即可。目前vcredist_x86.exe已有VC 2005和VC 2008两个版本，如果一个不行可以试一下另一个。
记得曾经写过一个关于VC++2005编写的应用程序如何打包的问题，有兴趣的朋友可以看看。
在安装vcredist_x86.exe的时候可能会出现“不能访问WINDOWS INSTALLER服务”的错误提示。解决办法：
1、下载安装Microsoft Windows Installer 3.1 简体中文版http://www.skycn.com/soft/11601.html
2、点击开始&#8211;运行&#8211; 输入cmd 依次输入；先用msiexec /unregserver命令， 停掉windows installer服务；再用msiexec.exe /regserver 命令启用windows installer服务。
3077c806
随机文章

QQ网络硬盘被黑？
开始菜单常用软件排序方式
关注灾区，请不要打电话过去
QQ阅读空间再次更新
pv uv ip分别指的是什么？

]]></description>
			<content:encoded><![CDATA[<p>其实这是一个常见的问题，很多软件卸载重装都可能会出现这样的问题——“由于应用程序配置不正确，应用程序未能启动。重新安装应用程序可能会纠正这个问题”。</p>
<p>将AVR Studio从4.12版升级到4.14版的过程中，出现提示框，说是xxx文件没有注册成功之类，当时点确定continue过去了，安装完成后，运行AVR Studio就出现了上面的错误提示。</p>
<p>百度一下发现原来是缺少运行时态库，解决办法：<br />
1.下载Microsoft Visual C++ 2005 Redistributable Package (x86)： <a href="http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=zh-cn">http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;displaylang=zh-cn</a><br />
2.下载Microsoft Visual C++ 2005 Redistributable Package (x64)： <a href="http://www.microsoft.com/downloads/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&amp;displaylang=zh-cn">http://www.microsoft.com/downloads/details.aspx?familyid=90548130-4468-4BBC-9673-D6ACABD5D13B&amp;displaylang=zh-cn</a><br />
以上x86与x64是针对不同系统的，32位系统选择x86，64位选择x64。一般选择x86即可。目前vcredist_x86.exe已有VC 2005和VC 2008两个版本，如果一个不行可以试一下另一个。</p>
<p>记得曾经写过一个关于<a href="http://xinzero.com/vc2005-redistribute-x86.html" target="_blank">VC++2005编写的应用程序如何打包的问题</a>，有兴趣的朋友可以看看。</p>
<p>在安装vcredist_x86.exe的时候可能会出现“不能访问WINDOWS INSTALLER服务”的错误提示。解决办法：<br />
1、下载安装Microsoft Windows Installer 3.1 简体中文版<a title="http://www.skycn.com/soft/11601.html" href="http://www.skycn.com/soft/11601.html">http://www.skycn.com/soft/11601.html</a><br />
2、点击开始&#8211;运行&#8211; 输入cmd 依次输入；先用msiexec /unregserver命令， 停掉windows installer服务；再用msiexec.exe /regserver 命令启用windows installer服务。</p>
<p>3077c806<br />
<h3>随机文章</h3>
<ul class="related_post">
<li><a href="http://xinzero.com/chang-a-new-theme.html" title="更换博客主题">更换博客主题</a></li>
<li><a href="http://xinzero.com/qq-sport-totem.html" title="QQ运动徽章-领取QQ运动徽章的方法">QQ运动徽章-领取QQ运动徽章的方法</a></li>
<li><a href="http://xinzero.com/uart-rx-and-tx.html" title="UART收发数据的讨论">UART收发数据的讨论</a></li>
<li><a href="http://xinzero.com/windows-update-agent-download.html" title="Windows Update Agent 5.8.02469下载">Windows Update Agent 5.8.02469下载</a></li>
<li><a href="http://xinzero.com/yichang-log-2010-4-1.html" title="宜昌日志20100401">宜昌日志20100401</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xinzero.com/vcredist_x86-exe-windows-installer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
