Register   Login


Recent Videos


Server Branding

Single Instance Storage

Embedded Server Overview

VHD Boot with IBW

DISM in WES 2011

ImageX Deployment

OPK Setup Tutorial

OPK Setup Manager Tutorial

OPK XP Setup Tutorial

Migrating XP Embedded to WES

Installing MUIs in POSReady 2009

Entering the product key in Target Designer

DISMUI v2.0 released

January 17th, 2012

DISMUI has received many new features and has been optimized – therefore it made it to Version 2.
The tool also received a dedicated site on the Elbacom website.

New Features

Automated Offline Servicing

imagePOSReady 7 does not support online servicing of the operating system. Therefore DISMUI offers the "Service image offline" option which will automate the offline servicing for you. The configuration can be done online but all the servicing operations will be done in an on-the-fly created Windows PE environment!

This method can be used for Windows Embedded Standard 7 too.

DISMUI needs two files from the Setup media to create the Windows PE system. Please ensure that you have a setup media connected when choosing this option.

 

Footprint Calculation

imageDISMUI will calculate the estimated OS footprint when selecting or deselecting feature packages. This will inform you how your current selection will impact on the operating systems size.

 

Operating System Detection

When launching DISMUI it will detect on which operating system it runs on. The best option (Online, Online with offline servicing, Offline) will be chosen based on the current system. It will also disable the online mode when running on a full Windows 7 system. On Windows PE it will automatically find the image location.

Update Check

DISMUI now offers the ability to check for new updates from within the tool.

Icons

The tool has now received icons that were missing in the previous version to make it look more complete.

Required Components

DISMUI will now include all required components to run out-of-the box (or out-of-the-zip).

Other changes

  • Improved automatic detection of distribution share
  • Improved detection of MUI DVD
  • Improved responsiveness while executing tasks
  • Bugfixes & Other small improvements

Branding

We now offer to create a customized branded version of DISMUI.

If you are interested please contact us for more information.


Elbacom Embedded Magazine–Issue 2 available now

November 21st, 2011

The second issue of our Elbacom Embedded Magazine is now available online.

It covers the following topics:

To read the newest issue online go to http://www.elbacom.com/magazine


Microsoft unveils product road map for future embedded products

November 15th, 2011

Kevin Dallas, General Manager of Windows Embedded, has unveiled Microsoft’s plan for the next versions of Windows Embedded products.

To read the complete press release please visit http://www.microsoft.com/Presspass/Features/2011/nov11/11-14RoadMap.mspx


POSReady 7–Language Selection fix is now available

October 4th, 2011

The KB2607560 which is available on the Microsoft ECE fixes an issue within the POSReady 7 OS.

In POSReady 7 the license allows to have up to 5 language packs installed – however the control panel allowed to select only 4 languages. The mentioned KB will fix this issue.

The KB is available to download at the following URL:

https://ece.partners.extranet.microsoft.com/ece/Embedded/Products/ProductSupplements/Embedded/POSReady7/OEMDownloads/DISTOEM-Sep11OptUpdWEPOSRdy7-ProdDownld.htm


DISMUI v1.4.2.1–Update available

September 22nd, 2011

DISMUI has been updated to fix some issues when installing Feature Packages in Offline Mode.

For bigger packages there was a need to create a scratch directory. DISMUI 1.4.2.1 is now creating a temporary scratch directory to solve the issue. This directory will be removed afterwards.

Other improvements:

  • DISMUI detects if it is running under Windows PE (e.g. POSReady 7 Setup) and switches to Offline Mode and searches for the Windows installation automatically
  • Logfiles are now saved in the correct location
  • Scratchdir handling


DISMUI v1.4.2 released–enhanced POSReady 7 support

September 19th, 2011

A new version of DISMUI is now available. The new version features enhanced support for POSReady 7.

The following features have been added:

  • Language Pack OPK DVD is now supported as Distribution Share Directory
    By selecting the DVD drive that contains the language pack DVD from the OPK you can easily add and remove language packs from your POSReady installation
  • Language Pack directory of POSReady 7 OPK DVD added automatically
    DISMUI now adds the LangPacks directory of the POSReady 7 DVD automatically.
  • Minor bug fixes

imageimage


Manually adding feature packages to POSReady 7

August 26th, 2011

Windows Embedded POSReady 7 allows you to add and remove features at any time. Feature Packages must be added while the system is offline – therefore the easiest way to do this is to boot from the POSReady 7 DVD.

Here is a short guide how to add feature packages very easily.

Alternatively you can use our free tool DISMUI to complete these steps automatically via a graphical user interface.

Add Feature Packages to POSReady 7

  1. Boot from the Windows Embedded POSReady 7 Setup DVD
    PR7_1
  2. Press Shift+F10 to open a command prompt when the language selection screen appears.
    PR7_2PR7_3
  3. Run diskpart.exe
    PR7_4
  4. Type the following command:   list volume
    PR7_5
  5. Identify your POSReady 7 installation volume (in this sample D: ) and your POSReady 7 DVD drive (E: in this sample)
    PR7_5_2
  6. Exit dispart by typing: exit
  7. Create a Scratch directory on your POSReady 7 installation volume by typing the following command:
    md D:\Scratch  (D: should be your POSReady 7 installation volume)
  8. Type the following command to add a feature package
    DISM /Image:D: /Add-Package /PackagePath:E:\DS\<Package_Filename.cab> /ScratchDir:D:\Scratch

    Please replace D: by your POSReady 7 installation volume and E: with your POSReady 7 DVD drive letter.
    To enter the package filename more easy you can add a blank after /PackagePath: then type E:\DS\ and press Tab until you see the correct package file name. After that remove the blank again.

    PR7_6

  9. After this the feature package will be added. Please make sure to reapply all installed language packages by using the same command as described in point 8.
    PR7_7
  10. Reboot your device to complete the installation

 

Remove Feature Packages from POSReady 7

Removing Feature Packages is much easier than adding them as this can be done directly in the running system.

  1. Open an administrative command prompt by pressing the Windows key to open the start menu.
  2. Type: cmd   and press Ctrl+Shift+Enter
  3. Click Yes to open the command prompt.
  4. Type the following command to identify installed feature packages: DISM /Online /Get-Packages
  5. Insert the POSReady 7 DVD into your DVD drive
  6. Type the following command to remove a feature package:
    DISM /Online /Remove-Package /PackagePath:E:\DS\<Package_Filename.cab>

    Please replace E: with your DVD drive letter.
  7. Restart your device to complete the removal process.

Using DISMUI to add or remove features from POSReady 7

August 16th, 2011

DISMUI can be used as an easy to use replacement for the DISM command line. Since version 1.4.1 DISMUI also support POSReady 7.

Why should I use DISMUI instead of DISM?

  • DISMUI takes care of dependencies which means that if you add a new feature DISMUI will also include other needed feature packages automatically.
  • DISMUI checks for conflicts which means that you cannot destroy your image by adding a component that conflicts with another.
  • DISMUI checks for minimum image requirements which means that you cannot remove features that are needed by the system.
  • DISMUI reapplies installed languages packages automatically. This is needed after each change – otherwise you could add an application that has no language strings included and therefore does not display any texts!

Using DISMUI

To modify your POSReady 7 image just insert the POSReady 7 DVD containing the Distribution Share (DS) and launch DISMUI.
The tool will show you immediately which features are currently installed on the system.
If you uncheck a feature it will be removed from the system.

Adding Feature Packages the right way

Please note that Microsoft only supports adding features to the system when it is offline.image
This means that you should boot from the POSReady 7 setup DVD and add features from there while the image is not running.
You can also use DISMUI there however since DISMUI needs the .NET Framework to run you will need to do additional preparation work once.

Creating a portable version of DISMUI

I have already described how to make DISMUI portable using the open source implementation of .NET called Mono. Here is an adapted guide especially for POSReady 7:

  1. Go to http://www.go-mono.com/mono-downloads/download.html and download the Windows version.
  2. Run the downloaded setup file on a development machine.
  3. Copy the installation folder containing the Mono Framework to a USB drive.
  4. Download the newest version of DISMUI (1.4.1 or newer)
  5. Copy DISMUI to a USB drive
  6. Create a batchfile or shortcut to run the following command

“MonoDirectory”\bin\mono “DISMUIDirectory\DISMUI.exe”

Using portable DISMUI from within the POSReady 7 setup

You can now use the USB key containing DISMUI and Mono to run the tool within the POSReady 7 setup environment.
For this boot you POSReady 7 setup DVD and press Shift+F10 at any time.
Navigate to your USB key and launch the previously created batchfile or shortcut.

Within DISMUI select the “Offline” option and enter the path to your POSReady 7 image.

Now you can add features easily by just following the wizard.


Server Wizard 2.0

August 12th, 2011

We have launched our new version of Server Wizard on our new embeddedserver.eu website. Server Wizard is a tool that allows you to find an embedded server that suits your needs very easily and quick.

To find your server all you need to do is answer a few questions and the application will show you matching server results.

image

 

imageIf you choose features that one server alone cannot fulfill you will get multiple suggestions. These multiple results are grouped so that you can easily see that you need more than one server.

If you get more than one item within a group please be more specific to reduce the results. You can choose between one of the items within a group – all of these items support the features that you have selected.

 

The Server Wizard 2.0 can be found on www.embeddedserver.eu/find


embeddedserver.eu

July 8th, 2011

Find out more about Windows Embedded Servers on our new dedicated embeddedserver.eu website.

The sites target is to help you to find the correct server product and give you basic information about what embedded servers are and for what purpose you can use them.

image