Subversion Repositories Kolibri OS

Rev

Rev 5767 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #define MEMSIZE 0xA1000
  2. #include "..\lib\strings.h"
  3. #include "..\lib\mem.h"
  4. #include "..\lib\io.h"
  5. #include "..\lib\copyf.h"
  6.  
  7. #include "..\lib\patterns\restart_process.h"
  8.  
  9. #include "add_appl_dir.c";
  10.  
  11. ?define T_END "\'“áâ ­®¢ª  KolibriN ãᯥ譮 § ¢¥à襭 .\' -O"
  12. ?define T_LESS_RAM "Œ «® ᢮¡®¤­®© ®¯¥à â¨¢­®© ¯ ¬ïâ¨. Œ®£ãâ ¢®§­¨ª­ãâì ¯à®¡«¥¬ë"
  13.  
  14. void main()
  15. {
  16.  
  17.         SetAddApplDir("kolibrios", abspath("install/kolibrios")+1);
  18.         io.run("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
  19.         io.del("/sys/docpack");
  20.         copyf(abspath("install/sys"), "/sys");
  21.         RestartProcessByName("@icon", MULTIPLE);
  22.         RestartProcessByName("@taskbar", SINGLE);
  23.         RestartProcessByName("@docky", SINGLE);
  24.         notify(T_END);
  25.         io.run("/sys/tmpdisk", "a0s10");
  26.         pause(50);
  27.         copyf(abspath("install/tmp"), "/tmp0/1");
  28.         ExitProcess();
  29. }
  30.  
  31. void Operation_Draw_Progress(dword filename) { return; }
  32.  
  33. stop: