Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install doesn't work under Intune Autopilot #1825

Open
artem-shaturskyi opened this issue Jul 28, 2022 · 5 comments
Open

Install doesn't work under Intune Autopilot #1825

artem-shaturskyi opened this issue Jul 28, 2022 · 5 comments

Comments

@artem-shaturskyi
Copy link

Description
Squirrel based per user installers don't work under Intune Autopilot

Steps to recreate

  1. Create Intune application
  2. Installation command line -s
  3. Configure Autopilot for the device
  4. Enroll the device

Expected behavior
Application successfully installed

Actual behavior
The installation seems to even cannot start. Log file not created.
The installer returns error code -1073741819
In the Event Viewer Exception code: 0xc0000005

@timon-michel-scopevisio

Just had the same issue, have you found any more information? Have you found a Workaround?
Intune reports "Access denied" while i can see the same Event viewer Exception code.
I can, however report that it only sometimes doesn't work. I have deployed 2 devices now on autopilot and 1 installed fine while another has this issue.
I didn't had any issues until i started migrating to AzureAD Hybrid. For me that feels like some kind of race condition.

@artem-shaturskyi
Copy link
Author

No, unfortunately, I didn't find a workaround. After some time I gave up and now it is a "limitation" in our deployment environment.

@anaisbetts
Copy link
Contributor

I don't know how InTune works but I suspect it is trying to execute the installer as a service account, you probably need to talk to your application vendor to get an MSI instead. Alternatively, every Squirrel app is fundamentally a portable app, so you could just copy %LocalAppData%\YourApp to the user's %LocalAppData% then run %LocalAppData%\YourApp\YourApp.exe --squirrel-install 1.2.3 (where 1.2.3 is the version number).

If you have more documentation about how InTune works I could provide a better recommendation, I don't really know what it is doing internally

@artem-shaturskyi
Copy link
Author

The applications run with current user permissions - there is such possibility in Intune. Unfortunately, not all vendors provides alternative installers. Yes, it is possible to extract files and trigger executable in the script, etc., but question why Squirrel doesn't run in usual way, and how to make it run.

@anaisbetts
Copy link
Contributor

anaisbetts commented Nov 27, 2022

I have no idea how to make Intune work with Squirrel, sorry! I cannot speculate as to why Intune was coded to only work with "the usual way" installers, because I did not write Intune.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants