re. the bootmii SD Card files, ModMii is able to download it just fine for me (tested on multiple PCs). For those having problems are you able to access this download link?
http://static.hackmii.com/bootmii_sd_files.zip
Also, the issue with the updates should be fixed in v5.5.2, when v5.5.2 is updated you should not see any errors when updating and the old window should exit.
@[member='pepxl'], your situation is what baffles me. Can you try installing a clean version of v5.5.2 and see if it is reported as up to date? Can anyone else confirm that when using v5.5.2 to check for updates that it is reported as "up to date" and not "crazy beta shit"?
If not, I think it might be an issue with your windows installation because a simple echo command seems to not be working for you.
if %currentversion% GTR %newversion% (echo This version is newer than the latest public release) & (echo.) & (echo You got some crazy new beta shit!) & (@ping 127.0.0.1 -n 4 -w 1000> nul) & (goto:menu)
For some reason your output is saying "
this" is not recognized as a command... when it should be echoing that "
This version is newer than the latest public release". What's even weirder is that it's executing the above command at all because the 2 versions are the same (ie. current version and new version should both be v5.5.2). What might be helpful is if you search for the above code in modmii.bat and add this line just above it
Code:
echo current version is %currentversion% - new version is %newversion%
pause
then try again and see what modmii is reporting as the current version and the new version.
@[member='stfour'], I thought we talked about this? Can you please stop deleting your
downloads? If you want to update a download, just depreciate it and upload the new version. That way ModMii will continue to work until I get around to updating it with your new download links. Thx!
edit:
@pepxl,
when you go to this webpage:
http://code.google.com/p/modmii/
downloads/list?can=3&q=&colspec=Filename+Summary+Uploaded+ReleaseDate+Size+DownloadCount
Do you see ModMii5.5.2.zip listed there? If not, your issue will likely resolve itself when your cache gets updated\cleared.