為避免雞同鴨講,先做幾個定義
==================
圖一:安裝畫面
圖二:WPI 組態參數畫面
圖三:安裝程式參數畫面
==================
WPI 4.3.5 原創者載點
拿到原始碼時,記得修改 WPI.cmd 中這一行 (或像我一樣,把他 mark 掉)
rem start /d"%CD%\Tools\" VideoChanger.exe 1280x1024x32@70 -q
此行就是把螢幕切換成模式 1280x1024, 32bit color, 70 Hz(螢幕更新頻率),
若你的螢幕與顯示卡,不支援此模式,會導致 Windows 畫面無法顯示。運氣差的話
會造成螢幕損害。
(相信我,我遇過這樣的問題)
別急著執行,把下面 1,2 點看清楚
常見問題:
1. WPI 發生錯誤時,如何關閉
===========================
按 ctrl+alt+del 開啟 Windows 工作管理員,找到 mshta.exe,結束這個處理程序,無須重新啟動
2. 原版 WPI 無法執行
====================
將 Wpiscripts\lang.js 換成下面這一個,其原因參考這邊
lang.js
var runOnceExDlgTitle=[];
var msgStartInstall=[];
var txtRunOnceExTitle=[];
var lblTimerTitle=[], lblTimerStop=[];
var lblInstall=[], lblExit=[], lblHelp=[], lblSelectAll=[], lblSelectNone=[], lblSelectDefaults=[], lblOptions=[], lblConfig=[], lblSource=[], lblmanual=[], lblselect=[], lblMusic=[];
var ttInstall=[], ttExit=[], ttHelp=[], ttSelectAll=[], ttSelectNone=[], ttSelectDefaults=[], ttConfig=[], ttOptions=[], ttSource=[], ttmanual=[], ttMusic=[];
function getText(par)
{
if (par) return par;
return par['en'];
}
//---------------------------------------------------------------------------------------------
//english - DO NOT DELETE !!
lang = 'en'
msgStartInstall = ['Windows Post-Installation Wizard will now exit, and in the next few minutes, the options you have selected will install.\nPlease sit back and wait while the process completes.\n\nThank you for using Windows Post-Install Wizard.'];
lblTimerTitle = ['The Installer<br>will start in'];
lblTimerStop = ['<u>Click to stop the timer</u>'];
lblInstall = ['Begin Install'];
lblExit = ['Exit'];
lblHelp = ['Help'];
lblSelectAll = ['Select All'];
lblSelectNone = ['Select None'];
lblSelectDefaults = ['Select Defaults'];
lblMusic = ['Audio Player'];
lblOptions = ['Options'];
lblConfig = ['Config'];
lblSource = ['Show Source'];
lblmanual = ['User Manual'];
lblselect = ['Selections:'];
ttInstall = ['Begin Installation','Initiates the script generator. Click here to begin installing the selected applications and features.'];
ttExit = ['Exit Button','Click here to close the WPI application.'];
ttHelp = ['Help','Displays basic usage, version information, and disclaimer.'];
ttSelectAll = ['Select All','Click here to select all available options.'];
ttSelectNone = ['Select None','Click here to deselect all available options.'];
ttSelectDefaults = ['Select Defaults','Click here to enable the default recommended options. ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容