mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
updating installer for beta release
This commit is contained in:
parent
1a32aaaa33
commit
61edecd137
@ -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'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user