Changeset 4085
- Timestamp:
- Dec 20, 2010, 2:35:26 PM (12 years ago)
- Location:
- trunk/misc/install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/misc/install/install-win.bat
r4000 r4085 380 380 echo PIKE search config file pike.properties exists - OK. 381 381 :pike_properties_file_end 382 cd %here% 383 384 rem 385 rem Create proteios msinspect.properties file if not existing. 386 rem 387 cd %build_dir% 388 if exist msinspect.properties goto msinspect_properties_file_ok 389 echo Creating msInspect feature detection config file msinspect.properties... 390 copy msinspect.properties.in msinspect.properties 391 goto msinspect_properties_file_end 392 :msinspect_properties_file_ok 393 echo msInspect feature detection config file msinspect.properties exists - OK. 394 :msinspect_properties_file_end 382 395 cd %here% 383 396 -
trunk/misc/install/update_proteios-win.bat
r3546 r4085 140 140 :step_1c7 141 141 142 set filename=msinspect.properties 143 set rel_path="." 144 set next_step=step_1c8 145 goto copy_file_from_tomcat_installation 146 :step_1c8 147 142 148 set filename=log4j.properties 143 149 set rel_path="." 144 set next_step=step_1c 8145 goto copy_file_from_tomcat_installation 146 :step_1c 8150 set next_step=step_1c9 151 goto copy_file_from_tomcat_installation 152 :step_1c9 147 153 148 154 rem
Note: See TracChangeset
for help on using the changeset viewer.