This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESAgent/MESAutoRun_STD/AutoRunService/安裝說明.txt
2024-01-23 16:49:54 +08:00

29 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

安裝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. 完成安裝