From 5e4a0c72123d017c9d9696d460c2f3cfad7bbe49 Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Tue, 18 Mar 2008 10:44:43 -0700
Subject: [PATCH] windows installer - changed to reflect the new
 StartAllmydata.exe executable that is used to launch the various pieces of
 the native client. Also verified that the SMB service was stopped when
 uninstalling.

---
 windows/installer.tmpl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index 599e4dc0..1d999ad8 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -5,7 +5,7 @@ AppVersion=%(major)d.%(minor)d.%(point)d-r%(revision)d
 VersionInfoVersion=%(major)d.%(minor)d.%(point)d.%(revision)d
 AppPublisher=Allmydata Inc.
 AppPublisherURL=http://www.allmydata.com/
-AppSupportURL=http://www.allmydata.com/support/
+AppSupportURL=http://support.allmydata.com/
 DefaultDirName={pf}\Allmydata 3.0
 DefaultGroupName=Allmydata 3.0
 ; minumum version NT 4, no classic windows
@@ -31,10 +31,10 @@ Name: "{app}\noderoot"
 
 [Icons]
 ; Program files entries
-Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
-Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
+Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\StartAllmydata.exe"
+Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\StartAllmydata.exe"
 ;Name: "{group}\Tahoe root dir (web)"; Filename: "{app}\Install\tahoe.exe"; Parameters: "webopen"
-Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help.php"
+Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help"
 
 [Run]
 ; Things performed before the final page of the installer
@@ -43,7 +43,7 @@ Filename: "{app}\Install\tahoe.exe"; Parameters: "create-client ""{app}\noderoot
 Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: """{app}\Install\winfuse\WinFUSE.exe"""; Flags: runhidden
 Filename: "{app}\Install\confwiz.exe"; Flags: hidewizard
 ;Filename: "{app}\Install\ReadMe.txt"; Description: "View the ReadMe file"; Flags: unchecked postinstall nowait shellexec skipifdoesntexist
-Filename: "{app}\Install\winfuse\AllmydataTray.exe"; Description: "Run Allmydata"; Flags: postinstall nowait
+Filename: "{app}\Install\winfuse\StartAllmydata.exe"; Description: "Run Allmydata"; Flags: postinstall nowait
 Filename: "http://beta.allmydata.com/welcome_install?v=%(major)d.%(minor)d.%(point)d.%(revision)d"; Description: "View the Welcome Page"; Flags: postinstall shellexec
 
 [UninstallRun]
-- 
2.45.2