-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
WiX Cookbook
By :
When you launch your installer with one of the user interfaces from the WiX Toolset, you'll notice that it has a generic look and defaults to displaying the Common Public License for the EULA. You'll want to customize this to show our own branded images and company-specific license agreement. In this recipe, we will update WixUI_Minimal so that it displays a new background and uses the GNU General Public License. This applies to all of the default wizards.
To prepare for this recipe, perform the following steps:
Create a new setup project and call it CustomizedWizardInstaller.
For the installer to complete successfully, you should add at least one file to it. Add a file called Sample.txt and then include a Component and File element in it:
<ComponentGroup Id="ProductComponents"
Directory="INSTALLFOLDER">
<Component Id="cmpSampleTXT"
Guid="{A6F5F368-0FD3-4E75-AF3B-9FCB12AD1D86...
Change the font size
Change margin width
Change background colour