Click or drag to resize

SetupConfig Properties

The SetupConfig type exposes the following members.

Properties
  NameDescription
Public propertyAutoStartWithWindows
Gets or sets a value indicating whether the application should be launched when Windows starts.
Public propertyCompanyName
Gets or sets the name of the company owning the application.
Public propertyContact
Gets or sets the contact information (email address).
Public propertyDefaultInstallationDirectory
Gets or sets the default path of the installation directory. Use [PROGRAM] as prefix to specify the program files. E.g. "[PROGRAM]\MyCompany\MyApplication\".
Public propertyDisplayName
Gets or sets the application display name.
Public propertyExecutableName
Gets or sets name of the application startup executable.
Public propertyHelpLink
Gets or sets a link (can be email) to contact for help on this application.
Public propertyInfoUrl
Gets or sets the URL of the site presenting this application or company.
Public propertyName
Gets or sets the application internal name. Should be kept the same accross application versions. If it needs to change, the previous name should be added in the UpgradeProductInfo list (and in that case the publisher name is not optional and is based on the previous CompanyName).
Public propertyPackageRules
Gets or sets the rules indicating how to package the MSS file. See the SetupConfig_PackageRules class summary for more information.
Public propertyProductCode
Gets or sets the application product code. Should be kept the same accross application versions. Very important: is used to identify the application in the registry and is the key for application updates.
Public propertyUpgradeProductInfo
Gets or sets the list of product that can be upgraded. Why this list? Previous installations of MSI/InstallShield can be very difficult to identify in the registry because of their moving names based on a key changing for each version. Our setup will try to find the old keys bsaed on this list, using the only registry key property of these old systems containing a fixed value, "DisplayName". And the publisher name, if provided.
Public propertyVersion
Gets or sets the application version. Automatically set when the setup is built.
Top
See Also