talu3000
Posts: 13
Joined: Wed Feb 20, 2013 1:12 am

Installing Silverlight plugin during instal

Hi everyone,

I'm using Advanced Installer to deploy a Silverlight out of browser app. I also add the silverlight plugin as prerequesite but I was wondering if it's possible to download and install silently the silverlight plugin during the InstalDlg and also not displaying the prerequisite process. Is there any proper way achieve this?

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

Re: Installing Silverlight plugin during instal

Hello Sebastien,

In order to achieve this you can add the related application as a feature-based prerequisite to your project. Then, in the "Prerequisite -> Setup File -> Install Command Lines" fields you can use a silent installation command line.

If you have any questions let us know.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
talu3000
Posts: 13
Joined: Wed Feb 20, 2013 1:12 am

Re: Installing Silverlight plugin during instal

Ok thank you it works
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Installing Silverlight plugin during instal

You're welcome. I'm glad you got this working.

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

Return to “Building Installers”