Ignore:
Timestamp:
11/13/2008 2:19:55 PM (4 years ago)
Author:
lowjoel
Message:

Implemented the final bit of the installer where the data is appended to the bootstrapper. Use --integrate (source 7z) and --out (installer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Installer/Bootstrapper/Bootstrapper.h

    r543 r544  
    138138std::wstring GetErrorMessage(DWORD lastError); 
    139139 
     140/// Integrates the distribution package to the installer. 
     141int Integrate(const std::wstring& destItem, const std::wstring& package); 
     142 
    140143/// Extracts the setup files to the users' temporary folder. 
    141144///  
Note: See TracChangeset for help on using the changeset viewer.