安裝AutoRun順序 1. 複製Resources資料夾至此目錄 2. 點選對應作業系統版本安裝批次檔 32位元 Install_x86.bat 64位元 Install_x64.bat 內容為: %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe "D:\TFS\messeries\MESSeries\MESClient\AutoRunServiceInstall\AutoRunService.exe" Pause 3. 滑鼠右鍵 > 以系統管理員身分執行 4. 完成安裝 5. 修改連線字串AutoRunService.exe.config 6. Windows Service啟動 (電腦管理-服務-MES AutoRun Service,進行啟用) 7. 將Compiler後檔案AutoRunLib.dll置於D:\TFS\messeries\MESSeries\MESClient\AutoRunServiceInstall中 8. 放置iMESLicxManager.dll於D:\TFS\messeries\MESSeries\MESClient\AutoRunServiceInstall中 ------------------------------------------------------------------------------------------------------------------------------------------------------- 解除安裝AutoRun順序 1. Windows Service停止 2. 點選對應作業系統版本安裝批次檔 32位元 Uninstall_x86.bat 64位元 Uninstall_x64.bat 內容為: %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\InstallUtil.exe "D:\TFS\messeries\MESSeries\MESClient\AutoRunServiceInstall\AutoRunService.exe" -u Pause 3. 滑鼠右鍵 > 以系統管理員身分執行 4. 完成安裝