Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
WiX Cookbook

You're reading from   WiX Cookbook Over 60 hands-on recipes packed with tips and tricks to boost your Windows installations

Arrow left icon
Product type Paperback
Published in Jan 2015
Publisher
ISBN-13 9781784393212
Length 260 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Nicholas Matthew Ramirez Nicholas Matthew Ramirez
Author Profile Icon Nicholas Matthew Ramirez
Nicholas Matthew Ramirez
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Organizing and Building WiX Projects FREE CHAPTER 2. Installing Files and Directories 3. File and Folder Permissions 4. Shortcuts 5. Editing XML Files during Installation 6. Custom Actions 7. Installing Wizards 8. Users and Groups 9. Handling Prerequisites 10. Installing Websites 11. Linking to the Web 12. Installing SQL Server Databases 13. Admin Tasks Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "Behind the scenes, WiX introduces a new project type that has a .wixproj file extension."

A block of code is set as follows:

<ComponentGroup Id="SampleComponentGroup" 
                Directory="SampleComponentsDirectory">
  <Component Id="cmpSampleTextFileTXT" 
             Guid="{5382BC02-4484-4C9B-8734-A99D20632EA9}">
    <File Source="SampleTextFile.txt" />
  </Component>
</ComponentGroup>

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<ComponentGroup Id="SampleComponentGroup" 
                Directory="SampleComponentsDirectory">
  <Component Id="cmpSampleTextFileTXT" 
             Guid="{5382BC02-4484-4C9B-8734-A99D20632EA9}">
    <File Source="SampleTextFile.txt" />
  </Component>
</ComponentGroup>

Any command-line input or output is written as follows:

# msiexec /i InstallPackageA.msi /l*v install.log

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Select the Setup Project template from the list of available project types."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image