File tree Expand file tree Collapse file tree 5 files changed +9
-2
lines changed
Expand file tree Collapse file tree 5 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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" />
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments