Updating MRS Files

Results 1 to 3 of 3
  1. #1
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Updating MRS Files

    So my launcher can update DLLs and EXEs, but not MRS files. I went to the directory of my updates to test this. Heres what happens when I try to download an MRS file.





    Then when I click it,




    So if you can't read that, it says...


    Code:
    The page cannot be found
    
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    
    Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
    If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
    Click the Back button to try another link.
    HTTP Error 404 - File or directory not found.
    Internet Information Services (IIS)
    
    Technical Information (for support personnel)
    
    Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
    Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.
    Thanks for any help!


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Updating MRS Files

    You need to set MIME types because you're using IIS. I don't really know each option's name because it's been over a year since I used IIS.

    Go to Start > Run > inetmgr > Right click on your computer's symbol in inetmgr (I don't know what it's called) > Go to the HTTP Headers tab > Click on MIME Types > Add new MIME type > Extension = .mrs > (I don't remember what the second field is called) but type "application/octet-stream" there (without quotes, duh) > OK > Save > Apply > Restart IIS.

    Your launcher will update .mrs files and you will also be able to download them by typing the filename.mrs.

    P.S.: Advertising in signatures is against the rules. You may keep the image (banner) but please take off the link.

  3. #3
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: Updating MRS Files

    Done and thank you, it worked. =]



Advertisement