| [现象] 在Vista下安装MSI文件的时候,有时会出现error 2869的错误。(貌似权限方面的问题) The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2869. 但是,点击MSI文件的右键,没有Vista中熟悉的“Run as Administrator”,怎么办? [解决方法] 新建一个Bat(批处理)文件,在其中写上下面的命令: msiexec.exe /i [your msi file name] 然后,就是大家熟悉的,右键点击->“Run as Administrator”。 最后就是一切正常完成。 瓦卡卡~~~~ |