superlative
Posts: 1
Joined: Fri Jun 12, 2026 2:56 am

Updater - Disable Toast Success Notifications

I am trying out the Advanced Installer.

It is built as a msi.
It is deployed as a /qn silent installer, that requires admin to install.
I have set that the updater shoudl be installed as a support service (to avoid needing admin for future updates).

I don't want the user to see XYZ updated installed success toast notification bottom right near the time.

Currently I am running the updater as "updater.exe /silentall -nofreqcheck" , and whilst there is no GUI to interrupt the user working, once the MSI has completed its install, they see a toast notification.

The tool an endpoint security and producitvity tool. So we are not wanting to plaster the name of the software to the employee.

In the updates.txt url we have these three flags:

CommandLine = /qn
ServerFileName = setup.msi
Flags = SilentInstall|Advertises

Is there a way to suppress the success toast notification?
Catalin
Posts: 7794
Joined: Wed Jun 13, 2018 7:49 am

Re: Updater - Disable Toast Success Notifications

Hello and welcome to our forums,

In order to enable toast notifications, some custom steps must be done. The steps are presented in the following article:

How to Show Toast Notification for Your Updates

Without those steps, the toast notification should not appear - it's not something that happens by default.

If you did not follow those steps and still receive the toast notification, please forward me the following resources:

- a copy of the AIP file
- a copy of the Updates Configuration Project
- a download link for v1 of your product (that I can later upgrade to v2 to check the toast notification)

by email at support at advancedinstaller dot com so I can further investigate this scenario.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”