Possible Duplicate:
How can I manually install a package on MiKTeX (Windows)
I'm trying to install a custom-made package from Heiko Oberdiek's answer here, which I saved as amssizes.sty. I put it in C:\Program Files (x86)\MiKTeX 2.9\tex\latex\misc as necessary, and went to MiKTeX's "Settings (Admin)" application and proceeded to Refresh FNDB and Update Formats. However, I then go into the "Package Manager (Admin)" application, and I still can't find amssizes.
As far as I know, I've proceeded with all the correct steps, and I've tried all sorts of different combinations (without Update Formats, with/without (Admin), etc.). If it helps, I also have Install missing files on-the-fly denoted with Yes and C:\Program Files (x86)\MiKTeX 2.9 is indeed in the root directory. I appreciate any help!
C:\Users\yourusername\Documents\tex\latex– cmhughes Sep 11 '12 at 22:09C:\...\Documents), put the*.styfile into subdirectory\tex\latex\misc, refreshed MiKTeX, and it still doesn't appear. Not sure what I haven't done so far. – Dustin Tran Sep 11 '12 at 22:42path/to/root/tex/latex/misc, register the root in user mode (e.g.initexmf --register-root path\to\root) and check withkpsewhich amssizes.styif it is found. You can later try to find out, how to install a file in admin mode for all users. – Ulrike Fischer Sep 12 '12 at 07:44