How to deploy app package for ShareX app?

Nidhi Priya 531 Reputation points
2023-07-10T04:30:17.82+00:00

Hello experts!

I have tried creating the ShareX app by converting the exe file to a .msi file, but it is showing an error while installation in the system.

Can you please guide me how can I create an app package?

Thanks!

Nidhi.

Microsoft Security Intune Application management
Microsoft Security Intune Other
{count} votes

1 answer

Sort by: Most helpful
  1. Crystal-MSFT 53,981 Reputation points Microsoft External Staff
    2023-07-10T05:17:12.35+00:00

    @Nidhi Priya, Thanks for posting in Q&A.

    To deploy app via Intune, for example win32 app, the app needs to have install command which can run silently without user interaction. Then we will consider deploy via Intune win32:

    https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-add#step-2-program

    For the ShareA app, please contact the app developer to confirm if the app can be installed silently without user interact and get the install command.

    After we get the command, try to test on one device manually to see if it can be installed successfully under system account. To run application under system account, you can use PsExec tool.

    https://learn.microsoft.com/en-us/sysinternals/downloads/psexec

    Here is a link with more details for your reference:

    https://woshub.com/runas-localsystem-account-windows/

    Note: Non-Microsoft account, feel free to let us know.

    If the app is failed to be installed when we test manually on the device, you need to contact the app developer to fix the issue. After the above test is successful, we can consider deploy it via Intune win32 to see if it can work.

    Hope the above information can help.


    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.


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.