The SfxSaveConfig method saves the settings of all the Self-Extractor Module related properties (properties beginning with "Sfx") into the specified binary data file. These property settings can later be restored by using the SfxLoadConfig method.
| Declaration (ActiveX) | |
|---|---|
Method SfxSaveConfig ( ByVal sConfigFilename as String ) as Boolean | |
| Parameter | Description |
|---|---|
| sConfigFilename | Path and filename of the binary data file to save property settings to. |
Returns True if the data was successfully saved, false if there was a problem, such as if the file could not be created.
Sfx* properties