2014年10月3日 星期五

Windows 10 Technical Preview for Enterprise的安裝

Windows 10 Technical Preview for Enterprisesystem requirements
Windows 10 Technical Preview for Enterprise works great on the same hardware that powers Windows 8.1:
l  Processor: 1 GHz or faster
l  RAM: 1 GB (32-bit) or 2 GB (64-bit)
l  Free hard disk space: 16 GB
l  Graphics card: Microsoft DirectX 9 graphics device with WDDM driver
l  A Microsoft account and Internet access
Additionally:
1.             To access the Windows Store and to download and run apps, you need an Internet connection, a screen resolution of at least 1024 x 768, and a Microsoft account.
2.             After you install the preview, you won't be able to play DVDs using Windows Media Player.
3.             Technical Preview is not supported on Windows RT or Windows Phone devices.
4.             For 64-bit installations of Technical Preview for Enterprise, a small number of older PCs may be blocked from installing the preview because they don't support CMPXCHG16b, PrefetchW, and LAHF/SAHF.
5.             To use touch, you need a monitor that supports multitouch.
6.             The preview works best with a mouse and keyboard. Improvements to touch will appear in future updates.
Windows 10 Technical Preview for Enterprise is available in English, Chinese (Simplified), and Portuguese (Brazil).

What are the hardware requirements?
Windows 10 Technical Preview for Enterprise will work with most of the same devices and programs as Windows 8.1. In some cases, a device or program will require an update, or you may need to uninstall some programs and then reinstall them after installing the preview. Here are some things to consider:
·     For 64-bit installations, a small number of older PCs may be blocked from installation because they don't support CMPXCHG16b, PrefetchW, and LAHF/SAHF.
·     To use touch, you need a tablet or monitor that supports multitouch.
Technical Preview is not supported on devices running Windows RT or Windows Phone.


Download the preview
Download Technical Preview for Enterprise and receive a steady stream of preview builds as we move through the development process.
Download Windows 10 Technical Preview for Enterprise
Stay informed about the features available in the latest builds and provide us with your feedback. Join the Windows Insider Program.

2014年9月25日 星期四

如何在POSReady7安裝.Net Framework 3.5

1、確定安裝順序
.Net Framework3.5的安裝是有順序的,必須按照以下的順序安裝:

可以參考以下的資訊:

.NET Framework

The following table contains package dependency information for .NET Framework feature packages.
Required Package
Install Listed Packages Below Before Required Package
Uninstall Listed Packages Below Before Required Package
Uninstall Listed Packages Below After Required Package
None
None
None

2014年9月23日 星期二

WES8 使用DISM online 安裝 module(在安裝wes8的device上)

Module的環境設定如下:
test_custom_module.emd的內容
<?xml version="1.0"?>
<module xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" schemaVersion="0" xmlns="urn:schemas-microsoft-com:embedded.module">
  <moduleIdentity name="test_custom_module" processorArchitecture="x86" version="1.0.0.0" language="neutral" publicKeyToken="0000000000000000" />
  <metadata description="Test custom module" displayCategory="\Features\Custom Modules" displayName="test_custom_module" releaseType="Feature Pack" author="David/test" supportedOSArchitectures="x86" minimumOSVersionSupported="6.2.9200.16384">
    <moduleStructure />
    <dependencies>
      <target name="WinEmb-Windows-Media-Player" processorArchitecture="targetOS" version="12.0.9200.16384" language="neutral" publicKeyToken="31bf3856ad364e35" />
    </dependencies>
    <files>
      <root folder="C:\training\Lab\test_custom_module\data" destinationPath="c:\test_custom_module">
        <file name="wordview_en-us.exe" />
      </root>
      <root folder="C:\training\Lab\test_custom_module\data" destinationPath="c:\test_custom_module">
        <file name="FlickAnimation.avi" />
      </root>
    </files>
    <installCommands>
      <installCommand description="" path="c:\test_custom_module\wordview_en-us.exe" />
      <installCommand description="" path="shutdown" arguments="/r" />
    </installCommands>
    <uninstallCommands>
      <uninstallCommand description="" path="del" arguments="c:\test_custom_module\wordview_en-us.exe" />
    </uninstallCommands>
  </metadata>
  <Catalog Path="C:\Windows Embedded Catalog\" xmlns="urn:schemas-microsoft-com:embedded.moduleDesigner" />
</module>