From: Peter Secor <secorp@allmydata.com>
Date: Fri, 28 Mar 2008 19:25:08 +0000 (-0700)
Subject: native client - removed unused file (used to be for elevating privileges) and changed... 
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/$rel_link?a=commitdiff_plain;h=3d9c4bcb2fa4a942a9b7d346a671aa657cda6970;p=tahoe-lafs%2Ftahoe-lafs.git

native client - removed unused file (used to be for elevating privileges) and changed installer to start up the AllmydataTray executable directly
---

diff --git a/windows/installer.tmpl b/windows/installer.tmpl
index 96b1d59c..74f320de 100644
--- a/windows/installer.tmpl
+++ b/windows/installer.tmpl
@@ -33,8 +33,8 @@ Name: "{app}\noderoot"
 
 [Icons]
 ; Program files entries
-Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\StartAllmydata.exe"
-Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\StartAllmydata.exe"
+Name: "{group}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
+Name: "{commonstartup}\Allmydata"; Filename: "{app}\Install\winfuse\AllmydataTray.exe"
 ;Name: "{group}\Tahoe root dir (web)"; Filename: "{app}\Install\tahoe.exe"; Parameters: "webopen"
 Name: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help"
 
@@ -45,7 +45,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\StartAllmydata.exe"; Description: "Run Allmydata"; 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.%(revision)d"; Description: "View the Welcome Page"; Flags: postinstall shellexec
 
 [UninstallRun]
diff --git a/windows/winfuse/StartAllmydata.exe b/windows/winfuse/StartAllmydata.exe
deleted file mode 100644
index 69323016..00000000
Binary files a/windows/winfuse/StartAllmydata.exe and /dev/null differ