Jump to content

Visual Studio 2012 Express unattended


darks0ul

Recommended Posts

Hi,

I'm trying to perform an unattended installation of VS2012 Express for Windows Desktop without some packages (like SQL things). However, I do not have a way to list the available packages and disable them through AdminDeployment.xml, like this:


<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="default" NoWeb="yes"/>

<SelectableItemCustomizations>
<SelectableItemCustomization Id="windows61_kb2664825_x86msu" Selected="no" />
</SelectableItemCustomizations>

</AdminDeploymentCustomizations>

The packages listed here do not seem to work with this version, nor do the ones that I got from the MSI log:

[07B4:0280][2013-02-17T11:49:40]: Detected package: Preparation_Uninstall, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: windows61_kb2664825_x86msu, state: Present, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: windows61_kb2664825_x64msu, state: Present, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: netfxfullredist_43, state: Present, cached: Complete

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeMinimum_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellcore, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellinterop, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vs_minshellres, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: ssceruntime_x86_msi, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: ssceruntime_x64_msi, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeMinimum_x64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeAdditional_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeAdditional_x64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeDebug_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: vcRuntimeDebug_x64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqldom_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqldom_amd64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlls_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlls_amd64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlncli_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlncli_amd64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlcmdlnutils_amd64, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: sqlcmdlnutils_x86, state: Absent, cached: None

[07B4:0280][2013-02-17T11:49:40]: Detected package: TSqlLanguageService, state: Absent, cached: None

...

Does anybody have experience with this type of unattended setup?

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...