Changeset 4085


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.
Location:
trunk/misc/install
Files:
2 edited

Legend:

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

    r4000 r4085  
    380380echo PIKE search config file pike.properties exists - OK.
    381381:pike_properties_file_end
     382cd %here%
     383
     384rem
     385rem Create proteios msinspect.properties file if not existing.
     386rem
     387cd %build_dir%
     388if exist msinspect.properties goto msinspect_properties_file_ok
     389echo Creating msInspect feature detection config file msinspect.properties...
     390copy msinspect.properties.in msinspect.properties
     391goto msinspect_properties_file_end
     392:msinspect_properties_file_ok
     393echo msInspect feature detection config file msinspect.properties exists - OK.
     394:msinspect_properties_file_end
    382395cd %here%
    383396
  • 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.