1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 First-time install dialog sequence: Maintenance dialog sequence:
5 - WixUI_WelcomeDlg - WixUI_MaintenanceWelcomeDlg
6 - WixUI_MaintenanceTypeDlg
11 <Wix xmlns=
"http://schemas.microsoft.com/wix/2006/wi">
13 <UI Id=
"WixUI_Simplest">
14 <TextStyle Id=
"WixUI_Font_Normal" FaceName=
"Tahoma" Size=
"8" />
15 <TextStyle Id=
"WixUI_Font_Bigger" FaceName=
"Tahoma" Size=
"12" />
16 <TextStyle Id=
"WixUI_Font_Title" FaceName=
"Tahoma" Size=
"9" Bold=
"yes" />
18 <Property Id=
"DefaultUIFont" Value=
"WixUI_Font_Normal" />
19 <Property Id=
"WixUI_Mode" Value=
"Minimal" />
21 <DialogRef Id=
"ErrorDlg" />
22 <DialogRef Id=
"ExitDialog" />
23 <DialogRef Id=
"FatalError" />
24 <DialogRef Id=
"FilesInUse" />
25 <DialogRef Id=
"MaintenanceTypeDlg" />
26 <DialogRef Id=
"MaintenanceWelcomeDlg" />
27 <DialogRef Id=
"MsiRMFilesInUse" />
28 <DialogRef Id=
"PrepareDlg" />
29 <DialogRef Id=
"ProgressDlg" />
30 <DialogRef Id=
"ResumeDlg" />
31 <DialogRef Id=
"UserExit" />
32 <DialogRef Id=
"VerifyReadyDlg" />
33 <DialogRef Id=
"WelcomeDlg" />
35 <Property Id=
"ARPNOMODIFY" Value=
"1" />
37 <Property Id=
"WixUI_WelcomeDlg_Next" Value=
"PrepareDlg" />
39 <Property Id=
"WixUI_VerifyReadyDlg_BackCustom" Value=
"CustomizeDlg" />
40 <Property Id=
"WixUI_VerifyReadyDlg_BackChange" Value=
"CustomizeDlg" />
41 <Property Id=
"WixUI_VerifyReadyDlg_BackRepair" Value=
"MaintenanceTypeDlg" />
42 <Property Id=
"WixUI_VerifyReadyDlg_BackRemove" Value=
"MaintenanceTypeDlg" />
43 <Property Id=
"WixUI_VerifyReadyDlg_BackTypical" Value=
"SetupTypeDlg" />
44 <Property Id=
"WixUI_VerifyReadyDlg_BackFeatureTree" Value=
"CustomizeDlg" />
45 <Property Id=
"WixUI_VerifyReadyDlg_BackComplete" Value=
"CustomizeDlg" />
47 <Property Id=
"WixUI_MaintenanceWelcomeDlg_Next" Value=
"MaintenanceTypeDlg" />
49 <Property Id=
"WixUI_MaintenanceTypeDlg_Back" Value=
"MaintenanceWelcomeDlg" />
50 <Property Id=
"WixUI_MaintenanceTypeDlg_Change" Value=
"CustomizeDlg" />
51 <Property Id=
"WixUI_MaintenanceTypeDlg_Repair" Value=
"VerifyReadyDlg" />
52 <Property Id=
"WixUI_MaintenanceTypeDlg_Remove" Value=
"VerifyReadyDlg" />
54 <Binary Id=
"WixUI_Bmp_Banner" SourceFile=
"include\BannerStatic.jpg" />
55 <Binary Id=
"WixUI_Bmp_Dialog" SourceFile=
"include\DialogStatic.jpg" />
56 <Binary Id=
"WixUI_Ico_Exclam" SourceFile=
"include\Exclam.ico" />
57 <Binary Id=
"WixUI_Ico_Info" SourceFile=
"include\info.ico" />
58 <Binary Id=
"WixUI_Bmp_New" SourceFile=
"include\New.ico" />
59 <Binary Id=
"WixUI_Bmp_Up" SourceFile=
"include\Up.ico" />
61 <UIText Id=
"AbsentPath" />
62 <UIText Id=
"bytes">$(loc.UITextbytes)
</UIText>
63 <UIText Id=
"GB">$(loc.UITextGB)
</UIText>
64 <UIText Id=
"KB">$(loc.UITextKB)
</UIText>
65 <UIText Id=
"MB">$(loc.UITextMB)
</UIText>
66 <UIText Id=
"MenuAbsent">$(loc.UITextMenuAbsent)
</UIText> <UIText Id=
"MenuAdvertise">$(loc.UITextMenuAdvertise)
</UIText>
67 <UIText Id=
"MenuAllCD">$(loc.UITextMenuAllCD)
</UIText>
68 <UIText Id=
"MenuAllLocal">$(loc.UITextMenuAllLocal)
</UIText>
69 <UIText Id=
"MenuAllNetwork">$(loc.UITextMenuAllNetwork)
</UIText>
70 <UIText Id=
"MenuCD">$(loc.UITextMenuCD)
</UIText>
71 <UIText Id=
"MenuLocal">$(loc.UITextMenuLocal)
</UIText>
72 <UIText Id=
"MenuNetwork">$(loc.UITextMenuNetwork)
</UIText>
73 <UIText Id=
"ScriptInProgress">$(loc.UITextScriptInProgress)
</UIText>
74 <UIText Id=
"SelAbsentAbsent">$(loc.UITextSelAbsentAbsent)
</UIText>
75 <UIText Id=
"SelAbsentAdvertise">$(loc.UITextSelAbsentAdvertise)
</UIText>
76 <UIText Id=
"SelAbsentCD">$(loc.UITextSelAbsentCD)
</UIText>
77 <UIText Id=
"SelAbsentLocal">$(loc.UITextSelAbsentLocal)
</UIText>
78 <UIText Id=
"SelAbsentNetwork">$(loc.UITextSelAbsentNetwork)
</UIText>
79 <UIText Id=
"SelAdvertiseAbsent">$(loc.UITextSelAdvertiseAbsent)
</UIText>
80 <UIText Id=
"SelAdvertiseAdvertise">$(loc.UITextSelAdvertiseAdvertise)
</UIText>
81 <UIText Id=
"SelAdvertiseCD">$(loc.UITextSelAdvertiseCD)
</UIText>
82 <UIText Id=
"SelAdvertiseLocal">$(loc.UITextSelAdvertiseLocal)
</UIText>
83 <UIText Id=
"SelAdvertiseNetwork">$(loc.UITextSelAdvertiseNetwork)
</UIText>
84 <UIText Id=
"SelCDAbsent">$(loc.UITextSelCDAbsent)
</UIText>
85 <UIText Id=
"SelCDAdvertise">$(loc.UITextSelCDAdvertise)
</UIText>
86 <UIText Id=
"SelCDCD">$(loc.UITextSelCDCD)
</UIText>
87 <UIText Id=
"SelCDLocal">$(loc.UITextSelCDLocal)
</UIText>
88 <UIText Id=
"SelChildCostNeg">$(loc.UITextSelChildCostNeg)
</UIText>
89 <UIText Id=
"SelChildCostPos">$(loc.UITextSelChildCostPos)
</UIText>
90 <UIText Id=
"SelCostPending">$(loc.UITextSelCostPending)
</UIText>
91 <UIText Id=
"SelLocalAbsent">$(loc.UITextSelLocalAbsent)
</UIText>
92 <UIText Id=
"SelLocalAdvertise">$(loc.UITextSelLocalAdvertise)
</UIText>
93 <UIText Id=
"SelLocalCD">$(loc.UITextSelLocalCD)
</UIText>
94 <UIText Id=
"SelLocalLocal">$(loc.UITextSelLocalLocal)
</UIText>
95 <UIText Id=
"SelLocalNetwork">$(loc.UITextSelLocalNetwork)
</UIText>
96 <UIText Id=
"SelNetworkAbsent">$(loc.UITextSelNetworkAbsent)
</UIText>
97 <UIText Id=
"SelNetworkAdvertise">$(loc.UITextSelNetworkAdvertise)
</UIText>
98 <UIText Id=
"SelNetworkLocal">$(loc.UITextSelNetworkLocal)
</UIText>
99 <UIText Id=
"SelNetworkNetwork">$(loc.UITextSelNetworkNetwork)
</UIText>
100 <UIText Id=
"SelParentCostNegNeg">$(loc.UITextSelParentCostNegNeg)
</UIText>
101 <UIText Id=
"SelParentCostNegPos">$(loc.UITextSelParentCostNegPos)
</UIText>
102 <UIText Id=
"SelParentCostPosNeg">$(loc.UITextSelParentCostPosNeg)
</UIText>
103 <UIText Id=
"SelParentCostPosPos">$(loc.UITextSelParentCostPosPos)
</UIText>
104 <UIText Id=
"TimeRemaining">$(loc.UITextTimeRemaining)
</UIText>
105 <UIText Id=
"VolumeCostAvailable">$(loc.UITextVolumeCostAvailable)
</UIText>
106 <UIText Id=
"VolumeCostDifference">$(loc.UITextVolumeCostDifference)
</UIText>
107 <UIText Id=
"VolumeCostRequired">$(loc.UITextVolumeCostRequired)
</UIText>
108 <UIText Id=
"VolumeCostSize">$(loc.UITextVolumeCostSize)
</UIText>
109 <UIText Id=
"VolumeCostVolume">$(loc.UITextVolumeCostVolume)
</UIText>