February 14, 200620 yr I'm having some difficulty installing the Server Appliance Kit from a batch file called from cmdlines.txt. The line msiexec.exe /i %systemdrive%\sa-wss2003\sasetup30.msi ADDLOCAL="BackEndFramework,WebUI,SetDateAndTime,UsersAndGroups,NetworkSetup,Logs,SystemBackup,AlertEmail,Shutdown,RemoteDesktop,SysInfo,NAS,DisksAndVols,ScheduledDefragmentation,ShadowCopyManagement,Services" /qn allways fails but if use msiexec.exe /i %systemdrive%\sa-wss2003\sasetup30.msi ADDLOCAL="BackEndFramework,WebUI,SetDateAndTime,UsersAndGroups,NetworkSetup,Logs,SystemBackup,AlertEmail,Shutdown,RemoteDesktop,SysInfo,NAS,DisksAndVols,ScheduledDefragmentation,ShadowCopyManagement" /qn it does work.The only differance between these two lines is the "Services" component.Both lines work from the "Run" dialog box.
Create an account or sign in to comment