Комментарии •

  • @olegproscurchin8200
    @olegproscurchin8200 5 месяцев назад +1

    Great one. I think the new detection method option is to make sure the app still upgrade after the first upgrade (second and up), as technically after first upgrade your version will be equal or greater, so I think that last option is to update dynamically detection method version with the latest which is same as the EXE 😉

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад +1

      thanks, and that would make sense why it is located in the Detection rule/method part of the App wizard! interesting feature.

  • @danzirulez
    @danzirulez 5 месяцев назад +1

    Now we have yet another way to package apps and they really don't have much felxibility. Same with winget. You get a basic package without much modification.
    So far I still feel that the most flexible is PSADT with intunewin into a win32 app. And there's a well known easy to use wrapper, and one could do ANY customization, and user experience, etc.

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад +1

      Intune Enterprise App Catalog does not have a lot of flexibility, that is basically for companies that doesn't have staff skilled in creating intunewin file.
      Winget is still very powerful, you can use that together with PS App Deployment Toolkit, or in your own .PS1 script make it do whatever you want, copy a config file, write a registry key, stop a service.

    • @danzirulez
      @danzirulez 5 месяцев назад +1

      @@IntuneVitaDoctrina yes, exactly what we ended up with. Nevertheless, winget fills a gap that's been there for a long time :)

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад

      That a nice combo! Winget with PS App Deployment Toolkit together :)

  • @Mikey-qe1hy
    @Mikey-qe1hy 5 месяцев назад +2

    Are you able to show if the supercedence works and if the app is self service how it would update the app for the existing users that have it installed.

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад +1

      That is a really good question, you don't see Supersedence when creating the app, but you see it after when you go edit and it works like normal Win32 App, same goes for update the app for existing users which would depend on the software, if it accept to update to newer without uninstalling first etc which it should, unless it was installed 32-bit and you push 64-bit maybe, that varies depending on software, have to test case by case, I would estimate most would work, nothing different than from a normal Win32 app except you are limited to only the run command part, no script and do checks.

  • @Samwhiteland2011
    @Samwhiteland2011 5 месяцев назад +1

    You already taught me how to do Winget properly 😂 Why would I need this? it seems be lacking in some pretty key enterprise areas like Abobe and Autodesk. At current I dont see this offering much value for the cost of the licence. It might be something I check back on the apps list periodically to see if it might justify the cost

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад

      heheheh YOU don't need this :) , if you can do Winget and possible MSI installations this is not for you :) this is for companies that doesn't have invested in their staff to package. IT is new so hopefully it gets more apps to the list, but yeah it is for companies that doesn't have inhouse packagers

  • @elanradkin578
    @elanradkin578 5 месяцев назад +1

    Great video, do you think other package managers like Chocolaty can be as effective for app deployment as Winget and Enterprise?

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад +1

      also a good question, I would say "yes" for that, if you got experience and skills in Chocolaty, for use that instead, if you are new to both, I would recommend Winget for the simple reason it is already in the OS system and more or less ready to use out of the box.

  • @user-mf5qu9yd3t
    @user-mf5qu9yd3t Месяц назад +1

    Have you confirmed what happens if you only use 1 license to create the packages? Does the end user not see the app?

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina Месяц назад

      :) that is very clever thinking of you, but yeah Microsoft went around this problem by creating another type, instead of Win32 app, it is called "Windows catalog app (Win32)" so yeah user must have license for it to accept that type.

  • @ferryknol9582
    @ferryknol9582 5 месяцев назад +1

    Nice video, but what method do you prefer to use?
    This new Enterpise App Catalog solution or the WinGet script method you describe in ruclips.net/video/22gkFSAIYZI/видео.html
    I would assume the WinGet script method.

    • @IntuneVitaDoctrina
      @IntuneVitaDoctrina 5 месяцев назад

      Thanks, I prefer Winget and package msi/exe myself :) but it is good to know/learn all aspects of Intune (the force (Star Wars reference LOL))
      Maybe someone will come to you one day and ask "Hey I don't know howto package in Intune, how can I still deploy software" then you could mention this and Store Apps of course