在Win8下安装SAS9.2,往往会出现如下提示(英文系统):This user account (domain\userid) does not have sufficient rights to install SAS software.解决办法如下:In the sdw.log, you might find this messages:
SEVERE: The user account (domain\userid) does not have sufficient rights to install SAS software. 15.02.2010 15:12:56 com.sas.ssn.Kit exitKit INFO: exitCode = -1
以管理员权限运行cmd.exe,然后输入下面红色字体部分,然后回车运行安装To work around this issue, use the SKIPADMINCHECK option:
"c:\sas software depot\setup.exe" -skipadmincheck(说明: "c:\sas software depot\setup.exe"为安装文件所在路径,请据自己的实际情况修改,比如我的是"h:\setup.exe")