home *** CD-ROM | disk | FTP | other *** search
- # $M - manufacturer
- # $P - product name
- # $A - document & settings\aplication data
- # $I - install folder
-
- settigs {
- string Title = "Liquidator Installer";
-
- string ProductName = "Liquidator";
- string Manufacturer = "Parallax Arts Studio Inc.";
- string UrlAbout = "http://www.partstudio.com";
- string InstallFolder = "Liquidator" [relative about \\Program Files];
- string StartMenu = "Liquidator";
- string CustomUninstallText = "Remove saves";
- string UninstallScript = "uninstall.lua";
- int32 VersionMajor = 1;
- int32 VersionMinor=2099 [!!!DONT TOUCH THAT!!!];
- int32 MakeUninstall = 1;
-
- pages {
- Welcome {
- string banner = "L_01.bmp";
- string title = "Welcome to the $P Setup Wizard";
- string Info = "1. Minimum PC hardware requirements are:
- - Processor Intel P3/800 or above
- - RAM 512 Mb
- - Graphical adapter GeForce 3 Ti 64 Mb
- - Sound card SoundBlaster compatible
- - Disk space 900 Mb on hard drive
- - Mouse
-
- 2. Minimum PC software requirements are:
- - MicrosoftWindows 2000/XP
- - DirectX 9.0c";
- }
- AlreadyInstalled {
- string banner = "L_01a.bmp";
- string title = "The program is already installed";
- }
- SelectFolder {
- string banner = "L_02.bmp";
- string title = "Select Installation Folder";
- }
- Components {
- string banner = "L_03.bmp";
- string title = "Customize Installation";
- }
- Confirm {
- string banner = "L_04.bmp";
- string title = "Confirm Installation";
- }
- Installing {
- string banner = "L_05.bmp";
- string title = "Installing $P";
- }
- Finished {
- string banner = "L_06.bmp";
- string title = "Installation Complete";
- }
- }
-
- data {
- Liquidator {
- string PakFileName = "Liquidator.tma" [relative about install_exe];
- int32 FileCount=7887 [!!!DONT TOUCH THAT!!!];
- int32 DiskCost=772832 [!!!DONT TOUCH THAT!!!];
- int32 PackageType = 0; # required
- }
- }
-
- background {
- int32 Color = 0;
- string prepare = "";
- string finish = "";
- picture_0 {
- string FileName = "screen_01.bmp";
- int32 Progress = 0;
- }
- }
-
- shortcuts {
- "Liquidator" {
- int32 PlaceOnDesktop = 1;
- string FileName = "Bin\\Liquidator2Launcher.exe" [relative about InstallFolder];
- string ExecParams = "-data .\\..\\";
- }
- "Read me" {
- int32 PlaceOnDesktop = 0;
- string FileName = "readme.html" [relative about InstallFolder];
- }
- }
-
- }
-