installation fail VS 2012 Pro MSDN - unattended
-
Friday, August 17, 2012 9:42 AM
hello
i have trouble installing, here are the inputs:vs_professional.EXE /Passive /adminfile "%MSIPATH%AdminDeployment.xml" /Log "%LOGPATH%\VisualStudio2012.log" /Productkey xxxx-xxx-xxxx-xx-xxx
here are bits intersting from log :
[04B4:0CA8][2012-08-17T11:21:31]: MUX: Non-applicable packages grouped by Selectable Items:
[04B4:0CA8][2012-08-17T11:21:31]: MUX: User feedback control is Enable because opt-in value is NotDefined
[04B4:0C24][2012-08-17T11:21:31]: MUX: View loaded
[04B4:0C24][2012-08-17T11:21:31]: MUX: Hit a stop blocker, exiting now
[04B4:0C24][2012-08-17T11:21:31]: Detect complete, result: 0x0
...[04B4:0C24][2012-08-17T11:21:31]: Variable: WixBundleTag = vs_professional,1033
[04B4:0C24][2012-08-17T11:21:31]: Variable: WixBundleVersion = 11.0.50727.1
[04B4:0C24][2012-08-17T11:21:31]: Exit code: 0x80044000, restarting: Nohere is my admindeployment.xml
<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="default" NoWeb="Yes"/><SelectableItemCustomizations>
<SelectableItemCustomization Id="WebTools" Hidden="no" Selected="yes"/>
<SelectableItemCustomization Id="OfficeTools" Hidden="no" Selected="yes"/>
<SelectableItemCustomization Id="SharepointTools" Hidden="no" Selected="yes"/>
<SelectableItemCustomization Id="LightSwitch" Hidden="no" Selected="yes"/>
<SelectableItemCustomization Id="SilverLight_Developer_Kit" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="SQL" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="VC_MFC_Libraries" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="Blend" Hidden="no" Selected="yes" />
<SelectableItemCustomization Id="BlissHidden" Selected="yes" />
<SelectableItemCustomization Id="HelpHidden" Selected="yes" />
<SelectableItemCustomization Id="LocalDBHidden" Selected="yes" />
<SelectableItemCustomization Id="NetFX4Hidden" Selected="yes" />
<SelectableItemCustomization Id="NetFX45Hidden" Selected="yes" />
<SelectableItemCustomization Id="PortableDTPHidden" Selected="yes" />
<SelectableItemCustomization Id="PreEmptiveDotfuscatorHidden" Selected="yes" />
<SelectableItemCustomization Id="PreEmptiveAnalyticsHidden" Selected="yes" />
<SelectableItemCustomization Id="ProfilerHidden" Selected="yes" />
<SelectableItemCustomization Id="ReportingHidden" Selected="yes" />
<SelectableItemCustomization Id="RIAHidden" Selected="yes" />
<SelectableItemCustomization Id="SDKTools3Hidden" Selected="yes" />
<SelectableItemCustomization Id="SDKTools4Hidden" Selected="yes" />
<SelectableItemCustomization Id="Silverlight5DRTHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLCEHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLCEToolsHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLCLRTypesHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLDACHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLDbProviderHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLDOMHidden" Selected="yes" />
<SelectableItemCustomization Id="SQLSharedManagementObjectsHidden" Selected="yes" />
<SelectableItemCustomization Id="TSQLHidden" Selected="yes" />
<SelectableItemCustomization Id="VCCompilerHidden" Selected="yes" />
<SelectableItemCustomization Id="VCCoreHidden" Selected="yes" />
<SelectableItemCustomization Id="VCDebugHidden" Selected="yes" />
<SelectableItemCustomization Id="VCDesigntimeHidden" Selected="yes" />
<SelectableItemCustomization Id="VCExtendedHidden" Selected="yes" />
<SelectableItemCustomization Id="WCFDataServicesHidden" Selected="yes" />
<SelectableItemCustomization Id="WinJSHidden" Selected="yes" />
<SelectableItemCustomization Id="WinSDKHidden" Selected="yes" />
</SelectableItemCustomizations></AdminDeploymentCustomizations>
i'm blocked and can't find what's causing this !!! running manually the installation, non-silent works fine- Edited by SuperJaegerMaster Friday, August 17, 2012 9:42 AM
- Changed Type Heath StewartMicrosoft Employee, Moderator Monday, August 20, 2012 7:33 PM
All Replies
-
Friday, August 17, 2012 10:09 AMModerator
Please download and run the log collection utility from http://aka.ms/vscollect, post %TEMP%\vslogs.cab to an Internet share (like http://skydrive.com which you can use with the same Microsoft account as your login here), and share the URL here so we can diagnose the issue.
Thank you.
- Heath @ http://blogs.msdn.com/heaths; Visual Studio Professional Deployment
-
Friday, August 17, 2012 12:14 PM
vslogs.cab
https://skydrive.live.com/redir?resid=CC42F9A85EC47177!147&authkey=!AG8SsyfhcISDk3U
logfile
https://skydrive.live.com/redir?resid=CC42F9A85EC47177!146&authkey=!ALjZrrAc_04KRZo
i reran the setup the error is different but the result is the same- Edited by SuperJaegerMaster Friday, August 17, 2012 12:19 PM
-
Monday, August 20, 2012 7:37 AM
still nobody ?
we paid msdn subscripption though ....
-
Monday, August 20, 2012 7:33 PMModerator
In your authoring, you used a value of "Yes" but the attribute value is case sensitive, so you need to use "yes" (all lower-case).
That should resolve the issue.
- Heath @ http://blogs.msdn.com/heaths; Visual Studio Professional Deployment
- Proposed As Answer by Heath StewartMicrosoft Employee, Moderator Monday, August 20, 2012 7:33 PM
- Marked As Answer by SuperJaegerMaster Tuesday, August 21, 2012 8:45 AM
-
Tuesday, August 21, 2012 8:46 AM
omg, -.-
thx indeed, that did the trick

