This article provides step-by-step instructions for creating a task sequence to deploy Windows 10 Enterprise LTSC to your Elo I-Series 3.0 with Intel device using System Center Configuration Manager (SCCM). The guide includes driver import procedures, boot image configuration, and application deployment.
⚠️ Note: this procedure is only for the I-Series 3.0 with Intel devices, it is not applicable with other systems.
1. Preparing Your Environment
Before beginning, ensure the following prerequisites are met:
- Your SCCM environment is properly configured
- You have necessary permissions to create and modify task sequences and packages
- Contact Elo Technical Support or the Elo Solutions Architect team to obtain SCCM drivers in CAB format
- Download and extract the driver package to a network location accessible via UNC path
2. Importing the Operating System Image
- In the SCCM console, navigate to Software Library workspace
- Expand Operating Systems and select Operating System Images
- Right-click Operating System Images and select Add Operating System Image
- Specify the path to the Windows 10 Enterprise LTSC WIM file
- Follow the wizard prompts to complete the import
- Distribute the WIM file to your Distribution Points
3. Importing Drivers
- Navigate to Software Library > Operating Systems > Drivers
- Right-click Drivers and choose Import Driver
- Browse to your extracted driver location and select the drivers to import
- Create or select a category for organizational purposes
- When prompted, choose whether to add network drivers (requires Intel® Ethernet Connection I219-LM) to the boot image
- Distribute the driver package to your Distribution Points
4. Creating a Task Sequence
- In the SCCM console, navigate to Software Library > Operating Systems > Task Sequences
- Right-click Task Sequences and select Create Task Sequence
- Choose Install an existing image package
- Configure the following settings:
- Select your boot image
- Select your Windows 10 Enterprise LTSC image package
- Configure disk partitioning and formatting options
- Enter product key and other configuration settings as needed
- Complete the wizard
5. Adding an Apply Driver Package Step
- Right-click your newly created task sequence and select Edit
- Locate and remove the Apply Device Drivers step
- In the same section, click Add > Drivers > Apply Driver Package
- Browse and select the driver package created in Step 3
- Check the option Install driver package via running DISM with recurse option
- Click OK to save
6. Creating Application: Microsoft POS for .NET 1.14.1 (Cash Drawer Setup 1/3)
- Navigate to Software Library > Application Management > Applications
- Right-click Applications and select Create Application
- Select Automatically detect information about this application from installation files
- Set type to Windows Installer (*.msi file)
- Browse and select PosForDotNet-1.14.1.msi
- Review the auto-populated information and click Next
- Complete the wizard
- Distribute the application to your Distribution Points
7. Creating Application: Elo CashDrawer UPOS Driver 5.1.0 (Cash Drawer Setup 2/3)
- Navigate to Software Library > Application Management > Applications
- Right-click Applications and select Create Application
- Select Automatically detect information about this application from installation files
- Set type to Windows Installer (*.msi file)
- Browse and select the appropriate MSI file:
- For APG support: ISeries_AIO_5.1.0_Win_APG.msi
- For NCR support: ISeries_AIO_5.1.1_Win_NCR.msi
- Review the auto-populated information and click Next
- Complete the wizard
- Distribute the application to your Distribution Points
8. Creating Application: Java 7 Update 80 (For JPOS Only - Cash Drawer Setup 3/3)
Note: This step is only required if you're using JPOS.
- Navigate to Software Library > Application Management > Applications
- Right-click Applications and select Create Application
- Select Manually specify the application information and click Next
- Enter application name and optional details, then click Next
- Add a Deployment Type with the following configuration:
- Choose Manually specify the deployment type information
- Browse to jre-7u80-windows-x64.exe
- Install command:
jre-7u80-windows-x64.exe /s - Uninstall command:
MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F06417080FF} - Detection method: Registry
- Path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{26A24AE4-039D-4CA4-87B4-2F06417080FF} - Value: DisplayVersion
- Data Type: Version
- Operator: Greater than or equal to 7.0.800
- Path:
- Installation behavior: Install for system
- Logon requirement: Whether or not a user is logged on
- Installation program visibility: Normal
- Complete the wizard
- Distribute the application to your Distribution Points
9. Creating Application: Elo G-Sensor
- Navigate to Software Library > Application Management > Applications
- Right-click Applications and select Create Application
- Select Manually specify the application information and click Next
- Enter application name and optional details, then click Next
- Add a Deployment Type with the following configuration:
- Choose Manually specify the deployment type information
- Browse to ELOsensorInstaller_1.3.exe
- Install command:
ELOsensorInstaller_1.3.exe /silent /norestart /dir="C:\Program Files\EloSensor" - Uninstall command:
"C:\Program Files\EloSensor\unins000.exe" /SILENT - Detection method: Registry
- Path:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{E6AF1A53-76A2-49EC-A21E-FBEA46673B39}_is1 - Value: DisplayVersion
- Data Type: Version
- Operator: Greater than or equal to 1.3
- Path:
- Installation behavior: Install for system
- Logon requirement: Whether or not a user is logged on
- Installation program visibility: Normal
- Complete the wizard
- Distribute the application to your Distribution Points
10. Creating Application: Elo Thermal Design Power
- Navigate to Software Library > Application Management > Applications
- Right-click Applications and select Create Application
- Select Manually specify the application information and click Next
- Enter application name and optional details, then click Next
- Add a Deployment Type with the following configuration:
- Choose Manually specify the deployment type information
- Browse to AIO_cTdp_1.4_installer.exe
- Install command:
AIO_cTdp_1.4_installer.exe /silent /norestart /dir="C:\Program Files\Aio_tdpconfig" - Uninstall command:
"C:\Program Files\Aio_tdpconfig\unins000.exe" /SILENT - Detection method: Registry
- Path:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\122892D7-78C0-497C-9D4B-CB7A1562666E_is1 - Value: DisplayVersion
- Data Type: Version
- Operator: Greater than or equal to 1.4
- Path:
- Installation behavior: Install for system
- Logon requirement: Whether or not a user is logged on
- Installation program visibility: Normal
- Complete the wizard
- Distribute the application to your Distribution Points
11. Adding Applications to the Task Sequence
- Right-click your task sequence and select Edit
- Navigate to the Setup Operating System section
- Click Add > Software > Install Application
- Add the following applications in order:
- Microsoft POS for .NET 1.14.1
- Elo CashDrawer UPOS Driver 5.1.0
- Java 7 Update 80 (if using JPOS)
- Elo G-Sensor
- Elo Thermal Design Power
- Click OK to save changes
12. Deploying the Task Sequence
- Right-click your task sequence and select Edit
- Delete the entire Capture Files and Settings section
- Click OK to save
- Right-click the task sequence and choose Deploy
- Select the target collection
- Set deployment purpose:
- Available - for manual user-initiated installation
- Required - for automatic installation
- Configure deployment settings, distribution points, and scheduling according to your requirements
- Complete the deployment wizard
13. Testing the Deployment
Important: Always test your task sequence on a non-production device before deploying to production environments. This ensures all components operate correctly and helps identify any issues before widespread deployment.
Testing Best Practices:
- Use a dedicated test device that matches your production hardware
- Verify all drivers install correctly
- Confirm all applications deploy successfully
- Check that the operating system functions as expected
- Document any issues encountered during testing
Please report any broken links by emailing support@elotouch.com and include a link to the knowledge article