WiX Cookbook
eBook - ePub

WiX Cookbook

Nick Ramirez

Partager le livre
  1. 260 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

WiX Cookbook

Nick Ramirez

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que WiX Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  WiX Cookbook par Nick Ramirez en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Informatica et Linguaggi di programmazione. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781784393212

WiX Cookbook


Table of Contents

WiX Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Organizing and Building WiX Projects
Introduction
Installing WiX and creating a new project in Visual Studio 2013
Getting ready
How to do it

How it works

There's more

Referencing the output of a .NET console application in a WiX project by using a preprocessor variable
Getting ready
How to do it

How it works

Separating a portion of WIX markup into its own library
Getting ready
How to do it

How it works

There's more

Compiling a WiX installer on a build machine using MSBuild
Getting ready
How to do it

How it works

Building a WiX installer from the command line
Getting ready
How to do it

How it works

2. Installing Files and Directories
Introduction
Installing directories onto the target computer
Getting ready
How to do it

How it works

Adding a file to a directory
Getting ready
How to do it

How it works

There's more

Installing a 64-bit executable file to Program Files
Getting ready
How to do it

How it works

There's more

Including one component or another depending on the condition
Getting ready
How to do it

How it works

There's more

Using the heat.exe tool to generate components
Getting ready
How to do it

How it works

There's more

3. File and Folder Permissions
Introduction
Changing the permissions on a folder for a user
Getting ready
How to do it

How it works

There's more

Changing the permissions on a file for a user
Getting ready
How to do it

How it works

Marking a file as read only
Getting ready
How to do it

How it works

Creating a file share
Getting ready
How to do it

How it works

Setting the default program for a file type
Getting ready
How to do it...
How it works...
There's more...
4. Shortcuts
Introduction
Adding an application shortcut to the Start menu
Getting ready
How to do it...
How it works...
There's more...
Adding an icon to a shortcut
Getting ready
How to do it...
How it works...
There's more...
Placing a shortcut on the desktop
Getting ready
How to do it...
How it works...
Creating a shortcut to a folder
Getting ready
How to do it...
How it works...
Creating an advertised shortcut that installs a feature on demand
Getting ready
How to do it...
How it works...
There's more...
5. Editing XML Files during Installation
Introduction
Adding a new element to an XML file during installation
Getting ready
How to do it...
How it works...
There's more...
Setting the value of an attribute on an XML element
Getting ready
How to do it...
How it works...
Inserting inner text into an XML element
Getting ready
How to do it...
How it works...
There's more...
Adding an XML element only if it does not already exist
Getting ready
How to do it...
How it works...
Removing an XML element
Getting ready
How to do it...
How it works...
6. Custom Actions
Introduction
Creating a C# custom action and referencing it in your project
Getting ready
How to do it...
How it works...
There's more...
Passing information entered by a user to a deferred custom action
Getting ready
How to do it...
How it works...
Preventing custom action data from being displayed in the install log
Getting ready
How to do it...
How it works...
Running an executable as a custom action without showing a console window by using CAQuietExec
Getting ready
How to do it...
How it works...
There's more...
Testing rollback custom actions with WixFailWhenDeferred
Getting ready
How to do it...
How it works...
7. Installing Wizards
Introduction
Adding a wizard to guide users through the installation
Getting ready
How to do it...
How it works...
There's more

Changing the logo images and default license agreement text of the wizard
Getting ready
How to do it...
How it works...
Customizing the wizard by adding a new dialog window to it
Getting ready
How to do it...
How it works...
Deciding which dialog to show next depending on the user's choices
Getting ready
How to do it...
How it works...
Setting a property based on user input
Getting ready
How to do it...
How it works...
8. Users and Groups
Introduction
Creating a local user
Getting ready
How to do it...
How it works...
Adding a new user to a new group
Getting ready
How to do it...
How it works...
Adding a new user to an existing group
Getting ready
How to do it...
How it works...
Adding an existing user to a new group
Getting ready
How to do it...
How it works...
Adding a new user with the log on as a service security setting
Getting ready
How to do it...
How it works...
9. Handling Prerequisites
Introduction
Stopping the installation with a launch condition
Getting ready
How to do it...
How it works...
There's more...
Installing only to supported versions of Windows
Getting ready
How to do it...
How it works...
There's more...
Redistributing the .NET Framework with a bootstrapper
Getting ready
How to do it...
How it works...
Execu...

Table des matiĂšres