WiiLoader
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "WiiLoader" DisplayName "Wii Loader"
- ## DATE "16.09.2012"
- ## DESCRIPTION english
WiiLoader is a small utility to load .dol and .elf-files over network to the Homebrew Channel on a 'patched' Nintendo Wii-console. This is handy because you don't need to take out and copy applications to the SD-card and then insert it in the Wii again to be able to start an application. Just select the file and press send, and voila! the application is started =)
- ## DESCRIPTION END
- ## DESCRIPTION deutsch
WiiLoader ist ein kleines Werkzeug um .dol und .elf-Dateien über das Netzwerk in den Homebrew-Kanal einer gepatchen Nintendo Wii-Konsole zu laden. Das ist praktisch, weil man die Programme ohne das Benutzen einer SD-Karte und dem dafür nötigen Umstecken und Beschreiben direkt starten kann. Einfach nur die Datei auswählen, Senden auswählen und fertig! Das Programm ist gestartet =)
- ## DESCRIPTION END
- ## APPTYPE "UTILITY"
- ## APPAUTHOR "Stefan Blixth <stefan&onyxsoft$se>"
- ## APPWEBPAGE "http://onyxsoft.se/wiiloader.html"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLSERVER "http://morphos-files.net/" "http://files.morphos.pl/"
- ## URLARCHIVE "{URLSERVER}download/{NAME}"
- ## URLREADME "{URLSERVER}version/{NAME}"
- ## ARCHIVESIZE 194938
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
If EXISTS "{TEMPDIR}{NAME}/{SystemOS}/{NAME}"
Rename "{TEMPDIR}{NAME}/{SystemOS}/#?" "{TEMPDIR}{NAME}/"
Delete ALL FORCE "{TEMPDIR}{NAME}/{SystemOS}"
Delete ALL FORCE "{TEMPDIR}{NAME}/{SystemOS}.info"
EndIf
{STANDARDCOPY}
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
Delete FORCE "ENVARC:MUI/{UPPERNAME}_GUI{MUIPREFSPATTERN}"
Delete FORCE "ENV:MUI/{UPPERNAME}_GUI{MUIPREFSPATTERN}"
- ## UNINSTALL END
- ## ITEM END