Skip to content

The SSUPConfig file

Carson Shook edited this page Apr 6, 2018 · 5 revisions

The SSUPConfig is an xml document that will live in the same directory as your executable and SSUP itself. It must be named SSUPConfig.xml A typical SSUPConfig.xml file will look something like this:

<?xml version="1.0" encoding="utf-8" ?>
<Config>
  <BuildType>X64</BuildType>
  <Name>YourExecutableName</Name>
  <CheckFrequency>Daily</CheckFrequency>
  <Url>https://example.com/releases/SSUPUpdateManifest.xml</Url>
</Config>

Understanding The Config

Only one Config node should be present in a SSUPConfig file. CheckFrequency is the only optional node.

BuildType

Value that must start with an alpha that represents an update bundle in the SSUPUpdateManifest. This value can be used to differentiate builds such as 32/64-bit, or between betas and release versions of your software.

Name

CheckFrequency (Optional)

Url

Clone this wiki locally