Ignore:
Timestamp:
2001-11-28T15:09:05+13:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/is_gsdl_cdrom/Script Files/setup.rul

    r2856 r2868  
    213213        nResult = DialogSetupType();
    214214        if (nResult = BACK) goto Dlg_GreenstoneInstallationType;
     215       
     216    else
     217   
     218        ComponentSetupTypeSet(MEDIA, "Local Library");
     219        svSetupType = "Local Library";
     220        bCompact = TRUE;
    215221   
    216222    endif;
     
    726732   
    727733    if (bIs32BitSetup = FALSE) then
    728         // Windows 3.1
     734        // Windows 3.1 - make certain no components that may contain
     735        // long filenames is selected
    729736        ComponentSelectItem(MEDIA, "Build-time files", FALSE);
    730737        ComponentSelectItem(MEDIA, "Build-time executables", FALSE);
    731        
     738        ComponentSelectItem(MEDIA, "Export Collection", FALSE);
     739        ComponentSelectItem(MEDIA, "Not installed files", FALSE);
     740        ComponentSelectItem(MEDIA, "Source files", FALSE);
     741        ComponentSelectItem(MEDIA, "Web library", FALSE);
     742        ComponentSelectItem(MEDIA, "cgi-bin", FALSE);
     743        ComponentSelectItem(MEDIA, "Source files - Windows", FALSE);
     744        ComponentSelectItem(MEDIA, "Not installed files - windows", FALSE);
    732745    endif;
    733746   
     
    11191132
    11201133
     1134
     1135
Note: See TracChangeset for help on using the changeset viewer.