Skip to content

Commit

Permalink
Add Burning resources
Browse files Browse the repository at this point in the history
- CD label (and PSD)
- autorun.inf
- Icon for autorun
  • Loading branch information
jkmartindale committed Jun 9, 2020
1 parent e0506c6 commit 39ce96a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Binary file added Burning/CD Label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Burning/CD Label.psd
Binary file not shown.
Binary file added Burning/Logo by Exhumed.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions Burning/autorun.inf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[autorun]
icon=Logo by Exhumed.ico
label=Need For Speed: High Stakes
open=Need For Speed High Stakes 4.50 (Install Requires CD).exe
shell=modern
shell\modern\command=Need For Speed High Stakes 4.50 (Install Requires CD).exe
shell\modern=Modern &Install (Windows Vista+)
shell\classic\command=setup.exe
shell\classic=&Classic Install
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ Nothing special is needed to build the installer other than Inno Setup. However

If you want to build both the CD-required and standalone installers, you will probably need to restart the Inno Setup compiler between builds if you're using the GUI. Otherwise it will build to the last-used filename, which will not match.

## Burning
If you're going to burn a CD with the installer, the `Burning` directory includes an icon and `autorun.inf` ready to go. If you decide to rename the installer, make sure to update `open` and `shell\modern\command`. The autorun file is set up to offer both the modern installer and the classic installer. If you want just the modern installer, remove all the lines starting with "shell".

The directory also has a CD label and accompanying PSD.

## License
I can only claim ownership of the install script and the Start tile manifest. FSHTool is distributed under the terms of the GNU General Public License. `FindDisc.pas` is modified from [Triangle717](https://triangle717.wordpress.com/)'s [LEGO®️ Racers Alternate Installer](https://github.com/le717/Racers-Alternate-Installer), with an unknown license. The other components, media, and binaries are subject to separate licenses from their respective owners.

0 comments on commit 39ce96a

Please sign in to comment.