Ignore:
Timestamp:
Dec 20, 2010, 2:35:26 PM (12 years ago)
Author:
olle
Message:

Refs #668. Proteios SE installation and update bat-files for MS Windows updated to support msInspect properties file msinspect.properties:

  1. Proteios SE installation bat-file install-win.bat in misc/install/ updated to create msinspect.properties file if not existing.
  1. Proteios SE update bat-file update_proteios-win.bat in misc/install/ updated to support msInspect properties file msinspect.properties.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/misc/install/update_proteios-win.bat

    r3546 r4085  
    140140:step_1c7
    141141
     142set filename=msinspect.properties
     143set rel_path="."
     144set next_step=step_1c8
     145goto copy_file_from_tomcat_installation
     146:step_1c8
     147
    142148set filename=log4j.properties
    143149set rel_path="."
    144 set next_step=step_1c8
    145 goto copy_file_from_tomcat_installation
    146 :step_1c8
     150set next_step=step_1c9
     151goto copy_file_from_tomcat_installation
     152:step_1c9
    147153
    148154rem
Note: See TracChangeset for help on using the changeset viewer.