From 61edecd1374b2badc8f793ce414b8565c05842c2 Mon Sep 17 00:00:00 2001
From: Peter Secor <secorp@allmydata.com>
Date: Wed, 13 Feb 2008 21:36:09 -0700
Subject: [PATCH] updating installer for beta release

---
 src/allmydata/gui/confwiz.py | 4 ++--
 windows/installer.tmpl       | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/allmydata/gui/confwiz.py b/src/allmydata/gui/confwiz.py
index d272d9c8..528b2e58 100644
--- a/src/allmydata/gui/confwiz.py
+++ b/src/allmydata/gui/confwiz.py
@@ -1,6 +1,6 @@
 
-BACKEND_URL = 'https://www-test.allmydata.com/native_client.php'
-ACCOUNT_PAGE = 'https://www-test.allmydata.com/account'
+BACKEND_URL = 'https://beta.allmydata.com/native_client.php'
+ACCOUNT_PAGE = 'https://beta.allmydata.com/account'
 TAHOESVC_NAME = 'Tahoe'
 WINFUSESVC_NAME = 'Allmydata Tahoe SMB'
 
diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index a96cb783..3fa9d888 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -32,7 +32,8 @@ Name: "{app}\noderoot"
 [Icons]
 ; Program files entries
 Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\TahoeTray.exe"
-Name: "{group}\Tahoe root dir (web)"; Filename: "{app}\Install\tahoe.exe"; Parameters: "webopen"
+Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\TahoeTray.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"
 
 [Run]
@@ -43,7 +44,7 @@ Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: """{app}\Install\
 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\TahoeTray.exe"; Description: "Run Allmydata Tahoe"; Flags: postinstall nowait
-Filename: "http://www.allmydata.com/welcome_install?v=%(major)d.%(minor)d.%(point)d.%(nano)d"; Description: "View the Welcome Page"; Flags: postinstall shellexec
+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]
 ; Performed before the uninstaller runs to undo things
-- 
2.45.2