Installing VS 2012

So I try to install VS 2012 and it just stops about 2 minutes in saying "  Data error (cyclic redundancy check)." This is covered nowhere in the support forums. What do I do?

Hi AK92,
Perhaps you need to check your disk. You can use chkdsk /f to have a fix.
Open a command prompt.
For Windows Vista and for Windows 7, click Start, type
cmd in the Start Search box, and then press ENTER.
Note If you are prompted for an administrator password or for confirmation, type the password, or click
Allow.
For Windows XP, click Start, click Run, type
cmd, and then click OK.
At the command prompt, type chkdsk /f, and then press ENTER.
Note If you receive a message similar to the following
The type of the file system is NTFS. Cannot lock current drive.
Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)
press Y, press ENTER, and then restart your computer.
When Chkdsk finishes, close the command prompt.
Re-install VS.
Best regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1

    I am unable to get SQL Server Agent to run after installing SQL 2012 Standard with SP1. Log message is as follows:
    Attempting to load library 'xplog70.dll' into memory. This is an informational message only. No user action is required.
    Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\xplog70.dll'.
    Error: 17750, Severity: 16, State: 0.
    Could not load the DLL xplog70.dll, or one of the DLLs it references. Reason: (null).

    Hi JFriedley,
    According to your error message, there might three reasons for this issue.
    xplog70.dll is corrupt, you need to check if you have any SQL Server running on same file version and same production
     edition. If xplog70.dll is corrupt, you can copy it from the new server where agent is running fine to your problematic server.
    Native client not installed properly. If you try applying any latest Service Pack or Cumulative Update then check if the SQL Server Agent can start, if that also doesn’t solve issue then try to reinstalling SQL Server Native client from SQL Server setup
    files.
    There is a similar issue about error 17750, you can review the following article.
    http://blogs.lostincreativity.com/sqldba/sqlserver-error-17750-could-not-load-the-dll-xpstar90-dll/
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • SMS Provider Locations Do Not Match - Problem installing SCCM 2012 R2 CU4

    I have an SCCM 2012R2 CU1 site that has been upgraded from SCCM 2012 non-SP1, so I have gone from 2012 to 2012SP1 through CU5 and then to R2 and then to CU1.
    Over the course of the life of this site, which has more than 10k clients and 10 Site Systems, we have installed roles, removed roles, moved roles and removed Site Systems.
    I have also installed and removed SMS providers . . . which is where my issues begin.
    The site properties in the console list 6 SMS Providers and even lists an SMS provider on a server that was retired and is no longer a Site System.  When I query WMI using the following VBS script it only returns the *ACTUAL* SMS Provider locations,
    2 of the 6 listed in the GUI.
    On Error Resume Next
    Const ForReading = 1, ForWriting = 2, ForAppending = 8
    strComputer = "." 
    Set oFS = CreateObject("Scripting.FileSystemObject")
    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\sms")
    If Err.Number <> 0 Then
    WScript.Echo "Cannot connect to WMI"
    WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
    End If
    Set oLog = oFS.OpenTextFile("C:\Temp\SMS_ProvList.log",ForAppending, True)
    If Err.Number <> 0 Then
    WScript.Echo "Could not create output file"
    WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
    End If
    Set colItems = objWMIService.ExecQuery("SELECT * FROM SMS_ProviderLocation",,48)
    count = 0
    For Each objItem in colItems
        count = count + 1
        oLog.WriteLine "-----------------------------------"
        oLog.WriteLine Now()
        oLog.WriteLine "Provider instance " & count &  " : " & objItem.Machine
        oLog.WriteLine "NamespacePath : " & objItem.NamespacePath     
        oLog.WriteLine ""
    Next
    I have a test environment which has also gone through some growth over its lifetime and has had the same changes to SMS Providers made.  When I first attempted to install SCCM 2012 R2 CU4 in this test environment the installer continually failed the
    prerequisite checker when querying the CU level of the SMS Providers.  The only way that I could get past that issue was by running a site maintenance task via the CM installer and installing an SMS Provider at the location that had previously been an
    SMS Provider but I had uninstalled that role.
    I do not want to have to do that in my production environment, and would not even be able to do so if I wanted as I have retired one of the servers listed and cannot re-provision that machine.
    Any CM12 gurus out there with suggestions?  This strikes me as a standard MS problem when having multiple development teams working on a product/update and not having a standard location to check for configuration information (This is exactly the problem
    when configuring DNS suffixes via GPO and not manually setting the GUI to match).
    Thanks!
    Josh Gerner
    Cornell University.

    The issue I have is that I cannot find the WMI class that holds the SMS Providers that are returned by the GUI.
    I actually engaged MS Premier for a SCCM 2012 RAAS about 2 years ago and that was when the discrepancy first reared it's head.  The support person that I worked with couldn't give me a way of cleaning those entries at that point which is when I started
    logging the locations to be sure that my maintenance task was really installing or removing the SMS Providers.
    Josh Gerner

  • Not able to install server 2012 R2 on a VMware Workstation 10 .

    Dear Team,
    Thanks in advance. 
    I am facing an issue when installing server 2012 R2 on a VMware Workstation 10 .
    This is the error message i get ''windows cannot find the microsoft software license terms. make sure the installation sources are valid and restart the installation.'' 
    i have tried changing the initial install option of OS  to ''other''. But still its the same.
    Finally i have installed it without adding the OS disk in the initial setup. But the problem here is that its asking me activation key. 
    if you have the activation key for 180 days please let me know.

    I have the same problem here.
    With VMWare Workstation 10, downloading and using the Windows 2012 R2 ISO evaluation to test.
    Shortly after booting up with the ISO, it complains about this message:  ''windows cannot find the microsoft software
    license terms. make sure the installation sources are valid and restart the installation.''
    BUT, if you uninstall VMWare Workstation 10 and install VMWare Workstation 9, no problem.
    Something wrong with either VMWare Workstation 10 or Windows 2012 R2.

  • Unable to install SQL 2012 Enterprise on Windows 8.1 OS

    I had installed SQL 2012 Enterprise on my Windows 8.1 and was running successfully. I faced some SSRS & SSIS Authentication issue. So i decided to uninstall SQL and re-install it. On doing so, i am unable to install it.
    Wizard disappears from this screenshot onwards.
    Tried installing from Command Prompt.
    Setup.exe /q /ACTION=Repair /INSTANCENAME=instancename /IAcceptSqlserverLicenseTerms=true
    Still wizard disappears.

    Hello,
    I guess un-installation of SQL server is not complete and there are fragments remaining.Have you made sure you have uninstalled SQL server from add remove program completely.Make sure no features related to SQL server are present there.Please remove setup
    support files as well.Refer below link to remove it completely
    http://technet.microsoft.com/en-us/library/hh231731.aspx
    Similar issue docemented here
    If you face any issue below manual method for removing SQL server will be helpful
      1. Uninstall the existing SQL Server 2012 and all the components from the control panel.
        2. Backup the registry.
        3. Delete the following keys in regedit:
        --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
        --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
        4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
        5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
        6. Rename all the SQL Server folders in the computer.
        7. Reboot the machine.
    Revert if you face any issue.
    EDIT: IMP POINT installation of SQL server 2012 Enterprise edition On win 8.1 ( client OS machine) is not supported by MS.But it will not stop you from installation
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Problems install SCCM 2012 with remote sql 2008 r2 sp2

    I am having issues installing sccm 2012 on a remote sql 2008 r2 sp2 server on a seperate instance.
    I get the error "The network path was not found"  
    if i point it at the primary instance it will let me continue but i cannot install sccm into that instance.
    I have turned off dynamic ports and set a static port but I do not see where i can enter that in the installer.
    I cannot seem to verify is the ssb port is working correctly or not.
    my account is local admin on both servers and a sql sysadm.
    There is no firewall between servers.
    Any suggestions?
    Regards
    Don

    SPN is setup to AUTO register and is working.  remote sql is not a cluster.  Windows firewall on both servers is disabled.  Sql browser is enabled and started.  we have a group for system center that contains site servers and this group
    is in the local admin of both servers and sysadm inside of sql server.
    Why  we are consolidating all or our lesser sql servers into a larger one.
    Snipt of the log.
    12/12/2012 2:57:37 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.
    Server stack trace: 
       at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       at Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database ADMIN\master on server YSQL030.srf.local.
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.

  • Error in installing TestStand 2012

    Hi,
    I am seeing strange error while installing TS 2012. The attached files shows the error. My system has P4 processor with 2 GB memory and Win XP is the OS. Please help me in installing TS 2012.
    Thanks
    Attachments:
    1.JPG ‏13 KB
    2.JPG ‏22 KB
    setup.ini ‏33 KB

    Hi,
    Installer Error 1106 are caused by misconfigured system files within the OS if I am not wrong. You could try this:
    http://www.almuseo.com/1106-error.php
    Before that, also try the alternate setup.ini file provided. Replace your setup.ini with this and try the installation.
    Attachments:
    setup.ini ‏33 KB

  • Issue with SQL Agent when install SCOM 2012 R2

    Hi all,
    i'm try to install SCOM 2012 R2 with all components (Mgmt Server, Operation Console, Web Console, Reporting Server)
    Everything is fine, except Reporting Server. I have attached the picture below
    I have also check the SQL Server Agent in SQL Server Configuration Manager. It has already started. But... i dont know why?
    Is there anyone know what wrong it is??

    Many thanks Gautam,
    i have checked again in Repoting Services Configuration Manager & change the database to the local SCOM
    Cause i'm using database for management server, dataware house on SCCM. So reporting service automatic set the database on SCCM also.... :(
    So now i will show everyone who try to install SCOM
    For the Management & DatawareHouse database --> you could install on any SQL Server (open port 1433)
    For the Reporting Services:
    On the local SCOM, install SQL Server with these components (SQL Engine: SQL Agent; SQL Reporting)
    After install SQL successfully, login to the Reporting Services Configuration Manager to set:
    First, create the new database on local SCOM
    Second, Web Service URL. login to the IIS to create self-signed certification for own SCOM. then turn back too Web Service URL to create SSL Certification
    Set SQL Agent service to Automatic, then start
    so, that's all. I'm crazy with this issue for a whole day :)

  • After installing SCCM 2012 R2 CU4, I show a Distribution Point warning that won't clear.

    I recently installed SCCM 2012 R2 CU4 on a LAB environment, and nowhere is it more important to wait until all requisite site roles are reinstalled before doing anything else.
    I did, and still do, have an warning/ error on the Site components that shows up on one of the child primary sites after the CU4 installation.
    Distribution Manager has not tried to install IIS component of operating system to distribution point “[“Display=\\SCxxx\”]MSWNET:[“SMS_SITE=xxx”]\\xxx\”. You should install and configure IIS manually. Please ensure RDC is also enabled.
    IIS is installed, RDC is enabled, but I get this error. What could be the real issue?

    Hi,
    So you have tried to reinstall IIS conponents and DP?
    Have you checked the distmgr.log? Anything helpful?
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • LV 2013 Runtime Install wants 2012 disk ?

    I am using a blank project to create an installer to install just the LV 2013 runtime along with a few additional drivers, all listed on the device drivers disk.  See list:
    NI IVI Compliance Package 4.6.0
    NI LabView Runtime Engine 2013 F2 (minus Realtime support and non-english language support)
    NI MAX 5.5
    NI System Configuration Runtime 5.5.0
    NI-DAQmx Core Runtime 9.7.5
    NIDAQmx MAX Configuration Support 9.7.5
    When I highlight each one in the Additional Installers section of the Installer Properties dialog box , it shows location as either being on my system already or on one of the 2013 disks.
    When I goto build however, it is asking for one of the LV 2012 disks.  I never even installed version 2012 on my machine, just 2011 and 2013.  Here is the dialog box I get and again when I uncheck the Dev Suite 2012 DS1 DVD 1  disk selection.
    If I check the February 2012 Device Drivers selection, the error message goes away but since I am just creating an install for 2013 and support for that version only, why would it ask me for a 2012 disk at all ?   shouldn't all the files be on the 2013 disks ?
    Checking the 2012 DVD 3 selection does not make the error message go away.
    I tried unselecting the additional drivers one by one.  Unchecking the NIDAQmx MAX Configuration Support 9.7.5  option got rid of the error and the requirement for a 2012 disk.   Is this inherently included in one of the other selections ? 
    Description is that it is used for configuring NI hardware in MAX.  Kinda think I would need that.  My system has this version installed and it came from the 2013 disks.  It is listed in the software section of MAX as a separate component.
    Any thoughts?
    Thanks
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."

    Hi Doug,
    I believe I could have an explanation to why the Installer is asking for LabVIEW 2012 DS1 DVD 1. 
    The Developer Suite editions of LabVIEW are named based on when they are released. For example, LabVIEW 2012 DS1 is released in early 2012, but is actually LabVIEW 2011 SP1, since LabVIEW 2012 is not released until later in 2012, which is named LabVIEW 2012 DS2.
    The same naming convention applies to the LabVIEW 2013 Developer Suites.
    Below I have attached links that describe the components of each Developer Suite listed in your screenshots.
    NI Developer Suite 2012 DS1:
    http://www.ni.com/pdf/manuals/373293c.pdf
    NI Developer Suite 2013 DS2:
    http://www.ni.com/white-paper/14629/en/
    Hope this helps!
    Robert R. | Applications Engineer | National Instruments

  • Error while installing SCOM 2012 reporting component.

    Hello Experts,
    I had to recently tired installing SCOM 2012 reporting server role on one of the SSRS instances and got the below error.
    The SQL team created a dedicated SSRS instance for SCOM(SSRS_SCOM2012) on a SQL instance which hostes other SSRS instances for other applications like SCCM 2007, FEP2010 and FIM2010. I understand the SSRS is are individual components and should not have
    dependency with other SSRS instance on the same SQL instance. 
    A few weeks back i successfully installed the reporting service on another SSRS isntance on a SQL isntance which hosts no other SSRS instances on it for creating a dev SCOM for our enviornment.
    The SSRS configuration has been done correctly with service accounts, execution account, database created etc configured for production.
    No SSL nor any proxy set for the SQL Report server.
    One option i am left with now is running resetSRS.exe to reset the SSRS. But before doing this i would like to take advice from you all as i need to run this on production which hosts other prod SSRS instance on the same SQL instance as well :(
    Please Advice.
    Regards,
    Prajul Nambiar

    Thanks Gautam for the quick response.
    Answers to your questions are as below.
    Q1:Is the SQL version same as of what you are using for the Database engine services as well ?
    A1: Yes, its SQL 2008 R2.
    Q2: Are the SQL URL's Working as expected ?
    A2: Yes, both the Report URL and Report Manager URL are working even though there is no content in it as
    SCOM Reporting component is yet to be installed successfully.
    Q3: Is
    the Scale of deployment joined ?
    A3 : No, its Native.
    Q4 : Also you can Run resetSRS.exe
    So it will just reset the Reporting and will not affect any other component.
    A4 : For say my SQL cluster name is ABC which is on a
    4 node cluster and we have created SSRS(SSRS_SCOM2012) on one of the node(Server1) of that 4 node cluster. SCOM installer discovers SSRS instance name as Server1\SSRS_SCOM2012. so do it have the run the command as "resetsrs.exe Server1\SSRS_SCOM2012"
    or "resetsrs.exe ABC"?

  • What licence do I need to install server 2012 R2 standard on a single i-7 cpu machine?

    What licence do I need to install server 2012 R2 standard on a single i-7 cpu (multi-core)  machine?
    Is a 2 processors licence OK?
    Thanks.

    Yes, you are all covered.

  • Install LVRTE 2010 when already installed LVRTE 2012

    Hey,
    i lost track of installs on my PC.
    I think a LV application quits because of not installed LVRTE 2010.
    I have installed LV 2012, 2013 & 2014
    I had also installed LVRTE 2012 (and obviously 6.1 (don't know where this comes from, but i see it in NI installed programs in installed features and programs))
    Now, I want to install LVRTE 2010, but it refuses with the popup: higher versions installed
    should I just remove LVRTE 2012? and reïnstall afterwards?
    regards,
    koen.
    Solved!
    Go to Solution.

    wrong post! LVRTE 2010 installed, 2012 not installed. LVRTE 2012 install refuses install because of higher versions
    sorry

  • Why I cannot open the application that I already installed on my mac. It's appears for a moment on the dock,but suddenly disappear again. I installed PES 2012, and my mac is pro with OS 10.6.8. Anyone could solve this problem please?

    I installed PES 2012 on my mac. It succeed, but when I click it in order to open it, the apps appear just for a moment on the dock then suddenly disappear. I'm using Mac Pro OS 10.6.8.

    Usually that means it's not compatible, likely a 10.5 program and Rosetta can't run it or it's not there, you need to check with Konami, they have a community forum/support there to answer your questions
    Check the operating system and machine requirements with them, perhaps there is a update or a patch you need to install to get it to work.
    https://www.konami.com/games/pes2012
    If that isn't a help, all checks out, then come back here as it's likely a OS X issue after that.

  • Cluster Event Warning after Installing SCDPM 2012 R2

    Hi 
    I just installed SCDPM 2012 R2 on Server 2012 R2 Box (that is also a cluster node), after installing the SCDPM 2012 R2 on Hyper-V  Cluster Node i am getting below Warning in Cluster Events.  I just want to know what are the impact of this event ..??
    Is it also impacts on SCDPM Backup??? is any solution to resolve this warning.
    Error
    Shailendra Dev

    Hi Shailendra Dev,
    This event can caused by third Party filter driver has been identified, you can refer the following article to find out the incompatible driver then uninstall the software.
    More related information:
    Troubleshooting ‘Redirected Access’ on a Cluster Shared Volume (CSV)
    http://blogs.technet.com/b/askcore/archive/2010/12/16/troubleshooting-redirected-access-on-a-cluster-shared-volume-csv.aspx
    Allocated Altitudes
    http://msdn.microsoft.com/en-us/library/windows/hardware/dn265170(v=vs.85).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Providing configuration file for SQL 2012 Express installation which installing HPC 2012 R2

    Hi guys,
    I need to know if there is any way to provide configuration file for SQL 2012 Express installation which installing HPC 2012 R2?
    I am scripting installation on HPC 2012 R2 with default SQL 2012 Express edition but I am not able to find any option to provide a configuation file for SQL 2012 Express installaiton.
    Thanks,
    Vivs.

    Hi Vivs,
    As my understanding, you want to generate a configuration file and install SQL Server 2012 express edition using that configuration file.
    If that is the case, firstly, you could generate the configuration file following the steps below since express edition is run in AutoAdvance mode which skips "Ready to Install" page.
    1.Double-click SQL Server installation file in your local drive, you will see that the file will be extracted to a temporary folder. Please make a note of what directory it is extracted to. For example, it could be in c:\ followed by a folder name which
    will be a set of random letters and numbers "gy7h8hjhhj67rfs7".
    2.Cancel installation. Then click on the Start button on the task bar, click run, type the command cmd.exe, and go to that directory via cmd.
    3.Execute the following command: setup.exe /ACTION=INSTALL /UIMODE=Normal
    4.Follow the wizard through to the 'Ready to Install' page. The path to the configuration file is specified in the 'Ready to Install' page in the configuration file path section.
    5.Cancel the setup without actually completing the installation, to generate the INI file.
    Secondly, to install SQL Server using Command Prompt, go to the SQL Server installation media root (the temporary folder) from the command prompt and specify the ConfigurationFile.ini as a parameter as shown below.
    Setup.exe /ConfigurationFile=ConfigurationFile.INI
    For more information about the process, please refer to the article:
    http://www.mssqltips.com/sqlservertip/2511/standardize-sql-server-installations-with-configuration-files/
    Regards,
    Michelle Li

Maybe you are looking for