Forum Discussion

postaltremor411's avatar
14 days ago

Deploying AccountRight PC Edition via intune

As of 2026.6 MYOB will no longer be releasing the msi installers that we have used to push the latest version across our organization. I ran into a lot of roadblocks getting this to work using MYOB PC edition and would like to outline what worked for us to save people going through the trouble.

In discussions with the MYOB Team, they have expressed that intune packaging and rollout is not their responsibility and they cannot offer support regarding how this is impacted by the discontinuation of msi installers.

 

Per the article Deploying AccountRight in an IT-managed environment there is an -allusers flag which works well when pushed by a script or run executed as an administrator, however it fails to install when run as SYSTEM which is how intune executes it. Instead we are now installing myob at user scope (hopefully this means updates will install automatically going forward)

System install failsworking only after changing these paths, even though the install destination is Program Files (x86) and not %localappdata%




Deploying AccountRight via Intune



- Download 2026.6 exe
- Use IntuneWinAppUtil.exe to generate MYOB_AccountRight_Setup_2026.6.intunewin

Create new windows app on intune (The below settings must be changed as they have now changed/are not autofilled by the .intunewin file):

Install command: MYOB_AccountRight_Setup_2026.6.exe -silent
Uninstall Command: %localappdata%\Programs\MYOB\AccountRight\Update.exe --uninstall

Install Behaviour: User

Detection Rules:
  Manually Configure:

    File:

      Rule type: File

      Path: %localappdata%\Programs\MYOB\AccountRight\

      File or folder: Huxley.Application.exe

      Detection Method: File or folder exists

 

 

Hopefully the above can save you some time and keep your organization up and running!

6 Replies

  • zohrawaqar's avatar
    zohrawaqar
    Member
    9 hours ago

     

    Yes, the manual installation is working fine. However, our preferred approach is to deploy applications through Intune, as this is the standard method we use for all other applications. We typically package and deploy apps using the System install behavior.

    In my most recent attempt, I packaged the application with the System install behavior and used the following detection path which you mentioned:

    %LocalAppData%\Programs\MYOB\AccountRight\ 

    Since the application appears to install under the user's profile, I'm going to try packaging it again using the User install behavior to see if that resolves the detection and deployment issues.

  • postaltremor411's avatar
    postaltremor411
    Member
    9 hours ago

    Tried it and it works manually but scripts will run it as SYSTEM which is broken and won't work at the moment. Same issue with trying to install using the system option in intune - runs as SYSTEM.

     

    Per my original 2 screenshots the only way I could get it working when executed as SYSTEM was to change the home directory paths which makes it basically useless for deployment otherwise it will just error out. When done via intune etc. it is a -silent error too so not obvious something went wrong!

     

     

  • postaltremor411's avatar
    postaltremor411
    Member
    10 hours ago

    I was able to use the above detection method okay.

    Using PC edition we are just pushing 2026.6 to all devices and they will automatically update going forward because they're installed at user scope.

  • Hi Mike_MYOB​ 

     

    Could you please confirm whether the latest version of AccountRight can be successfully deployed through Intune?

    I have made multiple attempts to package and deploy the application using different detection methods and paths. I have also tested various installation parameters, including -allusers and -silent, and changed the installation behavior to User; however, every deployment has ultimately failed at the detection rule stage.

    Our organization's preference is to package and deploy applications through Intune, as manual installation is not a practical or scalable approach.

    Could you please provide your input on whether there is a supported or recommended way to package AccountRight in Intune? This issue is currently impacting our team's ability to use the application effectively.

    If packaging the application through Intune is not feasible, could you please confirm that as well? Having a definitive answer would help us avoid spending further time repeatedly attempting different packaging methods and allow me to provide clear guidance to my team.

    I appreciate your assistance and look forward to your advice. Thank you.

  • Mike_MYOB's avatar
    Mike_MYOB
    Community Manager
    3 days ago

    Hi postaltremor411​ , sorry you didnt get a reply to this earlier, the detail and screenshots is incredibly helpful!
    The team have identified the cause last night.
    There is currently no workaround, but they will now be working on a fix and will release to AccountRight via patch as soon as possible