Changeset 22929
- Timestamp:
- 2010-09-20T15:50:46+12:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/gs2-export-cdrom-installer/trunk/gsinstall.cpp
r11703 r22929 205 205 206 206 // 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. 208 208 this->collectPath = this->gsRegister->collectionPath(); 209 209 if (this->collectPath->pathString() != "") … … 425 425 this->manifest = new gsManifest(*this); // get a manifest manager 426 426 427 iniPath = new FilePath(this->installRoot(), " gsdlsite.cfg");427 iniPath = new FilePath(this->installRoot(), "llssite.cfg"); 428 428 gsProfile gsdlProfile(*this, iniPath->pathString()); 429 429 … … 571 571 exePath = this->collectPath; 572 572 } 573 iniPath = new FilePath(exePath->pathString(), " gsdlsite.cfg");573 iniPath = new FilePath(exePath->pathString(), "llssite.cfg"); 574 574 575 575 // TODO: check if this 'if' structure is correct; suspect that it isn't quite … … 597 597 } 598 598 599 // create a profile object to write to the gsdlsite.cfg file599 // create a profile object to write to the llssite.cfg file 600 600 gsProfile gsdlProfile(*this, iniPath->pathString()); 601 601 … … 604 604 if (this->installExe) 605 605 { 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) 607 607 gsdlProfile.writeString("gsdl", "gsdlhome", dataPath->pathString()); 608 608 gsdlProfile.writeString("gsdl", "gdbmhome", this->dataDestPath->pathString()); 609 609 } 610 610 611 // set the correct collection volume entries in gsdlsite.cfg611 // set the correct collection volume entries in llssite.cfg 612 612 if (this->installVolume) 613 613 {
Note:
See TracChangeset
for help on using the changeset viewer.