This is a migrated thread and some comments may be shown as answers.

Silent Install Custom Folder

5 Answers 171 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Vijay
Top achievements
Rank 1
Vijay asked on 22 Feb 2013, 04:34 PM
Hi,

I am trying to deploy VS 2012 Pro and Telerik Dev UI using SCCM 2012.

Is there a commandline syntax for custom install dir. I want to install it to D: instead of normal c:\Program FilesXXXX.

Also will it work for other Dev UI Tools?

Regards

VJ

5 Answers, 1 is accepted

Sort by
0
Vesko
Telerik team
answered on 25 Feb 2013, 11:46 AM

Hi Vijay,

Thank you for contacting us.

You can use the command line below for any of our Telerik Dev UI packages to perform a silent installation on a custom location.

[MSI Package Directory]\[MSI Package Name].msi /q INSTALLLOCATION="[Install Location]"

[MSI Package Directory] - the location of the package you want to install
[MSI Package Name] - the name of the package you want to install
[Install Location] - a custom install location

Please let me know if you need any further assistance.


Kind regards,

Vesko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vijay
Top achievements
Rank 1
answered on 25 Feb 2013, 04:20 PM
Thanks for that, is there a way to suppress the installer to open a browser after installation?

Regards

VJ
0
Vesko
Telerik team
answered on 25 Feb 2013, 04:45 PM
Hi Vijay,

Yes. Here is the command line:

[MSI Package Directory]\[MSI Package Name].msi /q INSTALLLOCATION="[Install Location]" DISABLE_FINISH_URL=TRUE


Regards,
Vesko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vijay
Top achievements
Rank 1
answered on 26 Feb 2013, 10:58 AM
Just for future reference, can you provide all the installer switches possible?

Regards

VJ
0
Vesko
Telerik team
answered on 27 Feb 2013, 01:32 PM
Hi,

Properties with names containing no lowercase letters are public properties and can be specified on the command line. The link below is a full list of public properties defined by Windows Installer.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa370905(v=vs.85).aspx

Here is a useful example of how to use a Feature Installation property to install some of the package features only:

[MSI Package Directory]\[MSI Package Name].msi /q ADDLOCAL=[FeatureList]

[FeatureList] is a feature name or feature names separated by ';'

Here is a short list of features that can be optionally installed by the command line:

Assemblies35 - .Net Framework 3.5 controls only
Assemblies40 - .Net Framework 4.0 controls only
Assemblies45 - .Net Framework 4.5 controls only
VSExtensions - our Visual Studio Integration
TelerikVSExtensionsVS2010 - our Visual Studio 2010 integration only
TelerikVSExtensionsVS2012 - our Visual Studio 2012 integration only

Note: the features listed are RadControls for ASP.NET AJAX specific and may vary for other products.

Please do not hesitate to contact us for more details.


All the best,
Vesko
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Installer and VS Extensions
Asked by
Vijay
Top achievements
Rank 1
Answers by
Vesko
Telerik team
Vijay
Top achievements
Rank 1
Share this question
or