Bezalel Posted February 14, 2006 Posted February 14, 2006 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now