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

Commit

Permalink
Remove installed saved tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Ely committed Feb 2, 2016
1 parent 5de348d commit d41365d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SR-Alternate-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,15 @@ Type: files; Name: "{app}\MOTO.rtb"
Type: files; Name: "{app}\MOTO.usr"
Type: files; Name: "{app}\ReadMeUS.txt"
Type: files; Name: "{app}\QMDX.dll"
Type: files; Name: "{app}\SavedTracks\Autosaved.trk"
Type: files; Name: "{app}\SavedTracks\dune.trk"
Type: files; Name: "{app}\SavedTracks\formula fun.trk"
Type: files; Name: "{app}\SavedTracks\freeway.trk"
Type: filesandordirs; Name: "{app}\art"
Type: filesandordirs; Name: "{app}\CampaignTracks"
Type: filesandordirs; Name: "{app}\GameTracks"
Type: filesandordirs; Name: "{app}\res"
Type: filesandordirs; Name: "{app}\SavedTracks\Images"

[Code]
// Pascal script from Bgbennyboy to detect a CD, cleaned up
Expand Down

0 comments on commit d41365d

Please sign in to comment.