Jump to content

Recommended Posts

Posted

Hi guys,

 

This may be a bit of a long shot but is there anyone here that makes of Foldr (https://foldr.io/) and has it deployed to Windows 10 devices via Intune?

 

I've rode my luck with app packaging for Intune and I've hit this like a brick wall.

 

My install is continually stuck as the 'Enforcement' stage and never installs. It would be great to hear from anyone else who has also run into this problem!

 

A

Posted

Not tried it with Intune but it also fails for me via GPO’s and MDT.

 

It appears to want to install the C++ 2015-2019 runtimes but doesn’t like it if they are already installed.

 

Not sure if that will help you in your issue.

Posted

I’ve deployed the msi using gpo without any problems. We’ve already got the runtime installed so that isn’t a problem for us.

 

Agreed on how good the Foldr support folks are.

Posted
Speak to Minnow, they are the developers of Foldr.

 

https://foldr.io

 

I did, and they said that they didn't have any advice for Intune but to try following their Group policy guide. It wasn't that helpful.

Posted (edited)
I am not familiar with Foldr but I package a lot of apps with intune. Can you share how you are packaging the app and what your app settings look like in intune?

 

Sure, the app is an MSI so it has been uploaded as an MSI line-of-business app. And here's the app settings attached.

 

(The prerequisites of .NET and C++ 2015-2019 are already on the machines).

 

Edit: Just to clarify, the command works perfectly well when ran from the command-line. I did a bit of a deep dive into the registry keys for Intune on the device and it gets stuck at 'error 50 - EnforcementInProgress' - and never moves on. Here's the link for context:

 

Screenshot 2021-02-24 103718.jpg

Edited by AvaFX
Posted
Not tried it with Intune but it also fails for me via GPO’s and MDT.

 

It appears to want to install the C++ 2015-2019 runtimes but doesn’t like it if they are already installed.

 

Not sure if that will help you in your issue.

 

Thanks, yeah I saw the same thing. Runtime was already on the machine, and I've since repackaged and deployed C++ 15-19 and its installed but not made a difference.

Posted
Sure, the app is an MSI so it has been uploaded as an MSI line-of-business app. And here's the app settings attached.

 

(The prerequisites of .NET and C++ 2015-2019 are already on the machines).

 

Edit: Just to clarify, the command works perfectly well when ran from the command-line. I did a bit of a deep dive into the registry keys for Intune on the device and it gets stuck at 'error 50 - EnforcementInProgress' - and never moves on. Here's the link for context:

 

[ATTACH=CONFIG]60944[/ATTACH]

 

I am thinking the problem might be all the switches you are using here I have had problems when using more then just the /qn. Are you using the win32 content prep tool or just uploading the msi? If you take your install command and save it as a .cmd and bundle it with the msi you can install using the script in the bundle.

GitHub - microsoft/Microsoft-Win32-Content-Prep-Tool: A tool to wrap Win32 App and then it can be uploaded to Intune

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...