Installer File Syntax
Below are all of the commands you can put in an installer file:
FileVer
File Version (1.0)
FileVer=1.0
The version of the installer file (must be the first command)
Type
Installer Type
Type=1
The type of the installer file
Name
String
Name=SplameiPlay
The name of the project
Author
String
Author=Splamei
The author of the project
SupportsWindows
Boolean
SupportWindows=True
Whether or not the project supports Windows
ExeName
String
ExeName=SplameiPlay.exe
The file to be opened with an installer file
Url
String
Url=https://veemo.uk/net/splameiplay/
The base URL that SplameiPlay uses to get most of it's data (must end in a / and must support a GET
http request)
NoticesUrl
String
NoticesUrl=https://vemeo.uk/splameiplay
The URL to open when 'All Notice' on the project page
ProjectUrl
String
ProjectUrl=https://veemo.uk/splameiplay
The URL to open when 'More Info' is proess on the project page
TermsUrl
String
TermsUrl=https://veemo.uk/splamei-project-tos
The project to open when 'Full Terms' is pressed on the project page
Using this, your installer file will look something like this:
FileVer=1.0
Type=1
Name=Rhythm Plus
Author=Splamei
SupportsWindows=True
ExeName=Rhythm Plus - Splamei Client.exe
Url=https://www.veemo.uk/net/r-plus/pc/
NoticesUrl=https://www.veemo.uk/net/r-plus/pc/
ProjectUrl=https://www.veemo.uk/net/r-plus/pc/
TermsUrl=https://www.veemo.uk/net/r-plus/pc/
Last updated