From b027fb5b9b785e1ffdd06befb7b5a5f6ad3c0a5c Mon Sep 17 00:00:00 2001
From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Wed, 6 Feb 2008 14:12:49 -0700
Subject: [PATCH] windows: track uninstalls

the confwiz and the native_client backend both gained hooks to track
uninstall events.  however that somehow didn't make it to the uninstaller :-)
---
 windows/installer.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index fa8fcf70..9636064f 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -50,6 +50,7 @@ Filename: "{sys}\net.exe"; Parameters: "stop ""Allmydata Tahoe SMB"""; Flags: ru
 Filename: "{sys}\net.exe"; Parameters: "stop Tahoe"; Flags: runhidden
 Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: "/uninstall ""{app}\Install\winfuse\WinFUSE.exe"""; Flags: runhidden
 Filename: "{app}\Install\tahoesvc.exe"; Parameters: "-remove"; Flags: runhidden
+Filename: "{app}\Install\confwiz.exe"; Parameters: "--uninstall"; Flags: runhidden
 ;Filename: "http://www.allmydata.com/redirect/uninstallsurvey.php?build=%(build)s"; Flags: shellexec
 
 [Registry]
-- 
2.45.2