请nn2nn指点:
Office2003 with sp3以及一些常用工具在一张光盘上放不下,所以用WIMNT把Office压成了WIM文件,并且光盘上放上了WIMNT.EXE,这样可以挂载Office进行安装。
现在我想偷懒一点:用一条批处理,自动挂载光盘上Office.wim,并执行安装。怎样实现?
谢谢!搞定。
if not exist %SystemRoot%\inf\wimfltr.inf wimfs.exe
if not exist %SystemRoot%\system32\drivers\wimfltr.sys wimfs.exe
if not exist %SystemRoot%\system32\fltlib.dll wimfs.exe
if not exist %SystemRoot%\system32\wimgapi.dll wimfs.exe
wimnt.exe office11.wim 1 /r d:\ setup.exe