> ## Documentation Index
> Fetch the complete documentation index at: https://docs.repacket.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Intune

> Deploy Repacket to your Microsoft Intune fleet.

export const Highlight = ({text}) => <span class="text-primary dark:text-primary-light font-semibold">{text}</span>;

# Overview

This guide will walk you through deploying Repacket as an application in your Microsoft Intune environment.

## Deploying

### Windows

<Steps>
  <Step title="Download our Intune Win32 app">
    <CardGroup cols={1}>
      <Card title="Repacket - Intune App" icon="microsoft" href="https://repacket-installers.s3.us-east-1.amazonaws.com/Repacket.intunewin" />
    </CardGroup>
  </Step>

  <Step title="Browse to your App Dashboard">
    Login to your Intune dashboard, and navigate to <Highlight text="Apps" /> > <Highlight text="All Apps" />

    Click the <Highlight text="Add" /> button at the top of this table to open the new app creation prompt.

    Select <Highlight text="Windows app (Win32)" /> from the <Highlight text="Other" /> section of the dropdown on your right.

    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-add-app.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=17ccd2f69b9723f9bd5cbbddf9b317b5" alt="" width="2048" height="1116" data-path="images/intune-win32-add-app.png" />
    </Frame>
  </Step>

  <Step title="Upload our Intune app">
    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-select-file.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=f1b411d1ac52b8bcc85d4752791dac97" alt="" width="3296" height="1730" data-path="images/intune-win32-select-file.png" />
    </Frame>
  </Step>

  <Step title="Add app info">
    You can enter the following information into Intune:

    Name: `Repacket`

    Description: `Repacket keeps employees safe while browsing online.`

    Publisher: `Repacket`

    All other information can be ignored, as this will likely not be visible in your company portal.

    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-app-info.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=37f8453e69e014383d2873b65b51d87b" alt="" width="3262" height="1716" data-path="images/intune-win32-app-info.png" />
    </Frame>
  </Step>

  <Step title="Add installer info">
    You can enter the following information into Intune:

    Install command:

    ```
    Repacket.exe /VERYSILENT
    ```

    Uninstall command:

    ```
    C:\Program Files\Repacket\unins000.exe /VERYSILENT
    ```

    Installation time (mins): `3`

    Allow available uninstall: `No`

    Install behavior: `System`

    It's best to leave other settings as their defaults.

    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-program-install.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=34f2cd329bd5c7a827ef160131548448" alt="" width="3296" height="1724" data-path="images/intune-win32-program-install.png" />
    </Frame>
  </Step>

  <Step title="Add detection rules">
    Create a new File/Folder detection

    Rule type: `File`

    Path: `C:\Program Files\`

    File or folder: `Repacket`

    Detection method: `File or folder exists`

    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-detection-rules.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=007d7ecef2d1fdbbbc051994d59c2d37" alt="" width="3292" height="1718" data-path="images/intune-win32-detection-rules.png" />
    </Frame>
  </Step>

  <Step title="Assign app to your users">
    On the assignments screen - you'll need to choose what users or devices you will deploy Repacket to.

    <Frame>
      <img src="https://mintcdn.com/repacket/07SOttYFslgCGKhI/images/intune-win32-assignments.png?fit=max&auto=format&n=07SOttYFslgCGKhI&q=85&s=4146d7e358ee72435505d18522826985" alt="" width="3292" height="1712" data-path="images/intune-win32-assignments.png" />
    </Frame>
  </Step>

  <Step title="You're finished!">
    Congratulations, you should see Repacket automatically installed on your devices shortly after they perform an Intune sync.
  </Step>
</Steps>
