diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-05 15:01:15 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-05 15:01:15 -0500 |
commit | f80661e0958c1fa70b2eea9dc2a9b89e86c802d3 (patch) | |
tree | e5224dd46d9303fd5a33dbca1d139be7e19753af | |
parent | 23771a9e599700aa9c80139abb122a0f6c97976a (diff) |
fix msi version system
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index afd8125..2a27cf6 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -505,15 +505,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{DC9B53A1-5413-4C17-8594-40D570A7DB86}" - "PackageCode" = "8:{F2851905-7112-446B-B20C-B7E0CA04C0D7}" + "ProductCode" = "8:{B825B9D0-799C-4DE6-AB13-078CEADBABB0}" + "PackageCode" = "8:{B266C9B0-1928-45AF-8BE1-F2EC7A3F0FC4}" "UpgradeCode" = "8:{844F6C2B-DF3B-4A81-9BD5-603401BBA651}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:FALSE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0" + "ProductVersion" = "8:21.03.1457" "Manufacturer" = "8:ted" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" |