File tree Expand file tree Collapse file tree 16 files changed +115
-20
lines changed Expand file tree Collapse file tree 16 files changed +115
-20
lines changed Original file line number Diff line number Diff line change 259
259
<?endif ?>
260
260
</Feature >
261
261
262
- <!-- UI -->
263
- <UI />
262
+ <UI >
263
+ <UIRef Id =" WixUI_InstallDir" />
264
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
265
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
266
+ </UI >
267
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
268
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
269
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
270
+
264
271
</Product >
265
272
</Wix >
Original file line number Diff line number Diff line change 259
259
<?endif ?>
260
260
</Feature >
261
261
262
- <!-- UI -->
263
- <UI />
262
+ <UI >
263
+ <UIRef Id =" WixUI_InstallDir" />
264
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
265
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
266
+ </UI >
267
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
268
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
269
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
270
+
264
271
</Product >
265
272
</Wix >
Original file line number Diff line number Diff line change 38
38
<HarvestDirectorySuppressRootDirectory >true</HarvestDirectorySuppressRootDirectory >
39
39
</PropertyGroup >
40
40
41
+ <ItemGroup >
42
+ <WixExtension Include =" WixUIExtension" >
43
+ <HintPath >$(WixExtDir)\WixUIExtension.dll</HintPath >
44
+ <Name >WixUIExtension</Name >
45
+ </WixExtension >
46
+ </ItemGroup >
47
+
41
48
<ItemGroup >
42
49
<Compile Include =" devtools-$(ProductArchitecture).wxs" />
43
50
</ItemGroup >
Original file line number Diff line number Diff line change 182
182
<?endif ?>
183
183
</Feature >
184
184
185
- <!-- UI -->
186
- <UI />
185
+ <UI >
186
+ <UIRef Id =" WixUI_InstallDir" />
187
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
188
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
189
+ </UI >
190
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
191
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
192
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
193
+
187
194
</Product >
188
195
</Wix >
Original file line number Diff line number Diff line change 182
182
<?endif ?>
183
183
</Feature >
184
184
185
- <!-- UI -->
186
- <UI />
185
+ <UI >
186
+ <UIRef Id =" WixUI_InstallDir" />
187
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
188
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
189
+ </UI >
190
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
191
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
192
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
193
+
187
194
</Product >
188
195
</Wix >
Original file line number Diff line number Diff line change 181
181
<?endif ?>
182
182
</Feature >
183
183
184
- <!-- UI -->
185
- <UI />
184
+ <UI >
185
+ <UIRef Id =" WixUI_InstallDir" />
186
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
187
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
188
+ </UI >
189
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
190
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
191
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
192
+
186
193
</Product >
187
194
</Wix >
Original file line number Diff line number Diff line change 46
46
<InstallerPlatform >x86</InstallerPlatform >
47
47
</PropertyGroup >
48
48
49
+ <ItemGroup >
50
+ <WixExtension Include =" WixUIExtension" >
51
+ <HintPath >$(WixExtDir)\WixUIExtension.dll</HintPath >
52
+ <Name >WixUIExtension</Name >
53
+ </WixExtension >
54
+ </ItemGroup >
55
+
49
56
<ItemGroup >
50
57
<Compile Include =" runtime-$(ProductArchitecture).wxs" />
51
58
</ItemGroup >
Original file line number Diff line number Diff line change 495
495
<?endif ?>
496
496
</Feature >
497
497
498
- <!-- UI -->
499
- <UI />
498
+ <UI >
499
+ <UIRef Id =" WixUI_InstallDir" />
500
+ <Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
501
+ <Publish Dialog =" InstallDirDlg" Control =" Back" Event =" NewDialog" Value =" WelcomeDlg" Order =" 2" >1</Publish >
502
+ </UI >
503
+ <Property Id =" WIXUI_INSTALLDIR" Value =" INSTALLDIR" ></Property >
504
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources\swift_dialog.png" />
505
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources\swift_banner.png" />
500
506
501
507
<!-- Custom Actions -->
502
508
<Binary Id =" SwiftInstaller.dll"
You can’t perform that action at this time.
0 commit comments