myViewBoard Windows 3.0 安裝問題說明與解法
針對「無法安裝 myViewBoard Windows 3.0」的問題,以下是相關說明與解決方法:
📌 為何會出現安裝問題?
myViewBoard Windows 3.0 採用了微軟最新的應用程式架構,以提升系統效能與穩定性。因此在安裝時,Windows 環境中需具備 Microsoft App Installer(應用程式安裝程式)。我們已確認,在部分 Windows 裝置與系統版本中,App Installer 可能未預先安裝,或安裝不完全,導致 myViewBoard 安裝過程無法順利完成。為了解決這個問題,請依下列步驟操作,以確保 App Installer 安裝完整。
A: 如果您使用的是「Windows 10」系統裝置
解決方案1:透過 Microsoft Store 重新安裝 App Installer
- 點選「開始功能表」--> 搜尋「Windows PowerShell」--> 選擇「Run as administrator」
- 使用PowerShell,打開後,依序執行輸入以下指令
- Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" }
3. 開啟 Microsoft Store --> 搜尋「App Installer」 --> 點選「取得 / 安裝」
解決方案2:透過Winget 線上安裝
- 點選「開始功能表」--> 搜尋「Windows PowerShell」--> 選擇「Run as administrator」
- 使用PowerShell,打開後,依序執行輸入以下三項指令
- 輸入指令#1: Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile .\AppInstaller.msixbundle
- 輸入指令#2: Add-AppxPackage .\AppInstaller.msixbundle
(備註:當您若遇到WinGet無法正常開啟時,請輸入以下指令確保Winget可以正常運作)
- 輸入指令: winget install --id Microsoft.AppInstaller -e
-
完成!回到下載myViewBoard 3.0 下載檔案的資料夾,點擊程式即可正常開啟!
[教學影片] : https://youtu.be/mWDMKjfEOY4
A: 如果您使用的是「Windows 11 」系統裝置
解決方案(同上方案2):透過 Winget 線上安裝
- 點選「開始功能表」--> 搜尋「Windows PowerShell」--> 選擇「Run as administrator」
- 使用PowerShell,打開後,依序執行輸入以下三項指令
- 輸入指令#1: Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile .\AppInstaller.msixbundle
- 輸入指令#2: Add-AppxPackage .\AppInstaller.msixbundle
(備註:當您若遇到WinGet無法正常開啟時,請輸入以下指令確保Winget可以正常運作)
- 輸入指令: winget install --id Microsoft.AppInstaller -e
-
完成!回到myViewBoard 3.0下載檔案的資料夾,即可正常開啟!
[教學影片] : https://youtu.be/mWDMKjfEOY4
注意事項
1.若系統限制導致無法安裝,請先移除後重新安裝:
透過powershell執行下面的指令:
Get-AppxPackage -AllUsers Microsoft.DesktopAppInstaller | Remove-AppxPackage -AllUsers
2.
winget
需 Windows 10 1809 以上才有,Win11 皆內建。3. PowerShell 執行前可用
Get-AppxPackage Microsoft.DesktopAppInstaller
檢查目前有無安裝。4. 有些公司/教育機構電腦,Store/winget 可能被 IT 管理員封鎖,需聯絡 IT 協助。