Skip to content

Commit 22ea7fa

Browse files
committed
Version 1.1
1 parent 57f7f78 commit 22ea7fa

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

Setup/Product.wxs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<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">
33
<?include $(sys.CURRENTDIR)\Config.wxi?>
44
<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" />
68
<Property Id="ARPHELPLINK" Value="https://github.com/gsimardnet" />
79
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
810
<MediaTemplate EmbedCab="yes" />
@@ -15,7 +17,9 @@
1517
<ComponentGroupRef Id="cgGAC"/>
1618
<ComponentGroupRef Id="cgLib"/>
1719
</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" />
1923
<UI>
2024
<UIRef Id="WixUI_InstallDir" />
2125
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog" Value="InstallDirDlg" Order="2">1</Publish>

Setup/Resources/PQNet.ico

133 KB
Binary file not shown.

Setup/Resources/PQNetBanner.jpg

3.53 KB
Loading

Setup/Resources/PQNetDialog.jpg

6.65 KB
Loading

Setup/Setup.wixproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
</ItemGroup>
3535
<ItemGroup>
3636
<Content Include="Config.wxi" />
37+
<Content Include="Resources\PQNet.ico" />
38+
<Content Include="Resources\PQNetBanner.jpg" />
39+
<Content Include="Resources\PQNetDialog.jpg" />
3740
<Content Include="Resources\WiXNewFolderBtn.ico" />
3841
<Content Include="Resources\WiXUpFolderBtn.ico" />
3942
</ItemGroup>

0 commit comments

Comments
 (0)