inhwltz466
Posts: 6
Joined: Sat Oct 22, 2022 6:21 pm

Silent installation with desktop icon

Mon Oct 24, 2022 11:12 pm

How to create a silent installation with desktop icon?

Catalin
Posts: 6544
Joined: Wed Jun 13, 2018 7:49 am

Re: Silent installation with desktop icon

Tue Oct 25, 2022 11:11 am

Hello,

Please note that silent installation switches are supported by default for our MSI and EXE packages.

With that being said, all you need to do to silently install your MSI is:

- open an administrative command prompt (run as administrator)

- launch the MSI using the /qn parameter, e.g.:

Code: Select all

msiexec /i <path_to_msi> /qn
- or the EXE, e.g.:

Code: Select all

setup.exe /exenoui /qn
Regarding the shortcut, simply right click on the file you want to create a shortcut for --> "New Shortcut to" --> "Installed file".

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

Return to “Building Installers”