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

Commit

Permalink
Do not delete MOTO./rtb|usr/ on install
Browse files Browse the repository at this point in the history
They are required game files
  • Loading branch information
Caleb Ely committed Jan 30, 2016
1 parent 7c4829c commit 24552ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions SR-Alternate-Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ Filename: "{app}\{#MySecondAppExeName}"; Parameters: "/NOINTROVIDEO"; Flags: now
; this is required to delete them
Type: files; Name: "{app}\{#MyAppExeName}"
Type: files; Name: "{app}\{#MySecondAppExeName}"
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: filesandordirs; Name: "{app}\art"
Expand Down
1 change: 0 additions & 1 deletion Tools/post-install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@echo off

echo Deleting unnecessary files...
del /F /Q MOTO.rtb MOTO.usr
del /F /Q dsetup.dll DSETUP16.DLL dsetup32.dll
del /F /Q Web_Page.url

0 comments on commit 24552ec

Please sign in to comment.