From b2a19334ef6906cefe1b3ca0e3d5d726d24bf1d3 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 2 Mar 2021 10:04:07 -0500 Subject: make windows installer remove old versions --- main.c | 3 ++- windows_installer/ted/ted/ted.vdproj | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index 2f5b793..adad2c8 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,6 @@ // @TODO: -// - test update ted with windows installer +// - command selector +// - :open-config // - test on BSD // - completion diff --git a/windows_installer/ted/ted/ted.vdproj b/windows_installer/ted/ted/ted.vdproj index 1eae4cd..8f7e5cb 100644 --- a/windows_installer/ted/ted/ted.vdproj +++ b/windows_installer/ted/ted/ted.vdproj @@ -505,12 +505,12 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:ted" - "ProductCode" = "8:{AADBA38A-1348-4F93-A38F-90A22CBEFB0D}" - "PackageCode" = "8:{BE9E68A7-1F78-4BD2-852D-823805DD75E0}" + "ProductCode" = "8:{14672049-6DEE-475E-B3F7-1FC69453259E}" + "PackageCode" = "8:{41413E78-89D4-42B6-9986-1B300C5AA011}" "UpgradeCode" = "8:{3446121B-CB83-4436-A4A9-54B34F438099}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" - "RemovePreviousVersions" = "11:FALSE" + "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" "ProductVersion" = "8:1.0" -- cgit v1.2.3