Changeset 1508


Ignore:
Timestamp:
Apr 12, 2010, 6:21:12 PM (15 years ago)
Author:
John Small
Message:

Ticket 430: Warpin script changed to delete obsolete FM3RES.STR, if present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/fm2.wis.in

    r1504 r1508  
    1515   23 Oct 08 JBS Ticket 292: Fix parameters field of Helpfile Viewer icon.
    1616   28 Oct 08 JBS Ticket 294: Add support for new object icons.
     17   12 Apr 10 JBS Ticket 430: Add deletion of the now obsolete FM2RES.STR, if present
    1718
    1819   NOTE: If a NON-EXTERNAL package (i.e. a package whose files
     
    101102  EXECUTE="$(1)\utilsmgr /UNATTENDED"
    102103  EXECUTE="$(1)\utils\shdwmgr FM2"
    103   EXECUTE="for %a in ($(1)\install.cmd $(1)\uninstal.cmd $(1)\install.dat) do if exist %a del %a"
     104  EXECUTE="for %a in ($(1)\install.cmd $(1)\uninstal.cmd $(1)\install.dat $(1)\fm3res.str) do if exist %a del %a"
    104105  DEEXECUTE="$(1)\cfgmgr /DEINSTALL /UNATTENDED"
    105106  DEEXECUTE="$(1)\utilsmgr /DELETE /UNATTENDED"
Note: See TracChangeset for help on using the changeset viewer.