WiX :: a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham [U.K.] :
Packt Pub.,
©2010.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | 1 online resource (viii, 330 pages) : color illustrations |
ISBN: | 9781849513739 1849513732 1849513724 9781849513722 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn696620453 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 110113s2010 enka o 001 0 eng d | ||
040 | |a N$T |b eng |e pn |c N$T |d E7B |d OCLCQ |d UMI |d OCLCQ |d COO |d HEBIS |d OCLCQ |d DEBSZ |d OCLCQ |d OCLCA |d OCLCQ |d DKDLA |d OCLCQ |d OCLCF |d OCLCQ |d JBG |d LOA |d C6I |d AGLDB |d CNNOR |d MOR |d PIFAG |d OCLCQ |d OCLCO |d U3W |d BRL |d STF |d WRM |d VTS |d CEF |d NLE |d INT |d AU@ |d OCLCA |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d UAB |d A6Q |d M8D |d UKAHL |d VT2 |d HS0 |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d OCLCL | ||
019 | |a 694147022 |a 741519504 |a 961561209 |a 962624469 |a 966264560 |a 988407921 |a 992076529 |a 1037493669 |a 1038607288 |a 1083585720 |a 1103253334 |a 1107356694 |a 1129343853 | ||
020 | |a 9781849513739 |q (electronic bk.) | ||
020 | |a 1849513732 |q (electronic bk.) | ||
020 | |a 1849513724 | ||
020 | |a 9781849513722 | ||
020 | |z 9781849513722 | ||
035 | |a (OCoLC)696620453 |z (OCoLC)694147022 |z (OCoLC)741519504 |z (OCoLC)961561209 |z (OCoLC)962624469 |z (OCoLC)966264560 |z (OCoLC)988407921 |z (OCoLC)992076529 |z (OCoLC)1037493669 |z (OCoLC)1038607288 |z (OCoLC)1083585720 |z (OCoLC)1103253334 |z (OCoLC)1107356694 |z (OCoLC)1129343853 | ||
037 | |a CL0500000096 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 |b R36 2010eb | |
072 | 7 | |a COM |x 084000 |2 bisacsh | |
082 | 7 | |a 005.365 |2 22 | |
049 | |a MAIN | ||
100 | 1 | |a Ramirez, Nick. | |
245 | 1 | 0 | |a WiX : |b a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / |c Nick Ramirez. |
260 | |a Birmingham [U.K.] : |b Packt Pub., |c ©2010. | ||
300 | |a 1 online resource (viii, 330 pages) : |b color illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
520 | 8 | |a Annotation |b WiX is an open source project and a toolset that builds Windows installation packages from XML source code. WiX, which is used internally by Microsoft and by many companies around the World, simplifies many of the installation tasks that used to be shrouded in mystery. The tool set provides a command-line environment that you can integrate into your old-style build processes or you can use the newer technology from inside integrated development environments to build your setup packages. You'll find that you understand your installer better, can create it in less time, and save money in the process. No one really wants to devote a lifetime to understanding how to create a hassle-free installer for any software.<br /><br />This hands-on guide takes the mystery out of Windows Installer by showing how simple XML elements can be leveraged to create a sophisticated install package. By relying on Microsoft standards, you'll be able to use features like Property elements to customize your application's entry in Add/Remove Programs, the Shortcut element to create Start menu shortcuts, and other specialized elements for building upgrade and patch support and more.<br /><br />This book will show you the fundamental ingredients needed to build a professional-grade installer using Windows Installer XML. The initial chapters will introduce you to the set of required elements necessary to build a simple installer. We'll then explore those basic elements in more detail and see how best to use them in the real world. In the ensuing chapters, you'll move on to learn about adding conditions that alter what the user can install, then how to add actions to the install sequence and how to author a user interface. We'll move on to advanced topics such as editing data in the Windows Registry, installing a Windows service, and building your project from the command line. Finally, you'll learn to localize your package for different languages and detect older versions during upgrades. Each chapter uses to-the-point examples to illustrate the best way to use the language.<br /><br />Create a hassle-free installer for your Windows software using WiX. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Getting Started; Introducing Windows Installer XML; What is WiX?; Is WiX for you?; Where can I get it?; Votive; A word about GUIDs; Your first WiX project; XML declaration and Wix element; Product element; Package element; Media element; Directories; Components; Files; Features; Start Menu shortcuts; Putting it all together; Adding a User Interface; Viewing the MSI database; Orca.exe; Turning logging on during installation; Other resources; Summary; Chapter 2: Creating Files and Directories | |
505 | 8 | |a File elementDirectoryRef element; ComponentGroup element; Fragment element; Harvesting files with heat.exe; Copying and moving files; Copying files you install; Copying existing files; Moving existing files; Installing special-case files; Adding assembly files to the GAC; Installing a TrueType font; Creating an empty folder; Setting file permissions; Speeding up file installations; Summary; Chapter 3: Putting Properties and AppSearch to Work; Custom properties; Declaring and setting properties; Referencing properties; Property visibility and scope; Secure properties; Property datatypes | |
505 | 8 | |a Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence | |
505 | 8 | |a Execute standard actionsInstallValidate; InstallInitialize; ProcessComponents; UnpublishFeatures; RemoveRegistryValues; RemoveShortcuts; RemoveFiles; InstallFiles; CreateShortcuts; WriteRegistryValues; RegisterUser; RegisterProduct; PublishFeatures; PublishProduct; InstallFinalize; Immediate vs. deferred; Custom actions; Set a Windows Installer Property; Set the location of an Installed Directory; Run embedded VBScript or JScript; Call an external VBScript or JScript file; Call a function from a dynamic-link library; Trigger an executable; Send an error that stops the installation | |
505 | 8 | |a Rollback custom actionsAccessing properties in a deferred action; Adding conditions to custom actions; Deployment Tools Foundation; Session object; Getting and setting properties; Logging; Showing a MessageBox; Accessing feature and component states; Querying the MSI database; Inserting rows into the MSI database; Summary; Chapter 6: Adding a User Interface; WiX standard dialog sets; WixUI_Advanced; WixUI_FeatureTree; WixUI_InstallDir; WixUI_Mondo; Customizing a standard dialog set; Creating your own dialogs; ICE20 errors; Adding dialog files; Scheduling dialogs; Dialog element | |
630 | 0 | 0 | |a Microsoft Windows (Computer file) |
630 | 0 | 7 | |a Microsoft Windows (Computer file) |2 blmlsh |
630 | 0 | 7 | |a Microsoft Windows (Computer file) |2 fast |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a COMPUTERS |x Desktop Applications |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
758 | |i has work: |a WiX (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXqR9JvvX8KhWDT9KXpHG3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Ramirez, Nick. |t WiX. |d Birmingham [U.K.] : Packt Pub., ©2010 |z 9781849513722 |w (OCoLC)694147022 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348203 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH26943765 | ||
938 | |a ebrary |b EBRY |n ebr10428660 | ||
938 | |a EBSCOhost |b EBSC |n 348203 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn696620453 |
---|---|
_version_ | 1816881748932296704 |
adam_text | |
any_adam_object | |
author | Ramirez, Nick |
author_facet | Ramirez, Nick |
author_role | |
author_sort | Ramirez, Nick |
author_variant | n r nr |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 R36 2010eb |
callnumber-search | QA76.76.A65 R36 2010eb |
callnumber-sort | QA 276.76 A65 R36 42010EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Getting Started; Introducing Windows Installer XML; What is WiX?; Is WiX for you?; Where can I get it?; Votive; A word about GUIDs; Your first WiX project; XML declaration and Wix element; Product element; Package element; Media element; Directories; Components; Files; Features; Start Menu shortcuts; Putting it all together; Adding a User Interface; Viewing the MSI database; Orca.exe; Turning logging on during installation; Other resources; Summary; Chapter 2: Creating Files and Directories File elementDirectoryRef element; ComponentGroup element; Fragment element; Harvesting files with heat.exe; Copying and moving files; Copying files you install; Copying existing files; Moving existing files; Installing special-case files; Adding assembly files to the GAC; Installing a TrueType font; Creating an empty folder; Setting file permissions; Speeding up file installations; Summary; Chapter 3: Putting Properties and AppSearch to Work; Custom properties; Declaring and setting properties; Referencing properties; Property visibility and scope; Secure properties; Property datatypes Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence Execute standard actionsInstallValidate; InstallInitialize; ProcessComponents; UnpublishFeatures; RemoveRegistryValues; RemoveShortcuts; RemoveFiles; InstallFiles; CreateShortcuts; WriteRegistryValues; RegisterUser; RegisterProduct; PublishFeatures; PublishProduct; InstallFinalize; Immediate vs. deferred; Custom actions; Set a Windows Installer Property; Set the location of an Installed Directory; Run embedded VBScript or JScript; Call an external VBScript or JScript file; Call a function from a dynamic-link library; Trigger an executable; Send an error that stops the installation Rollback custom actionsAccessing properties in a deferred action; Adding conditions to custom actions; Deployment Tools Foundation; Session object; Getting and setting properties; Logging; Showing a MessageBox; Accessing feature and component states; Querying the MSI database; Inserting rows into the MSI database; Summary; Chapter 6: Adding a User Interface; WiX standard dialog sets; WixUI_Advanced; WixUI_FeatureTree; WixUI_InstallDir; WixUI_Mondo; Customizing a standard dialog set; Creating your own dialogs; ICE20 errors; Adding dialog files; Scheduling dialogs; Dialog element |
ctrlnum | (OCoLC)696620453 |
dewey-full | 005.365 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.365 |
dewey-search | 005.365 |
dewey-sort | 15.365 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08044cam a2200589 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn696620453</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">110113s2010 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">N$T</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">N$T</subfield><subfield code="d">E7B</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UMI</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">HEBIS</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DKDLA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">JBG</subfield><subfield code="d">LOA</subfield><subfield code="d">C6I</subfield><subfield code="d">AGLDB</subfield><subfield code="d">CNNOR</subfield><subfield code="d">MOR</subfield><subfield code="d">PIFAG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">U3W</subfield><subfield code="d">BRL</subfield><subfield code="d">STF</subfield><subfield code="d">WRM</subfield><subfield code="d">VTS</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">INT</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UAB</subfield><subfield code="d">A6Q</subfield><subfield code="d">M8D</subfield><subfield code="d">UKAHL</subfield><subfield code="d">VT2</subfield><subfield code="d">HS0</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">694147022</subfield><subfield code="a">741519504</subfield><subfield code="a">961561209</subfield><subfield code="a">962624469</subfield><subfield code="a">966264560</subfield><subfield code="a">988407921</subfield><subfield code="a">992076529</subfield><subfield code="a">1037493669</subfield><subfield code="a">1038607288</subfield><subfield code="a">1083585720</subfield><subfield code="a">1103253334</subfield><subfield code="a">1107356694</subfield><subfield code="a">1129343853</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849513739</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849513732</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1849513724</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781849513722</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781849513722</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)696620453</subfield><subfield code="z">(OCoLC)694147022</subfield><subfield code="z">(OCoLC)741519504</subfield><subfield code="z">(OCoLC)961561209</subfield><subfield code="z">(OCoLC)962624469</subfield><subfield code="z">(OCoLC)966264560</subfield><subfield code="z">(OCoLC)988407921</subfield><subfield code="z">(OCoLC)992076529</subfield><subfield code="z">(OCoLC)1037493669</subfield><subfield code="z">(OCoLC)1038607288</subfield><subfield code="z">(OCoLC)1083585720</subfield><subfield code="z">(OCoLC)1103253334</subfield><subfield code="z">(OCoLC)1107356694</subfield><subfield code="z">(OCoLC)1129343853</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000096</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield><subfield code="b">R36 2010eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">084000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.365</subfield><subfield code="2">22</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Ramirez, Nick.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">WiX :</subfield><subfield code="b">a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX /</subfield><subfield code="c">Nick Ramirez.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham [U.K.] :</subfield><subfield code="b">Packt Pub.,</subfield><subfield code="c">©2010.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (viii, 330 pages) :</subfield><subfield code="b">color illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">WiX is an open source project and a toolset that builds Windows installation packages from XML source code. WiX, which is used internally by Microsoft and by many companies around the World, simplifies many of the installation tasks that used to be shrouded in mystery. The tool set provides a command-line environment that you can integrate into your old-style build processes or you can use the newer technology from inside integrated development environments to build your setup packages. You'll find that you understand your installer better, can create it in less time, and save money in the process. No one really wants to devote a lifetime to understanding how to create a hassle-free installer for any software.<br /><br />This hands-on guide takes the mystery out of Windows Installer by showing how simple XML elements can be leveraged to create a sophisticated install package. By relying on Microsoft standards, you'll be able to use features like Property elements to customize your application's entry in Add/Remove Programs, the Shortcut element to create Start menu shortcuts, and other specialized elements for building upgrade and patch support and more.<br /><br />This book will show you the fundamental ingredients needed to build a professional-grade installer using Windows Installer XML. The initial chapters will introduce you to the set of required elements necessary to build a simple installer. We'll then explore those basic elements in more detail and see how best to use them in the real world. In the ensuing chapters, you'll move on to learn about adding conditions that alter what the user can install, then how to add actions to the install sequence and how to author a user interface. We'll move on to advanced topics such as editing data in the Windows Registry, installing a Windows service, and building your project from the command line. Finally, you'll learn to localize your package for different languages and detect older versions during upgrades. Each chapter uses to-the-point examples to illustrate the best way to use the language.<br /><br />Create a hassle-free installer for your Windows software using WiX.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Getting Started; Introducing Windows Installer XML; What is WiX?; Is WiX for you?; Where can I get it?; Votive; A word about GUIDs; Your first WiX project; XML declaration and Wix element; Product element; Package element; Media element; Directories; Components; Files; Features; Start Menu shortcuts; Putting it all together; Adding a User Interface; Viewing the MSI database; Orca.exe; Turning logging on during installation; Other resources; Summary; Chapter 2: Creating Files and Directories</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">File elementDirectoryRef element; ComponentGroup element; Fragment element; Harvesting files with heat.exe; Copying and moving files; Copying files you install; Copying existing files; Moving existing files; Installing special-case files; Adding assembly files to the GAC; Installing a TrueType font; Creating an empty folder; Setting file permissions; Speeding up file installations; Summary; Chapter 3: Putting Properties and AppSearch to Work; Custom properties; Declaring and setting properties; Referencing properties; Property visibility and scope; Secure properties; Property datatypes</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Execute standard actionsInstallValidate; InstallInitialize; ProcessComponents; UnpublishFeatures; RemoveRegistryValues; RemoveShortcuts; RemoveFiles; InstallFiles; CreateShortcuts; WriteRegistryValues; RegisterUser; RegisterProduct; PublishFeatures; PublishProduct; InstallFinalize; Immediate vs. deferred; Custom actions; Set a Windows Installer Property; Set the location of an Installed Directory; Run embedded VBScript or JScript; Call an external VBScript or JScript file; Call a function from a dynamic-link library; Trigger an executable; Send an error that stops the installation</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Rollback custom actionsAccessing properties in a deferred action; Adding conditions to custom actions; Deployment Tools Foundation; Session object; Getting and setting properties; Logging; Showing a MessageBox; Accessing feature and component states; Querying the MSI database; Inserting rows into the MSI database; Summary; Chapter 6: Adding a User Interface; WiX standard dialog sets; WixUI_Advanced; WixUI_FeatureTree; WixUI_InstallDir; WixUI_Mondo; Customizing a standard dialog set; Creating your own dialogs; ICE20 errors; Adding dialog files; Scheduling dialogs; Dialog element</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Microsoft Windows (Computer file)</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Microsoft Windows (Computer file)</subfield><subfield code="2">blmlsh</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Microsoft Windows (Computer file)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Desktop Applications</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">WiX (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXqR9JvvX8KhWDT9KXpHG3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Ramirez, Nick.</subfield><subfield code="t">WiX.</subfield><subfield code="d">Birmingham [U.K.] : Packt Pub., ©2010</subfield><subfield code="z">9781849513722</subfield><subfield code="w">(OCoLC)694147022</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348203</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH26943765</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10428660</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">348203</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn696620453 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:17:39Z |
institution | BVB |
isbn | 9781849513739 1849513732 1849513724 9781849513722 |
language | English |
oclc_num | 696620453 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (viii, 330 pages) : color illustrations |
psigel | ZDB-4-EBA |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Packt Pub., |
record_format | marc |
spelling | Ramirez, Nick. WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / Nick Ramirez. Birmingham [U.K.] : Packt Pub., ©2010. 1 online resource (viii, 330 pages) : color illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Annotation WiX is an open source project and a toolset that builds Windows installation packages from XML source code. WiX, which is used internally by Microsoft and by many companies around the World, simplifies many of the installation tasks that used to be shrouded in mystery. The tool set provides a command-line environment that you can integrate into your old-style build processes or you can use the newer technology from inside integrated development environments to build your setup packages. You'll find that you understand your installer better, can create it in less time, and save money in the process. No one really wants to devote a lifetime to understanding how to create a hassle-free installer for any software.<br /><br />This hands-on guide takes the mystery out of Windows Installer by showing how simple XML elements can be leveraged to create a sophisticated install package. By relying on Microsoft standards, you'll be able to use features like Property elements to customize your application's entry in Add/Remove Programs, the Shortcut element to create Start menu shortcuts, and other specialized elements for building upgrade and patch support and more.<br /><br />This book will show you the fundamental ingredients needed to build a professional-grade installer using Windows Installer XML. The initial chapters will introduce you to the set of required elements necessary to build a simple installer. We'll then explore those basic elements in more detail and see how best to use them in the real world. In the ensuing chapters, you'll move on to learn about adding conditions that alter what the user can install, then how to add actions to the install sequence and how to author a user interface. We'll move on to advanced topics such as editing data in the Windows Registry, installing a Windows service, and building your project from the command line. Finally, you'll learn to localize your package for different languages and detect older versions during upgrades. Each chapter uses to-the-point examples to illustrate the best way to use the language.<br /><br />Create a hassle-free installer for your Windows software using WiX. Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Getting Started; Introducing Windows Installer XML; What is WiX?; Is WiX for you?; Where can I get it?; Votive; A word about GUIDs; Your first WiX project; XML declaration and Wix element; Product element; Package element; Media element; Directories; Components; Files; Features; Start Menu shortcuts; Putting it all together; Adding a User Interface; Viewing the MSI database; Orca.exe; Turning logging on during installation; Other resources; Summary; Chapter 2: Creating Files and Directories File elementDirectoryRef element; ComponentGroup element; Fragment element; Harvesting files with heat.exe; Copying and moving files; Copying files you install; Copying existing files; Moving existing files; Installing special-case files; Adding assembly files to the GAC; Installing a TrueType font; Creating an empty folder; Setting file permissions; Speeding up file installations; Summary; Chapter 3: Putting Properties and AppSearch to Work; Custom properties; Declaring and setting properties; Referencing properties; Property visibility and scope; Secure properties; Property datatypes Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence Execute standard actionsInstallValidate; InstallInitialize; ProcessComponents; UnpublishFeatures; RemoveRegistryValues; RemoveShortcuts; RemoveFiles; InstallFiles; CreateShortcuts; WriteRegistryValues; RegisterUser; RegisterProduct; PublishFeatures; PublishProduct; InstallFinalize; Immediate vs. deferred; Custom actions; Set a Windows Installer Property; Set the location of an Installed Directory; Run embedded VBScript or JScript; Call an external VBScript or JScript file; Call a function from a dynamic-link library; Trigger an executable; Send an error that stops the installation Rollback custom actionsAccessing properties in a deferred action; Adding conditions to custom actions; Deployment Tools Foundation; Session object; Getting and setting properties; Logging; Showing a MessageBox; Accessing feature and component states; Querying the MSI database; Inserting rows into the MSI database; Summary; Chapter 6: Adding a User Interface; WiX standard dialog sets; WixUI_Advanced; WixUI_FeatureTree; WixUI_InstallDir; WixUI_Mondo; Customizing a standard dialog set; Creating your own dialogs; ICE20 errors; Adding dialog files; Scheduling dialogs; Dialog element Microsoft Windows (Computer file) Microsoft Windows (Computer file) blmlsh Microsoft Windows (Computer file) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Logiciels d'application Développement. COMPUTERS Desktop Applications General. bisacsh Application software Development fast has work: WiX (Text) https://id.oclc.org/worldcat/entity/E39PCXqR9JvvX8KhWDT9KXpHG3 https://id.oclc.org/worldcat/ontology/hasWork Print version: Ramirez, Nick. WiX. Birmingham [U.K.] : Packt Pub., ©2010 9781849513722 (OCoLC)694147022 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348203 Volltext |
spellingShingle | Ramirez, Nick WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / Cover; Copyright; Credits; About the Author; About the Reviewer; Table of Contents; Preface; Chapter 1: Getting Started; Introducing Windows Installer XML; What is WiX?; Is WiX for you?; Where can I get it?; Votive; A word about GUIDs; Your first WiX project; XML declaration and Wix element; Product element; Package element; Media element; Directories; Components; Files; Features; Start Menu shortcuts; Putting it all together; Adding a User Interface; Viewing the MSI database; Orca.exe; Turning logging on during installation; Other resources; Summary; Chapter 2: Creating Files and Directories File elementDirectoryRef element; ComponentGroup element; Fragment element; Harvesting files with heat.exe; Copying and moving files; Copying files you install; Copying existing files; Moving existing files; Installing special-case files; Adding assembly files to the GAC; Installing a TrueType font; Creating an empty folder; Setting file permissions; Speeding up file installations; Summary; Chapter 3: Putting Properties and AppSearch to Work; Custom properties; Declaring and setting properties; Referencing properties; Property visibility and scope; Secure properties; Property datatypes Predefined Windows Installer propertiesImplied properties; Cited properties; AppSearch; DirectorySearch; FileSearch; ComponentSearch; RegistrySearch; IniFileSearch; Summary; Chapter 4: Improving Control with Launch Conditions and Installed States; Conditions; Condition syntax; Launch conditions; Feature conditions; Component conditions; Action state; Installed state; Summary; Chapter 5: Understanding the Installation Sequence; InstallUISequence; UI standard actions; AppSearch; LaunchConditions; ValidateProductID; CostInitialize; FileCost; CostFinalize; ExecuteAction; InstallExecuteSequence Execute standard actionsInstallValidate; InstallInitialize; ProcessComponents; UnpublishFeatures; RemoveRegistryValues; RemoveShortcuts; RemoveFiles; InstallFiles; CreateShortcuts; WriteRegistryValues; RegisterUser; RegisterProduct; PublishFeatures; PublishProduct; InstallFinalize; Immediate vs. deferred; Custom actions; Set a Windows Installer Property; Set the location of an Installed Directory; Run embedded VBScript or JScript; Call an external VBScript or JScript file; Call a function from a dynamic-link library; Trigger an executable; Send an error that stops the installation Rollback custom actionsAccessing properties in a deferred action; Adding conditions to custom actions; Deployment Tools Foundation; Session object; Getting and setting properties; Logging; Showing a MessageBox; Accessing feature and component states; Querying the MSI database; Inserting rows into the MSI database; Summary; Chapter 6: Adding a User Interface; WiX standard dialog sets; WixUI_Advanced; WixUI_FeatureTree; WixUI_InstallDir; WixUI_Mondo; Customizing a standard dialog set; Creating your own dialogs; ICE20 errors; Adding dialog files; Scheduling dialogs; Dialog element Microsoft Windows (Computer file) Microsoft Windows (Computer file) blmlsh Microsoft Windows (Computer file) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Logiciels d'application Développement. COMPUTERS Desktop Applications General. bisacsh Application software Development fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 |
title | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / |
title_auth | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / |
title_exact_search | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / |
title_full | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / Nick Ramirez. |
title_fullStr | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / Nick Ramirez. |
title_full_unstemmed | WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / Nick Ramirez. |
title_short | WiX : |
title_sort | wix a developer s guide to windows installer xml create a hassle free installer for your windows software using wix |
title_sub | a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX / |
topic | Microsoft Windows (Computer file) Microsoft Windows (Computer file) blmlsh Microsoft Windows (Computer file) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Logiciels d'application Développement. COMPUTERS Desktop Applications General. bisacsh Application software Development fast |
topic_facet | Microsoft Windows (Computer file) Application software Development. Logiciels d'application Développement. COMPUTERS Desktop Applications General. Application software Development |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348203 |
work_keys_str_mv | AT ramireznick wixadevelopersguidetowindowsinstallerxmlcreateahasslefreeinstallerforyourwindowssoftwareusingwix |