Why am I not getting an Executable when Downloading?

  • Thread starter Thread starter WWGD
  • Start date Start date
AI Thread Summary
The discussion revolves around the challenges faced while downloading and installing MSSQL 2012 on a Windows 7 Ultimate system. The user successfully downloaded the software but encountered issues with .zip files that did not contain executable files. Participants suggested that the executable might be inside the zip file and emphasized the need to extract it properly. They discussed potential file extensions like .exe or .msi and the importance of knowing the storage location of downloaded files, which can vary based on browser settings. The user later discovered that missing patches were causing installation issues. After installing the necessary patches, MSSQL and Management Studio were successfully installed, leading to a positive resolution of the problem. The conversation highlighted the importance of thorough troubleshooting and utilizing resources like Google and StackOverflow for technical support.
WWGD
Science Advisor
Homework Helper
Messages
7,699
Reaction score
12,691
Hi all,
I am trying to download and install MSSQL 2012 . I can download effectively, but I keep getting a bunch of .zip files that I cannot turn into an executable. What is going on? I don't know that much about Win7 ultimate.

BTW, I have Windows 7 ultimate (work computer) dual core 2.80 GHZ 4GB , 32-bit.

Thanks.
 
Computer science news on Phys.org
The executable is probably inside the zip file. You just need to extract it somewhere.
 
  • Like
Likes WWGD
Borg said:
The executable is probably inside the zip file. You just need to extract it somewhere.
Do you have any idea of the file extension? I would assume it to be an .exe file, but I am not seeing one. OR other way of finding it?
 
Maybe a .msi file? It would be easier if you show a screenshot of the top level files or what's in a bin directory if that exists. Or, post the link to where you got it.
 
upload_2016-4-26_13-14-45.png
 

Attachments

  • upload_2016-4-26_13-14-7.png
    upload_2016-4-26_13-14-7.png
    99.8 KB · Views: 557
That's not what I had in mind. Where did you put the zip files when you downloaded them? From there, just show the file list without a search.
 
Thanks; strangely, Win 7 does not tell you where it stores the files, it makes this choice for you. Still, I will check, thanks for your patience.
 
Storage location is a setting in your browser. If you use IE, it will usually default to your MyDocuments directory. You can turn it off and tell that you want to choose the location every time.
 
  • Like
Likes WWGD
Please post the link where you downloaded this .zip file, so we can try and find what file you need to install what you want.

Have you unzipped the .zip file, and if so do you know where Windows 7 placed those extracted files? Otherwise, you can use a tool such as WinRar which allows you to choose where the extracted files go.
 
  • #10
Thanks all, it seems I was missing some patches, which I just installed. I will keep you posted, but it
seems to have worked out.
 
  • Like
Likes Borg
  • #11
Hi again, it seems like the god Computus has smiled on me and MSSQL and Management Studio have installed successfully. It seems it may have been the missing patches that were in the way. Borg has become an unnofficial consultant at my job :).
 
  • #12
WWGD said:
Hi again, it seems like the god Computus has smiled on me and MSSQL and Management Studio have installed successfully. It seems it may have been the missing patches that were in the way. Borg has become an unnofficial consultant at my job :).
Maybe I should introduce you to my friends Google and StackOverflow? :oldwink:
 
  • #13
Borg said:
Maybe I should introduce you to my friends Google and StackOverflow? :oldwink:
Believe me, PF is not my first stop usually, I do stop by a few sites before. PF is my call of desperation after trying a bunch of things.
EDIT: I mean, I do make an effort to find solutions , do reading, etc. before posting questions here in PF
 
Last edited:
Back
Top