以下是我的解决方法
复制程式
if (document.inner.WPI.chkbox015.checked){
WshShell.regWrite(KeyBase + "\\025\\", "安装 Alcohol.120%.v1.9.5.3105", "REG_SZ");
WshShell.regWrite(KeyBase + "\\025\\1", strPath + "\Alcohol120\\setup.msi /passive /norestart", "REG_SZ");
WshShell.regWrite(KeyBase + "\\025\\2", strPath + "\Alcohol120\\Alcohol120.exe /s", "REG_SZ");
WshShell.regWrite(KeyBase + "\\025\\3", 'regedit /s ' + strPath + "\Alcohol120\\alcohol.reg", "REG_SZ");
WshShell.regWrite(KeyBase + "\\025\\4", strPath + "\Alcohol120\\alcoholer.exe /s", "REG_SZ");
WshShell.regWrite(KeyBase + "\\025\\5", strPath + "\Alcohol120\\scanner.exe /s", "REG_SZ");
}
我只上传了破解部份的档案(Alcohol120.exe&alcohol.reg)...因为不能上传REG档所以把2个先压成一个!