diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 10:04:07 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-03-02 10:04:07 -0500 |
commit | b2a19334ef6906cefe1b3ca0e3d5d726d24bf1d3 (patch) | |
tree | 4195e8b9e3dbbcc40ef9c89e3c52dd47588c167f | |
parent | 966197c46b09539c410c8e9c04e83dfc41a796a6 (diff) |
make windows installer remove old versions
-rw-r--r-- | main.c | 3 | ||||
-rw-r--r-- | windows_installer/ted/ted/ted.vdproj | 6 |
2 files changed, 5 insertions, 4 deletions
@@ -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" |