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/desktop.cc

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