Changeset 1588


Ignore:
Timestamp:
2000-10-06T04:44:31+13:00 (24 years ago)
Author:
cs025
Message:

Changes for further tidying of logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsinstall.cpp

    r1584 r1588  
    240240  if (this->installExe)
    241241    {
    242       this->destinationPath->ensureWriteablePath();
     242//      this->destinationPath->ensureWriteablePath();
    243243    }
    244244
     
    246246  if (this->installVolume)
    247247    {
    248       this->dataDestPath->ensureWriteablePath();
     248//      this->dataDestPath->ensureWriteablePath();
    249249    }
    250250
     
    502502    }
    503503
    504         /*
     504
    505505      FilePath uninstallPath(this->destinationPath->pathString(), "gssetup.exe");
    506506      FilePath logPath(this->destinationPath->pathString(), "install.log");
    507507      if (!this->progman->addIcon(groupName, "Uninstall", uninstallPath.pathString() + " -u " + logPath.pathString(), ""))
    508508      {
    509       }*/
     509      }
    510510
    511511      // disconnect from program manager
Note: See TracChangeset for help on using the changeset viewer.