Changeset 842

Show
Ignore:
Timestamp:
2006年04月22日 09時59分25秒 (2 years ago)
Author:
fujii
Message:

Add start menu when install.exe is invoked.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/3.00/src/ChangeLog.Meadow

    r779 r842  
     12006-04-22  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
     2 
     3        * desktop.cc (install_Meadow): Remove -s option from install.exe. 
     4 
    152005-11-01  KOSEKI Yoshinori  <kose@meadowy.org> 
    26 
  • branches/3.00/src/desktop.cc

    r688 r842  
    219219{ 
    220220  SetCurrentDirectory (get_root_dir ().cstr_oneuse ()); 
    221   system ("install.exe -s"); 
     221  system ("install.exe"); 
    222222} 
    223223#endif