An error occurs when trying to extract the SQL 2014 SP3 installer

Valentino Torresi 41 Reputation points
2022-07-22T23:28:14.68+00:00

Translated by google translate

Hello, I ask this question to find the solution to this new problem that I have. When downloading the SQL 2014 SP3 installer file and starting to extract the SETUP, a folder is generated on the C:/ partition of my drive.
When the extraction of the files is finished, the program tries to open but immediately closes (it only opens the CMD) and the folder that it previously created is moved or deleted.
I tried to find the folder or at least the installer (setup.exe) but windows didn't find anything.

The page where you download the file:
https://www.microsoft.com/es-es/download/confirmation.aspx?id=57474
223941-sql-2014-sp3-error-screenshot-2.png

SQL Server | Other
{count} votes

Accepted answer
  1. Seeya Xi-MSFT 16,586 Reputation points
    2022-07-25T07:32:59.13+00:00

    Hi @Valentino Torresi ,

    Welcome to Microsoft Q&A!
    To extract the SQL Server 2014 SP3 downloaded from https://www.microsoft.com/es-es/download/confirmation.aspx?id=57474 , run the following command:
    {Express package} /X:{Directory to extract to}
    Example:
    SQLServer2014SP3-KB4022619-x64-ENU.exe /X:c:\YourDirectory

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Martin Cairney 2,261 Reputation points
    2022-07-25T01:47:23.11+00:00

    Are you trying to extract the setup for a slipstream version/manual install or are you actually running the SQLServer2014SP3-KB4022619-x64-ENU.exe file?

    To extract the files, you'd normally open a command prompt to the folder you have the
    SQLServer2014SP3-KB4022619-x64-ENU.exe
    file in and then run the following:

    SQLServer2014SP3-KB4022619-x64-ENU.exe /extract "Destination Folder Path"  
    

    This may then prompt you to confirm the path with a pop-up window:

    224109-image.png

    This should extract all the files to the path you have defined. The GUID path to me looks like a temporary folder that the file is using and not the actual path you are interested in.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.