How To Rebrand

1. Rename mp3rec.exe.
2. Set values from config.ini:

LogoURL= is the URL for html page that is displayed on the top of app
RegisterURL= is the URL for page that contains registration form
HelpPage1URL= URL address for page 1 help 
HelpPage2URL= URL address for page 2 help 
HelpPage3URL= URL address for page 3 help 
HelpPage1Txt= text for help button from page 1
HelpPage2Txt= text for help button from page 2
HelpPage3Txt= text for help button from page 3
TitlePage1Txt= Title for Page 1
TitlePage2Txt= Title for Page 2
TitlePage3Txt= Title for Page 3
TitleHelpPage1= Title for Page 1 Dialog Help 
TitleHelpPage2= Title for Page 2 Dialog Help 
TitleHelpPage3= Title for Page 3 Dialog Help 


3. Rebuild setup
-in "Select files to be installed" of setup replace mp3rec.exe with the new renamed file
-in "Additional Commands" step of SetupStream add in "Post-Instalation Commands"
the command 
<InstallRoot>\rebranded.exe /x
Replace rebranded with the new name of your exe file.

