Changeset 4085 for trunk/misc/install/install-win.bat
- Timestamp:
- Dec 20, 2010, 2:35:26 PM (12 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.