I recently installed MiKTeX with the texmaker editor and cannot figure out how to update the packages. When I attempt to use the subfigure package with the following preamble
\documentclass[a4paper,12pt]{article}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{subfigure}
I then get a prompt to install a new package, which I then set to the online directory at ctan. I then get the following error:
! LaTeX Error: File `subfig.sty' not found.Type X to quit or <RETURN> to proceed,or enter new name. (Default extension: sty)Enter file name:! Emergency stop.<read >
How do I properly install packages to miktex? I'm absolutely confused. Thanks in advance for any help.

