Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.06 KB

Distribution.md

File metadata and controls

27 lines (15 loc) · 1.06 KB

How to distribute SharpBrowser with your own branding

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.

image

Step 3: Edit the configuration strings

image

Step 4: Compile the application

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

image

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!