Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Jan 30, 2016
1 parent ed614a4 commit fc98dfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
LEGO:registered: Stunt Rally Alternate Installer
================================================
# LEGO:registered: Stunt Rally Alternate Installer #

An alternate installer for LEGO® Stunt Rally, written with [Inno Setup](http://www.jrsoftware.org/isinfo.php)
An alternate installer for _LEGO® Stunt Rally_, written using [Inno Setup](http://www.jrsoftware.org/isinfo.php)
to replace the original 16-bit InstallShield installer.

This project uses code from [bgbennyboy](https://github.com/bgbennyboy)'s [*Grim Fandango Setup*](https://github.com/bgbennyboy/Grim-Fandango-Setup-and-Launcher)
to pull the files off the disc, modified by Triangle717 to support ANSI and Unicode Inno Setup.
This project uses code from [@bgbennyboy](https://github.com/bgbennyboy)'s [*Grim Fandango Setup*](https://github.com/bgbennyboy/Grim-Fandango-Setup-and-Launcher)
to pull the files off the disc, modified to support both ANSI and Unicode Inno Setup.

This project also uses the *InstallShield v5.x Compression and Maintenance util* (`i5comp.exe`, `ZD51145.DLL`) to extract
the InstallShield CAB archive. It was taken from [*Universal Extractor*](legroom.net/software/uniextract) by [LegRoom.net](http://legroom.net).

License
-------
***LEGO® Stunt Rally Alternate Installer*, created 2013 Triangle717.**
## License ##
[MIT](LICENSE)

2013-2016 Triangle717
2 changes: 1 addition & 1 deletion SR-Alternate-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Type: filesandordirs; Name: "{app}\res"

[Code]
// Pascal script from Bgbennyboy to detect a CD, cleaned up
// and modified to support ANSI and Unicode Inno Setup
// and modified to support both ANSI and Unicode Inno Setup
var
SourceDrive: string;
Expand Down

0 comments on commit fc98dfa

Please sign in to comment.