Changeset 22929


Ignore:
Timestamp:
2010-09-20T15:50:46+12:00 (14 years ago)
Author:
ak19
Message:

The name of the config file generated when server.exe of a CD-ROM export is run has been changed from gsdlsite.cfg to llssite.cfg in order to work with the newer server.exe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs2-export-cdrom-installer/trunk/gsinstall.cpp

    r11703 r22929  
    205205
    206206      // Get location of the library executable from the registry; this
    207       // is thence used to get the location of gsdlsite.cfg etc.
     207      // is thence used to get the location of llssite.cfg etc.
    208208      this->collectPath = this->gsRegister->collectionPath();
    209209      if (this->collectPath->pathString() != "")
     
    425425  this->manifest = new gsManifest(*this); // get a manifest manager
    426426
    427   iniPath = new FilePath(this->installRoot(), "gsdlsite.cfg");
     427  iniPath = new FilePath(this->installRoot(), "llssite.cfg");
    428428  gsProfile gsdlProfile(*this, iniPath->pathString());
    429429
     
    571571      exePath = this->collectPath;
    572572    }
    573   iniPath = new FilePath(exePath->pathString(), "gsdlsite.cfg");
     573  iniPath = new FilePath(exePath->pathString(), "llssite.cfg");
    574574
    575575  // TODO: check if this 'if' structure is correct; suspect that it isn't quite
     
    597597    }
    598598
    599       // create a profile object to write to the gsdlsite.cfg file
     599      // create a profile object to write to the llssite.cfg file
    600600      gsProfile gsdlProfile(*this, iniPath->pathString());
    601601
     
    604604      if (this->installExe)
    605605    {
    606       // set the correct exe entries in gsdlsite.cfg (in the gsdl section)
     606      // set the correct exe entries in llssite.cfg (in the gsdl section)
    607607      gsdlProfile.writeString("gsdl", "gsdlhome", dataPath->pathString());
    608608      gsdlProfile.writeString("gsdl", "gdbmhome", this->dataDestPath->pathString());
    609609    }
    610610
    611       // set the correct collection volume entries in gsdlsite.cfg
     611      // set the correct collection volume entries in llssite.cfg
    612612      if (this->installVolume)
    613613    {
Note: See TracChangeset for help on using the changeset viewer.