This tutorial just covers changes to the actual controls on the server application. Modifying the background image to include something like your company logo can be done using a photo application like PhotoFiltre (http://www.photofiltre-studio.com/).
To enable you to edit the EXE file, you will need something that can view and modify executable files. One such utility is Resource Hacker (http://www.angusj.com/resourcehacker/). This tutorial is based on the operation of Resource Hacker.
Once you’ve downloaded and extracted Resource Hacker, start it by double clicking on ResHacker.exe. Now follow the steps below to creating your own branded server executable.
1. Go to File, Open…
2. In the Open dialog displayed, navigate to the create_server folder in the PcHelpWare folder structure.
3. Within the create_server folder, double click on the PcHelpware.exe.
4. This will display the tree structure for the application.
5. Expand the Dialog section in full.
6. Click on 2067. This will display both the code and the actual dialog.
7. The position and size of both the text fields and buttons can be changed using the control handles.
8. Another option is to change the text in the main window. Depending on what your background image looks like, you could feasibly end up with a screen like this…
9. Once you’re happy with the layout, click on the Compile Script at the top of the screen.
10. Save the file and quit out of Resource Hacker (a backup copy is created in the create_server folder called PcHelpware_original.exe).
11. Start the PcHelpware viewer and create the server application.
12. Test the newly create server application to ensure that the fields and buttons are exactly where you want them.
13. If they’re not to your liking, simply edit the PcHelpware.exe file again, and make some more changes. Recompile and test again.
14. Once you’re happy with your custom server, make it available to your users.