Cargando…

WiX : a developer's guide to Windows Installer XML : create a hassle-free installer for your Windows software using WiX /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ramirez, Nick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham [U.K.] : Packt Pub., ©2010.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn696620453
003 OCoLC
005 20231017213018.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 
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 
029 1 |a AU@  |b 000050991834 
029 1 |a AU@  |b 000053272739 
029 1 |a CHNEW  |b 000608956 
029 1 |a DEBBG  |b BV043157229 
029 1 |a DEBSZ  |b 368477568 
029 1 |a DEBSZ  |b 372741258 
029 1 |a DEBSZ  |b 421657790 
029 1 |a GBVCP  |b 785356304 
029 1 |a HEBIS  |b 286044293 
029 1 |a HEBIS  |b 29154455X 
029 1 |a NZ1  |b 14170044 
029 1 |a AU@  |b 000059385902 
029 1 |a AU@  |b 000073097477 
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 0 4 |a 005.365  |2 22 
049 |a UAMI 
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 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
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  |0 (OCoLC)fst01367862 
650 0 |a Application software  |x Development. 
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  |0 (OCoLC)fst00811707 
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 |u https://learning.oreilly.com/library/view/~/9781849513722/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=348203  |z Texto completo 
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 IZTAP