S1 E1: Packaging Applications | Notepad++ with plugins for Intune

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • How do you package Notepad++ with plugins for Intune?
    This video will show how to prepare Notepad++ applications for enterprise deployment with deployment solutions like Configuration Manager (SCCM) or Intune.
    We will cover the following topics:
    - Disable auto-updates for Notepad++
    - Adding plugins in the Notepadd++ package
    - How to handle the MSIX package for Win11 ContextMenu
    - Wrapping package inside PSAppDeployToolkit
    - Correctly testing package before deployment
    - Creating .intunewin file with one click

ความคิดเห็น • 6

  • @edueuropa8912
    @edueuropa8912 3 หลายเดือนก่อน +1

    I would be really interested to see how could you create a package with a Licensed program, let’s say it’s a How to create/discover the correct parameter to put the license key ☺️.

    • @MasterPackager
      @MasterPackager  3 หลายเดือนก่อน

      Great suggestion. You may have some publicly available application in mind that has a licensed option?

  • @robidog2k
    @robidog2k 2 หลายเดือนก่อน +1

    Great video! You mention that capturing the install should be done in VM. Can I also do it in Windows Sandbox, or would there be any restrictions or disadvantages by doing it that way?

    • @MasterPackager
      @MasterPackager  2 หลายเดือนก่อน

      Yes! You can do the repackaging on Windows Sandbox as well. There you will have even fewer noise files/registries captured. The only downside is that on Sandbox you cannot create snapshots. But for most of the cases that is not a downside. Let us know if you have more questions. :)

  • @omniiomega
    @omniiomega 9 หลายเดือนก่อน +1

    I have a Q. for serviceui.exe do you need both the 32/64 exe and how do you call it?

    • @MasterPackager
      @MasterPackager  8 หลายเดือนก่อน +2

      For 64bit OS, you will need the 64bit serviceui.exe. Here is good blog post that explains it: www.anoopcnair.com/use-serviceui-with-intune-to-bring-system-process-to-interactive-mode/
      Let us know if you have more questions. :)