From 06f6c153333b0338348b3d3747a20b39d8ada77c Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Thu, 21 Feb 2008 20:46:57 -0700
Subject: [PATCH] native client - renaming a few more instances to be
 consistent with Allmydata naming scheme for the release, maybe should
 parameterize this

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

diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index cf500341..2cf8d260 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -1,12 +1,12 @@
 [Setup]
-AppName=Allmydata Tahoe
-AppVerName=Allmydata Tahoe %(major)d.%(minor)d.%(point)d-%(nano)d
+AppName=Allmydata 3
+AppVerName=Allmydata 3 %(major)d.%(minor)d.%(point)d-%(nano)d
 AppVersion=%(major)d.%(minor)d.%(point)d-%(nano)d
 VersionInfoVersion=%(major)d.%(minor)d.%(point)d.%(nano)d
 AppPublisher=Allmydata Inc.
 AppPublisherURL=http://www.allmydata.com/
 AppSupportURL=http://www.allmydata.com/support/
-DefaultDirName={pf}\Allmydata.Tahoe
+DefaultDirName={pf}\Allmydata 3
 DefaultGroupName=Allmydata
 ; minumum version NT 4, no classic windows
 MinVersion=0,4.0
@@ -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 Tahoe"; Flags: postinstall nowait
+Filename: "{app}\Install\winfuse\AllmydataTray.exe"; Description: "Run Allmydata"; Flags: postinstall nowait
 Filename: "http://beta.allmydata.com/welcome_install?v=%(major)d.%(minor)d.%(point)d.%(nano)d"; Description: "View the Welcome Page"; Flags: postinstall shellexec
 
 [UninstallRun]
-- 
2.45.2