I need help deploying lenovo system update to intune.

Kieran Amin User 0 Reputation points
2025-03-19T20:00:15.5666667+00:00

I have created the .intune file and was wondering if there are any extra parameters I should know of before deploying.

Microsoft Security | Intune | Application management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 17,165 Reputation points Microsoft External Staff
    2025-03-20T01:50:36.78+00:00

    @Kieran Amin User, Thanks for posting in Q&A.

    From your description, I know you have created the .intune file and want to know if there are any extra parameters you should know of before deploying.

    Based on my research, the .intune file means you want to deploy it via Intune win32 app, here are some information you can refer to.

    1.Please ensure the devices are meet prerequisites.

    https://learn.microsoft.com/en-us/mem/intune-service/apps/apps-win32-add#prerequisites

    2.Please make sure you have the silently install command to execute the Lenovo system update or if you wrap Lenovo system update as script, also ensure you have the silently install command for the script.

    3.Ensure you configure the correct detection rule to check whether win32 app deploy successfully.

    https://learn.microsoft.com/en-us/mem/intune-service/apps/apps-win32-add#step-4-detection-rules

    Hope above information can help you.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Dionis Buklaji 0 Reputation points
    2025-06-13T08:42:38.9133333+00:00

    Hi @Kieran Amin User
    follow the steps below, I just tested it and works fine for me on my organization.
    please make sure to do every detail the same, including wordings on the app name and version.

    STEP 1: Prepare the .intunewin package

    1. Download the installer: Get the latest version of Lenovo System Update from:
    2. Lenovo System Update App download
    3. Create folder structure:

    makefile

    CopyEdit

    C:\IntuneApps\LenovoSystemUpdate\

    Place the installer .exe inside this folder (e.g., system_update_5.08.03.59.exe).

    1. Download IntuneWinAppUtil:
      1. Run IntuneWinAppUtil:

    bash

    CopyEdit

    IntuneWinAppUtil.exe

    1. Source folder: C:\IntuneApps\LenovoSystemUpdate\
    2. Setup file: system_update_5.08.03.59.exe
    3. Output folder: (e.g.) C:\IntuneApps\Output

     STEP 2: Add App in Intune

    1. Go to Intune PortalAppsWindows+ Add
    2. App type: Select Win32 app
    3. Upload the .intunewin file you created

     STEP 3: Configure App Information

    • Name: Lenovo System Update
    • Description: (Optional)
    • Publisher: Lenovo
    • App Version: (Optional)
    • Logo: (Optional)
    • Click Next

     STEP 4: Configure Program

    • Install command:

    powershell

    CopyEdit

    system_update_5.08.03.59.exe /VERYSILENT /NORESTART

    (Check Lenovo’s documentation if different switches are needed.)

    • Uninstall command:

    powershell

    CopyEdit

    "C:\Program Files (x86)\Lenovo\System Update\unins000.exe" /VERYSILENT

    • Install behavior: System
    • Device restart behavior: Determine behavior based on return codes

     STEP 5: Detection Rule

    Select "Manually configure detection rules", then:

    • Rule Type: File
    • Path: C:\Program Files (x86)\Lenovo\System Update
    • File or folder: tvsu.exe
    • Detection method: File or folder exists

    This ensures the app is marked as installed only if tvsu.exe is found.


     STEP 6: Requirements

    • Operating System Architecture: 64-bit
    • Minimum OS: e.g., Windows 10 21H2 or as per your policy

     STEP 7: Assignments

    • Assign to a test group or production group of devices or users.
    • Use Required or Available as needed.

     STEP 8: Monitor Deployment

    • Go to IntuneAppsMonitor
    • Track success/failure under Device install status and User install status

     

    STEP 1: Prepare the .intunewin package

    1. Download the installer: Get the latest version of Lenovo System Update from:
    2. https://support.lenovo.com/de/de/downloads/ds012808-lenovo-system-update-for-windows-10-7-32-bit-64-bit-desktop-notebook-workstation
    3. Create folder structure:

    makefile

    CopyEdit

    C:\IntuneApps\LenovoSystemUpdate\

    Place the installer .exe inside this folder (e.g., system_update_5.08.03.59.exe).

    1. Download IntuneWinAppUtil:
      1. Run IntuneWinAppUtil:

    bash

    CopyEdit

    IntuneWinAppUtil.exe

    1. Source folder: C:\IntuneApps\LenovoSystemUpdate\
    2. Setup file: system_update_5.08.03.59.exe
    3. Output folder: (e.g.) C:\IntuneApps\Output

     STEP 2: Add App in Intune

    1. Go to Intune PortalAppsWindows+ Add
    2. App type: Select Win32 app
    3. Upload the .intunewin file you created

     STEP 3: Configure App Information

    • Name: Lenovo System Update
    • Description: (Optional)
    • Publisher: Lenovo
    • App Version: (Optional)
    • Logo: (Optional)
    • Click Next

     STEP 4: Configure Program

    • Install command:

    powershell

    CopyEdit

    system_update_5.08.03.59.exe /VERYSILENT /NORESTART

    (Check Lenovo’s documentation if different switches are needed.)

    • Uninstall command:

    powershell

    CopyEdit

    "C:\Program Files (x86)\Lenovo\System Update\unins000.exe" /VERYSILENT

    • Install behavior: System
    • Device restart behavior: Determine behavior based on return codes

     STEP 5: Detection Rule

    Select "Manually configure detection rules", then:

    • Rule Type: File
    • Path: C:\Program Files (x86)\Lenovo\System Update
    • File or folder: tvsu.exe
    • Detection method: File or folder exists

    This ensures the app is marked as installed only if tvsu.exe is found.


     STEP 6: Requirements

    • Operating System Architecture: 64-bit
    • Minimum OS: e.g., Windows 10 21H2 or as per your policy

     STEP 7: Assignments

    • Assign to a test group or production group of devices or users.
    • Use Required or Available as needed.

     STEP 8: Monitor Deployment

    • Go to IntuneAppsMonitor
    • Track success/failure under Device install status and User install status

     

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.