From: Peter Secor Date: Thu, 14 Feb 2008 04:36:09 +0000 (-0700) Subject: updating installer for beta release X-Git-Tag: allmydata-tahoe-0.8.0~56 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=61edecd1374b2badc8f793ce414b8565c05842c2;p=tahoe-lafs%2Ftahoe-lafs.git updating installer for beta release --- 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