Skip to content

Commit

Permalink
Remove existing grid.dll if installing over previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 31, 2017
1 parent 5b7e8e5 commit e91318d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/innosetup/darkradiant.iss
Expand Up @@ -39,3 +39,5 @@ Name: "{userdesktop}\DarkRadiant"; Filename: "{app}\darkradiant.exe"; Tasks: des
[InstallDelete]
; Remove the legacy WaveFront plugin before installation
Type: files; Name: {app}\plugins\wavefront.dll;
; Grid module has been removed
Type: files; Name: {app}\modules\grid.dll;
2 changes: 2 additions & 0 deletions tools/innosetup/darkradiant.x64.iss
Expand Up @@ -38,3 +38,5 @@ Name: "{userdesktop}\DarkRadiant"; Filename: "{app}\darkradiant.exe"; Tasks: des
[InstallDelete]
; Remove the legacy WaveFront plugin before installation
Type: files; Name: {app}\plugins\wavefront.dll;
; Grid module has been removed
Type: files; Name: {app}\modules\grid.dll;

0 comments on commit e91318d

Please sign in to comment.