Book Image

WiX Cookbook

By : Nicholas Matthew Ramirez
1 (1)
Book Image

WiX Cookbook

1 (1)
By: Nicholas Matthew Ramirez

Overview of this book

Table of Contents (20 chapters)
WiX Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Changing the logo images and default license agreement text of the wizard


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.

Getting ready

To prepare for this recipe, perform the following steps:

  1. Create a new setup project and call it CustomizedWizardInstaller.

  2. 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...