我公司最近要安裝Microsoft Dynamics CRM for Outlook (online) .. 而我想透過SCCM 2007做Distribution, 但問題係我怎樣才可以做Automate configuration? 我參考過Microsoft的document (如下) .. 但還是不明白怎做 .. 請問可以教下我嗎 ? 謝謝 !!!
To automate the configuration of Microsoft Dynamics CRM for Outlook you can add several commands to a .CMD file that is used to configure the application, and then restart the computer.
First, you create a Microsoft Visual Basic Script file (VBS) that waits for the Microsoft Dynamics CRM for Outlook installation to complete by viewing the status of the Setup log. In the following section "VBS script sample for verifying the installation of Microsoft Dynamics CRM for Outlook" there is a sample script that you can use to do this.
Next, you create a command file that runs the following command sequence that configures Microsoft Dynamics CRM for Outlook and then restarts the computer.
SetupClient.exe /q /targetdir "c:\program files\Microsoft CRM" INSTALLLEVEL=2 /l c:\log.txt
Cscript //nologo CRMSetupLogParser.vbs c:\log.txt Client V4 > ParserOutput.txt
Shutdown –r
'*************************************************************************************
'CRM Setup Log Parser -
' Server setup only gets called once the log is done, so we loop once checking for an ERROR|