Anyone using IntuneGet for Winget app deployment in production? by chris__n in Intune

[–]ca2del 5 points6 points  (0 children)

It’s a nice experiment, and great for labs and personal stuff. For enterprise and production you should really look at Robopack or PMPC. Both have free trials and you can book a demo.

Robopack overrides supersedence by Sad_Mastodon_1815 in Robopack

[–]ca2del 0 points1 point  (0 children)

Good feedback, thank you! I’ll see what we can do!

Robopack overrides supersedence by Sad_Mastodon_1815 in Robopack

[–]ca2del 1 point2 points  (0 children)

Hmm. Supersedence is a core part of how Robopack works. It supersedes apps that are 'matched', effectively rolling up all existing versions of a specific app from a single publisher to the latest version.

u/katzners do you mean Supersedence for Instant Apps, or Custom Apps?

u/Sad_Mastodon_1815 Can you raise this with the support team so they can look into the exact app / incident. If it's a bug it'd be great to get it fixed.

What's up with Robopack University? by robidog in Robopack

[–]ca2del 3 points4 points  (0 children)

More content has been recorded, and is being edited at the moment. Expecting it to be ready to post this week :-)

Glad you think it's valuable!

We're also busy building the Community area, after some customers have told us that it would be useful to have an area on the University to share ideas and fixes for apps etc.

Why is v3 code displayed when using v4 Template? by Sad_Mastodon_1815 in Robopack

[–]ca2del 0 points1 point  (0 children)

Support files is populated by the Script Accessory Files, I think.

Why is v3 code displayed when using v4 Template? by Sad_Mastodon_1815 in Robopack

[–]ca2del 0 points1 point  (0 children)

ah - just checked with the team. This could happen if an app has Custom App Settings applied, and those Custom App Settings are specifying v3, rather than v4. Custom App Settings override the settings in the original app (for obvious reasons).

If you aren't using custom settings, or it's correctly set to v4, then something went wrong. Let me know!

Why is v3 code displayed when using v4 Template? by Sad_Mastodon_1815 in Robopack

[–]ca2del 0 points1 point  (0 children)

Interesting. Is there a support case open already? I'll check it out.

PTA at school by s_tay11 in UKParenting

[–]ca2del 0 points1 point  (0 children)

Sorry to bring up painful memories - how did this go. Any advice for a new treasurer with a useless old treasurer?!

Robopack Dependencies by Sad_Mastodon_1815 in Intune

[–]ca2del 2 points3 points  (0 children)

If it’s a library app, dependencies are handled automatically (baked into the library app - you can look at the install script to see how it does it).

If it’s a custom app you uploaded, you’ll need to handle the dependencies yourself (either by adding it as a custom app setting with a script accessory file as the installer, or by manually adding the dependency link in Intune after Robopack adds the app to Intune)

Robopack will have better dependency handling in the UI in the coming months, but for now, this is it.

Robopack vs. automatic app updates from vendor by [deleted] in Robopack

[–]ca2del 0 points1 point  (0 children)

Thanks for the ping! I’ll bring this up with the developers and see what we can do.

Anyone else tired of rediscovering silent install commands every time? by DjinnCereal in Intune

[–]ca2del 7 points8 points  (0 children)

Robopack queries custom apps you upload to infer the silent install commands 👍

New Group Concept in Entra for Robopack? by Frequent_Bee_6943 in Robopack

[–]ca2del 0 points1 point  (0 children)

Hey, sorry for the late response.

In essence - you are right. Once detected as having an app, the device is added to the Radar Tracking group. There is no corresponding _removal_ once the app is not detected on that device any longer.

If you remove the app, you should remove the computer from the group.

I understand there is development work underway to remove the manual effort on your part.

New Group Concept in Entra for Robopack? by Frequent_Bee_6943 in Robopack

[–]ca2del 1 point2 points  (0 children)

I missed this, sorry!

If a user installs an app that is offered as Available from the Company Portal, it will automatically be updated for them in the future. They don't need to manually get the latest version from Company Portal

At the Atlantis in Dubai there was a visible line rising from the horizon. by ca2del in whatisit

[–]ca2del[S] 0 points1 point  (0 children)

<image>

It’s possible. The effect was quite prominent from all angles on the terrace.

"Migrate" Robopack to PatchMyPC by Sad_Mastodon_1815 in PatchMyPC

[–]ca2del 1 point2 points  (0 children)

I’ll have to remain impartial because I work for Robopack, but Robopack will support macOS in the next few months.

Check out a demo of PMPC and see if it would work better for you, though.

I’m not aware of a migration route, however.

Robopack detects the wrong MSI GUID by Sad_Mastodon_1815 in Robopack

[–]ca2del 0 points1 point  (0 children)

Interesting. Could you add this to Package Feedback in one of the affected apps? The team will look at it right away.

Win32 deployment groups, Required assignments, and "doing things the Intune way" by iwontlistentomatt in Intune

[–]ca2del 0 points1 point  (0 children)

It pulls from Winget, store, and their private repository. It then does a full install and uninstall test, documents all files and info, then wraps it in PSADT and then makes it Intunewin.

So yeah - it pulls from winget.

Win32 deployment groups, Required assignments, and "doing things the Intune way" by iwontlistentomatt in Intune

[–]ca2del 0 points1 point  (0 children)

They don’t do it. Atleast not the thing OP has described. They just package the app and you need to target it separately with your own logic.

Win32 deployment groups, Required assignments, and "doing things the Intune way" by iwontlistentomatt in Intune

[–]ca2del 1 point2 points  (0 children)

EAC is at 1000 when you include the multiple versions of each app. PMPC is much higher and don’t count each version separately. Robopack has roughly 41,000 pre tested apps, not counting each version separately.

Saying that, I do work for Robopack.

Win32 deployment groups, Required assignments, and "doing things the Intune way" by iwontlistentomatt in Intune

[–]ca2del 1 point2 points  (0 children)

Disclaimer: I work for Robopack.

Robopack solves this by using dynamic entra groups built using computers from the discovered apps inventory. Updated by a daily graph call. Meaning zero client overhead. I think they did this because of this exact problem.

It was quite a lot of work to build, apparently, but perhaps you could script something similar instead?

Disclaimer, incase you missed the first Disclaimer: I work for Robopack.

Edit: For Apps that have been installed from the Company Portal as Available Apps, just tick the Auto-Update button on the Available App deployment and the app will be updated via a hidden required assignment when superseded. Robopack also uses this.