Changeset 1508
- Timestamp:
- Apr 12, 2010, 6:21:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/fm2.wis.in
r1504 r1508 15 15 23 Oct 08 JBS Ticket 292: Fix parameters field of Helpfile Viewer icon. 16 16 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 17 18 18 19 NOTE: If a NON-EXTERNAL package (i.e. a package whose files … … 101 102 EXECUTE="$(1)\utilsmgr /UNATTENDED" 102 103 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" 104 105 DEEXECUTE="$(1)\cfgmgr /DEINSTALL /UNATTENDED" 105 106 DEEXECUTE="$(1)\utilsmgr /DELETE /UNATTENDED"
Note:
See TracChangeset
for help on using the changeset viewer.