2016-06-27 67 views
2

我试图在Windows 7上安装AtmelStudio 7,但安装过了一段时间后才停止。显示以下错误消息:AtmelStudio 7安装失败,avr8设备支持包

发生错误 AVR8设备支持

enter image description here

我试过至今:

  • 我也采取了快速看一下Atmel-FAQ,但建议的解决方案(呼叫as-installer-*.exe SHELLCOMMAND=/NoWeb /NoRefresh /NoRestart)的确产生了相同的错误消息。
  • 我扫描了日志消息,但未能找到有用的东西。
  • 通过使用Windows卸载机制

问题

有没有人一个想法如何得到AtmelStudio 7安装删除所有爱特梅尔组件和驱动程序?

更新

我解决了安装问题如下:

错误表明IDE设备损坏几率的注册表项搞砸。

1)转到一个命令提示和运行下面的命令

wmic product where "vendor like 'Atmel%'" get Name, Version 

这将列出它们是机器的一部分,并且来自爱特梅尔产物。如果列出“Atmel Studio IDE 7.0”或“Atmel Studio开发环境”,则组件未被正确卸载。

2)为了清理上述组件,请使用第三方实用程序(http://www.revouninstaller.com/revo_uninstaller_free_download.html)从系统中删除上述组件。

注意:为了让Revo Uninstaller列出上述组件,请转到Tools-> Options-> Show System components并检查它。

3)清理上述组件和注册表以验证清理成功后,再次运行以下命令。

wmic product where "vendor like 'Atmel%'" get Name, Version 

如果清理成功,它不应该列出“Atmel Studio IDE 7.0”或“Atmel Studio开发环境”。

4)现在您可以安装Atmel Studio。

回答

1


这里我有一台笔记本电脑相同的故障运行WIN7
当我检查日志文件中找到下面的错误,但我仍然没有能够解决它?

Property(S): INSTALLLEVEL = 1 
Property(S): SOURCEDIR = C:\ProgramData\Package Cache\{C327F1B0-01E9-45BB-AE07-AD204C992A31}v7.0.922\ 
Property(S): SourcedirProduct = {C327F1B0-01E9-45BB-AE07-AD204C992A31} 
Property(S): ProductToBeRegistered = 1 
MSI (s) (58:48) [13:08:41:248]: Note: 1: 1708 
MSI (s) (58:48) [13:08:41:249]: Note: 1: 2205 2: 3: Error 
MSI (s) (58:48) [13:08:41:249]: Note: 1: 2228 2: 3: Error 4: SELECT Message FROM Error WHERE Error = 1708 
MSI (s) (58:48) [13:08:41:249]: Note: 1: 2205 2: 3: Error 
MSI (s) (58:48) [13:08:41:249]: Note: 1: 2228 2: 3: Error 4: SELECT Message FROM Error WHERE Error = 1709 
MSI (s) (58:48) [13:08:41:249]: Product: AVR8 Device Support — Installation failed. 
MSI (s) (58:48) [13:08:41:250]: Windows Installer installed the product. Product Name: AVR8 Device Support. Product Version: 7.0.922. Product Language: 1033. Manufacturer: Atmel. Installation success or error status: 1603. 
MSI (s) (58:48) [13:08:41:255]: Deferring clean up of packages/files, if any exist 
MSI (s) (58:48) [13:08:41:255]: MainEngineThread is returning 1603 
MSI (s) (58:D4) [13:08:41:259]: RESTART MANAGER: Session closed. 
MSI (s) (58:D4) [13:08:41:259]: No System Restore sequence number for this installation. 
=== Logging stopped: 7/3/2016 13:08:41 === 
MSI (s) (58:D4) [13:08:41:264]: User policy value 'DisableRollback' is 0 
MSI (s) (58:D4) [13:08:41:264]: Machine policy value 'DisableRollback' is 0 
MSI (s) (58:D4) [13:08:41:264]: Incrementing counter to disable shutdown. Counter after increment: 0 
MSI (s) (58:D4) [13:08:41:267]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 
MSI (s) (58:D4) [13:08:41:268]: Restoring environment variables 
MSI (s) (58:D4) [13:08:41:269]: Destroying RemoteAPI object. 
MSI (s) (58:50) [13:08:41:269]: Custom Action Manager thread ending. 
MSI (c) (FC:64) [13:08:41:282]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 
MSI (c) (FC:64) [13:08:41:283]: MainEngineThread is returning 1603 
=== Verbose logging stopped: 7/3/2016 13:08:41 ===</code><br/> 

也许这些资源可以帮助你。
https://support.microsoft.com/en-us/kb/834484 http://www.avrfreaks.net/comment/1922756#comment-1922756

如果有人知道发生了什么问题,请让我们知道!
谢谢!

+0

我添加了关于如何解决问题的附加信息。祝你好运。 – orbitcowboy

+1

它的工作!非常感谢 ! – HoseinGhanbari

+0

恭喜!!! – orbitcowboy

1

发生在我身上的另一个问题是悬挂安装在

爱特梅尔Studio开发环境中应用
详细信息:初始化环境


而有用的解决方案是杀AtmelStudio.exe(* 32)的过程作为安装过程的一部分,它显然在后台运行。

以下链接是我找到了解决办法: http://www.avrfreaks.net/comment/1918991#comment-1918991

最后一些看似吓人的步骤后...!









2

我也有过错误已经卸载了爱特梅尔Studio的7.0.582之后。 不幸的是,它搞砸了注册表,这样我就无法使用“wmic”程序(它对永恒不会有任何影响)。 搜索的几个小时后,我发现这个微软工具,用于固定安装/卸载问题:

https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed

使用,很容易和上述非常类似描述的步骤:

  • 选择“有问题卸载“(或类似的东西)
  • 查找并选择”Atmel Studio IDE 7.0“或”Atmel Studio开发环境“
  • 应用更正

之后,我能够成功安装AS 7.0.1006。