How to distribute SharpBrowser with your own branding
August 11, 2022 ยท View on GitHub
Step 1: Clone the source
Create a Github clone of SharpBrowser using our tutorial.
Step 2: Open BrowserConfig.cs
Open the Solution explorer, and navigate to Model > BrowserConfig.cs.

Step 3: Edit the configuration strings

Step 4: Compile the application
Make sure you select Release mode and then compile the application using the Build or Start button.

Step 5: Create a new installer package
To recreate the setup file, install InnoSetup and run the InnoSetup script in the setup folder.
Step 6: Share your installer package
Share the newly generated installer package with your friends!