2011年8月5日 星期五

利用應答文件來自動化sysprep設定

在使用sysprep封裝後,在每次開機總是會詢問一系列的系統設定,
今日要介紹一個利用應答文件來自動化這個部份,
可利用sysprep.inf來製作自動應答文件,sysprep.inf 你可自行修改來用.
可利用記事本工具將下列copy 並儲存成sysprep.inf檔,存放於sysprep.exe 工具相同目錄之中.

 

[Unattended]
OemSkipEula=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
OEMSkipRegional=1
OEMSkipWelcome=1

[UserData]
ProductKey="" //請輸入貴公司的序號
FullName=
OrgName=
ComputerName=*

[Networking]
InstallDefaultComponents=Yes

[Identification]
JoinWorkgroup=WORKGROUP

   

透析POSReay 2009 安裝內容

在安裝POSReady 2009 常常會有人詢問, Typical and Custom install
1.   Typical Install ,下列元件都有自動安裝至POSReady 2009之中.

安裝好Windows 目錄的Size 817MB.
 


System total size = 2.32GB
 


2.       Custom Install ,當安裝時全選安裝以下元件都會被安裝至POSReady2009.
    Windows 目錄Size1GB .
 


System total size = 2.55GB
 

  
結論:如希望提供客戶一個完整的作業系統,請選擇Custom install 並全選所有元件.

PS: 另外Page File 會根據 公司所使用的RAM大小建立1.5倍的檔案於系統根目錄.
所以在比較時請注意二台設備RAM 是否相同大小.
 

2011年6月16日 星期四

Install MUI in WES 7 SP1

When you using Non-English language MUI in WES7 SP1 , you will get the error message as figure.

please according this method to modify your project file.
For example: Install Japan Language MUI in WES7 SP1, You must to setting a default language in ICE.



1.      Insert Japan Language Pack

2.      Setting International-Core_x86

l   InputLocal = ja-JP

l   System Locale = ja-JP

l   UILanguage = ja-JP

l   UserLocale= ja-JP

3.      Setting International-Core-WINPE_x86

l   InputLocal = ja-JP

l   SetupUILanguage->UILanguage= ja-JP

l   SystemLocal=ja-JP

l   UILanguage => ja-JP

l   UserLocale=> ja-JP

2011年5月29日 星期日

How to install webcam on WES7?

常常有客戶反無法安裝WebCam 在WES7 作業系統,現在以logitech webcam 為例.
詳細步驟如下:
1.請先安裝ICE工具於你的開發平台上(請勿使用IBW直接於Target Device上安裝)

2.利用ICEBuild Image,並下入下列必要元件
n   Still Image Acquisition Driver
n   USB Video

    3.利用ICE 工具產生WES Image 並利用USB Storage 至 Target Device 進行安裝.

4.完成圖如下:

Windows CE Boot sequence



Introduce the windows ce boot sequence can help you to reduce the image boot time. Because in wince have some process for debug need,but in ship version can to disable.
Following list summarizes the BIOS boot loader boot process:
  1. At start or reset, the x86 CPU jumps to the CPU reset vector address and then executes the BIOS code.

    Typically, the BIOS will configure the hardware. This includes configuring the DRAM controller, configuring the host bridge, enumerating PCI devices, and then locating a boot drive.
  2. If the boot drive is a hard disk, for example, a CompactFlash card, or Disk-on-Chip, the first disk sector will be the master boot sector (MBR).

    If the boot drive is a floppy disk, it does not contain an MBR. Instead, the first sector on the disk is a boot sector.

    The MBR neatly fits in one disk sector and consists of code, 16-bit real mode code, and data. A partitioning tool, such as the MS-DOS fdisk command, writes the MBR to the disk.

    The BIOS loads the MBR from the disk into RAM. Then, the BIOS executes the MBR code. The BIOS looks for a two-byte signature at the end of the sector to locate the MBR on the boot drive. If the BIOS cannot locate the MBR on the boot drive, it displays an error message and stops.
  3. Primarily, the MBR code searches through the partition table to look for the active partition on the boot disk. The partition table is data that resides in the MBR. If the MBR code cannot locate an active partition, it displays an error message and stops. If the MBR code finds an active partition, it determines the disk address of that partition.

    The first sector in the partition is the boot sector. However, on a floppy disk, this is the first sector on the disk because there is no MBR on a floppy disk.

    The MBR code loads the boot sector into RAM and jumps to it.
  4. The boot sector, similar to the MBR, contains code and data and fits neatly within a single disk sector. The boot sector is the first piece of operating system-specific code.

    The boot sector finds and loads the BIOS boot loader. It does this by using the disk-resident properties of the native file system, together with BIOS services, to find and load the boot loader into RAM and then jump to it.
  5. After the BIOS loader starts, it performs many functions, such as loading the Windows Embedded CE runtime image. For more information about the recommended functionality of a BIOS boot loader, see Recommended Boot Loader Functionality.

2011年5月10日 星期二

POSReady 7 CPT2 can download


We are excited to announce that the Windows Embedded POSReady 7 Community Technology Preview 2 (CTP2) build is available for download today! Please be sure to download the latest version of the Quick Start Guide  here.  The POSReady 7 CTP2 enhancements include:

·         Increased componentization

·         Language packs (in 36 languages)

·         Native VHD boot support

·         Write filter management UI

·         Write filter WMI provider


2011年4月7日 星期四

可以下載WES 7 SP1 MUI

Microsoft ECE 已開放WES 7 SP1 MUI 下載了,如果已經升級到WES SP1 的人記得要使用 SP1 的MUI喔.
Download :
https://ece.partners.extranet.microsoft.com/ece/Embedded/Products/ProductSupplements/Embedded/EmbeddedStandard7/WES7MonthlyUpdates/EmbDistOEM-MultlnglUsrIntrfceMUIPk1forWinEmbStand7SP132bit.htm


另外懶的自已下的人可以使用WEDU,工具會自動裝你尋找到SP1 支援的語系有那些.