We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a392a22 commit fc7ff4bCopy full SHA for fc7ff4b
1 file changed
SetupWiX/Product.wxs
@@ -2,8 +2,8 @@
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
4
<!-- バージョンアップ時はProductVersionとProductCode(ツール>GUIDの作成)を変更する -->
5
-<?define ProductVersion="1.1.0" ?>
6
-<?define ProductCode = "124D0BDE-37D3-4E4E-BCD1-7F544D4BC323" ?>
+<?define ProductVersion="1.1.1" ?>
+<?define ProductCode = "752394CC-E14F-4816-AD2C-1EF01E56CFAA" ?>
7
<?define UpgradeCode = "661472ad-167f-47e7-b761-562247fda9b4" ?>
8
<?define ProductName = "Image Inserter Add-in for Excel" ?>
9
<?define Manufacturer = "saka-guchi" ?>
0 commit comments