home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 April / Gamestar_72_2005-04_dvd.iso / Dema / Liquidator / install.tma / install.cfg next >
Encoding:
Text File  |  2005-02-08  |  2.5 KB  |  94 lines

  1. # $M - manufacturer
  2. # $P - product name
  3. # $A - document & settings\aplication data
  4. # $I - install folder
  5.  
  6. settigs {
  7.   string Title = "Liquidator Installer";
  8.  
  9.   string ProductName = "Liquidator";
  10.   string Manufacturer = "Parallax Arts Studio Inc.";
  11.   string UrlAbout     = "http://www.partstudio.com";
  12.   string InstallFolder = "Liquidator" [relative about \\Program Files];
  13.   string StartMenu = "Liquidator";
  14.   string CustomUninstallText = "Remove saves";
  15.   string UninstallScript = "uninstall.lua";
  16.   int32  VersionMajor = 1;
  17.   int32  VersionMinor=2099 [!!!DONT TOUCH THAT!!!];
  18.   int32  MakeUninstall = 1;
  19.  
  20.   pages {
  21.     Welcome {
  22.       string banner = "L_01.bmp";
  23.       string title  = "Welcome to the $P Setup Wizard";
  24.       string Info   = "1. Minimum PC hardware requirements are:
  25.  - Processor        Intel P3/800 or above
  26.  - RAM            512 Mb
  27.  - Graphical adapter                GeForce 3 Ti 64 Mb
  28.  - Sound card        SoundBlaster compatible
  29.  - Disk space        900 Mb on hard drive
  30.  - Mouse
  31.  
  32. 2. Minimum PC software requirements are:
  33.  - MicrosoftWindows 2000/XP
  34.  - DirectX 9.0c";
  35.     }
  36.     AlreadyInstalled {
  37.       string banner = "L_01a.bmp";
  38.       string title  = "The program is already installed";
  39.     }
  40.     SelectFolder {
  41.       string banner = "L_02.bmp";
  42.       string title  = "Select Installation Folder";
  43.     }
  44.     Components {
  45.       string banner = "L_03.bmp";
  46.       string title  = "Customize Installation";
  47.     }
  48.     Confirm {
  49.       string banner = "L_04.bmp";
  50.       string title  = "Confirm Installation";
  51.     }
  52.     Installing {
  53.       string banner = "L_05.bmp";
  54.       string title  = "Installing $P";
  55.     }
  56.     Finished {
  57.       string banner = "L_06.bmp";
  58.       string title  = "Installation Complete";
  59.     }
  60.   }
  61.  
  62.   data {
  63.     Liquidator {
  64.       string PakFileName = "Liquidator.tma" [relative about install_exe];
  65.       int32  FileCount=7887 [!!!DONT TOUCH THAT!!!];
  66.       int32  DiskCost=772832 [!!!DONT TOUCH THAT!!!];
  67.       int32  PackageType = 0; # required
  68.     }
  69.   }
  70.  
  71.   background {
  72.     int32 Color = 0;
  73.     string prepare = "";
  74.     string finish = "";
  75.     picture_0 {
  76.       string FileName = "screen_01.bmp";
  77.       int32  Progress = 0;
  78.     }
  79.   }
  80.  
  81.   shortcuts {
  82.     "Liquidator" {
  83.       int32 PlaceOnDesktop = 1;
  84.       string FileName = "Bin\\Liquidator2Launcher.exe" [relative about InstallFolder];
  85.       string ExecParams = "-data .\\..\\";
  86.     }
  87.     "Read me" {
  88.       int32 PlaceOnDesktop = 0;
  89.       string FileName = "readme.html" [relative about InstallFolder];
  90.     }
  91.   }
  92.  
  93. }
  94.