Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BuffettCodeExcelAddin32Installer/Bundle.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define InstallerVersion = "1.0.1.3"?>
<?define InstallerVersion = "1.0.1.4"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="!(loc.InstallerName)" Version="$(var.InstallerVersion)" Manufacturer="Buffett Code Inc" UpgradeCode="a0e1d600-fecf-40de-a2ee-28397711c829" Copyright="!(loc.Copyright)" Compressed="yes" IconSourceFile="Resources\Icon.ico">
Expand Down
2 changes: 1 addition & 1 deletion SetupAddinRibbon32/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define ProductVersion = "1.0.1.3"?>
<?define ProductVersion = "1.0.1.4"?>
<?define ProductUpgradeCode = "71768962-ae5a-47d9-a122-879e183253fb"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
Expand Down
2 changes: 1 addition & 1 deletion SetupExcelFunctions32/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductVersion = "1.0.1.3"?>
<?define ProductVersion = "1.0.1.4"?>
<?define ProductUpgradeCode = "01f57a17-805a-4747-98be-543efcb7e17f"?>

<!-- ref https://github.com/Excel-DNA/WiXInstaller/blob/master/Source/ExcelAddInDeploy/Product.wxs -->
Expand Down