File tree 5 files changed +9
-2
lines changed
5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" xmlns : sql =" http://schemas.microsoft.com/wix/SqlExtension" >
3
3
<?include $(sys.CURRENTDIR)\Config.wxi?>
4
4
<Product Id =" 95f93336-b7a9-4a68-acf5-1492ec0c5d72" Name =" PowerQueryNet" Language =" 1033" Version =" 1.1.0" Manufacturer =" Guillaume Simard" UpgradeCode =" 115ef465-536f-4030-bd2d-44b0edb1bbe5" >
5
- <Package Id =" 5e1dc07c-131a-43d4-8a98-4d091537ac0f" InstallPrivileges =" elevated" InstallerVersion =" 200" Platform =" x64" Compressed =" yes" InstallScope =" perMachine" Languages =" 1033" SummaryCodepage =" 1252" Description =" [ProductName]" />
5
+ <Package Id =" 5e1dc07c-131a-43d4-8a98-4d091537ac0f" InstallPrivileges =" elevated" InstallerVersion =" 200" Platform =" x64" Compressed =" yes" InstallScope =" perMachine" Languages =" 1033" SummaryCodepage =" 1252" Description =" [ProductName]" />
6
+ <Icon Id =" PQNet.ico" SourceFile =" Resources\PQNet.ico" />
7
+ <Property Id =" ARPPRODUCTICON" Value =" PQNet.ico" />
6
8
<Property Id =" ARPHELPLINK" Value =" https://github.com/gsimardnet" />
7
9
<MajorUpgrade DowngradeErrorMessage =" A newer version of [ProductName] is already installed." />
8
10
<MediaTemplate EmbedCab =" yes" />
15
17
<ComponentGroupRef Id =" cgGAC" />
16
18
<ComponentGroupRef Id =" cgLib" />
17
19
</Feature >
18
- <Property Id =" WIXUI_INSTALLDIR" Value =" DIR01" />
20
+ <Property Id =" WIXUI_INSTALLDIR" Value =" DIR01" />
21
+ <WixVariable Id =" WixUIBannerBmp" Value =" Resources/PQNetBanner.jpg" />
22
+ <WixVariable Id =" WixUIDialogBmp" Value =" Resources/PQNetDialog.jpg" />
19
23
<UI >
20
24
<UIRef Id =" WixUI_InstallDir" />
21
25
<Publish Dialog =" WelcomeDlg" Control =" Next" Event =" NewDialog" Value =" InstallDirDlg" Order =" 2" >1</Publish >
Original file line number Diff line number Diff line change 34
34
</ItemGroup >
35
35
<ItemGroup >
36
36
<Content Include =" Config.wxi" />
37
+ <Content Include =" Resources\PQNet.ico" />
38
+ <Content Include =" Resources\PQNetBanner.jpg" />
39
+ <Content Include =" Resources\PQNetDialog.jpg" />
37
40
<Content Include =" Resources\WiXNewFolderBtn.ico" />
38
41
<Content Include =" Resources\WiXUpFolderBtn.ico" />
39
42
</ItemGroup >
You can’t perform that action at this time.
0 commit comments