1. Home
  2. Docs
  3. API
  4. Customize the installer
  5. Example configuration

Example configuration

install.json file:

{
name: MySoft,
mainurl: https://www.apiremoteaccess.com/,
listenport: 7956,
title: My Title,
logo: logo.ico,
topinfo: My Company\nMy Address,
mode: run,
runputcode: true,
runtoptext: info line 1\ninfo line 2
}

or if you want to show your logo on top panel

{
name: MySoft,
mainurl: https://www.apiremoteaccess.com/,
listenport: 7956,
title: My Title,
logo: logo.ico,
topimage: image.bmp”,
mode: install,
installputcode: true
}