chaitali.khatri
Posts: 1
Joined: Wed Jun 27, 2012 8:40 am

Silent Installation

Hi All

I have installed Advanced installer Trial Version.
We have software company .
when we install our software
we require some of prerequisite like framework, Sql server etc.

Installer install all software whatever I add in it.
but I need that all Software installed as Silent Install.
because I don't want user interference.

Can you please help me for Silent Installation
How I create installation CD with silent installer

Thanks & Regards
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Silent Installation

Hello and welcome to Advanced Installer forums,

If you want to have a silent installation of your main EXE package, then from "Dialogs" -> "Bootstrapper UI" -> "UI Level" you should choose the "Sillent install (no UI)" option and you should use the /qn command line parameters in the "MSI Command Line" field from "Media -> Configuration -> Bootstrapper Options". Also, you can take a look on our "Create a silent installation package" article.

If you want to have a silent prerequisite installation, then you should set the corresponding command in the install command lines from "Prerequisites" -> "Setup Files" tab. For MSI-based package prerequisite you can use the /qn command line parameters. You can take a look on our "Command line" article.

If you have any question let me know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”