mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
windows installer: remove uninstall tracking, add welcome page
in justin's testing, the uninstall tracking was hanging the uninstall process (on vista) for now, until we see enough need for it to warrant more detailed testing/debugging/tweaks, I'm simply disabling the call to confwiz --uninstall also this adds a 'welcome page' to the install process. once the user has installed the windows build, then the installer will open a web browser to the 'welcome page' on the website ('/welcome_install')
This commit is contained in:
parent
85eae2bf57
commit
4f4d355310
@ -43,6 +43,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
|
||||
|
||||
[UninstallRun]
|
||||
; Performed before the uninstaller runs to undo things
|
||||
@ -50,7 +51,7 @@ Filename: "{sys}\net.exe"; Parameters: "stop ""Allmydata Tahoe SMB"""; Flags: ru
|
||||
Filename: "{sys}\net.exe"; Parameters: "stop Tahoe"; Flags: runhidden
|
||||
Filename: "{app}\Install\winfuse\InstallUtil.exe"; Parameters: "/uninstall ""{app}\Install\winfuse\WinFUSE.exe"""; Flags: runhidden
|
||||
Filename: "{app}\Install\tahoesvc.exe"; Parameters: "-remove"; Flags: runhidden
|
||||
Filename: "{app}\Install\confwiz.exe"; Parameters: "--uninstall"; Flags: runhidden
|
||||
;Filename: "{app}\Install\confwiz.exe"; Parameters: "--uninstall"; Flags: runhidden
|
||||
;Filename: "http://www.allmydata.com/redirect/uninstallsurvey.php?build=%(build)s"; Flags: shellexec
|
||||
|
||||
[Registry]
|
||||
|
Loading…
x
Reference in New Issue
Block a user