From: robk-tahoe Date: Tue, 5 Feb 2008 01:12:50 +0000 (-0700) Subject: windows: include latest windown build, winfuse and tray.exe X-Git-Tag: allmydata-tahoe-0.8.0~158 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=f4cbd5ca340fb2f04f193028397b61dd9641b822;p=tahoe-lafs%2Ftahoe-lafs.git windows: include latest windown build, winfuse and tray.exe --- diff --git a/windows/installer.tmpl b/windows/installer.tmpl index 830b7f58..fa8fcf70 100644 --- a/windows/installer.tmpl +++ b/windows/installer.tmpl @@ -31,6 +31,7 @@ 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: "{group}\Allmydata Help"; Filename: "http://www.allmydata.com/help.php" @@ -41,6 +42,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\TahoeTray.exe"; Description: "Run Allmydata Tahoe"; Flags: postinstall nowait [UninstallRun] ; Performed before the uninstaller runs to undo things diff --git a/windows/winfuse/Interface.dll b/windows/winfuse/Interface.dll index 82136d4e..607a4c0f 100644 Binary files a/windows/winfuse/Interface.dll and b/windows/winfuse/Interface.dll differ diff --git a/windows/winfuse/Microsoft.VC80.CRT.manifest b/windows/winfuse/Microsoft.VC80.CRT.manifest new file mode 100644 index 00000000..b89cafd7 --- /dev/null +++ b/windows/winfuse/Microsoft.VC80.CRT.manifest @@ -0,0 +1,8 @@ + + + + + n9On8FItNsK/DmT8UQxu6jYDtWQ= + 0KJ/VTwP4OUHx98HlIW2AdW1kuY= + YJuB+9Os2oxW4mY+2oC/r8lICZE= + \ No newline at end of file diff --git a/windows/winfuse/TahoeFS.dll b/windows/winfuse/TahoeFS.dll index 528bd24f..25936220 100644 Binary files a/windows/winfuse/TahoeFS.dll and b/windows/winfuse/TahoeFS.dll differ diff --git a/windows/winfuse/TahoeTray.exe b/windows/winfuse/TahoeTray.exe new file mode 100644 index 00000000..f85f1161 Binary files /dev/null and b/windows/winfuse/TahoeTray.exe differ diff --git a/windows/winfuse/UserLogon.dll b/windows/winfuse/UserLogon.dll index fa85a507..631aaa07 100644 Binary files a/windows/winfuse/UserLogon.dll and b/windows/winfuse/UserLogon.dll differ diff --git a/windows/winfuse/WinFUSE.exe b/windows/winfuse/WinFUSE.exe index 55068fd6..8b106920 100644 Binary files a/windows/winfuse/WinFUSE.exe and b/windows/winfuse/WinFUSE.exe differ diff --git a/windows/winfuse/msvcm80.dll b/windows/winfuse/msvcm80.dll new file mode 100644 index 00000000..c751385b Binary files /dev/null and b/windows/winfuse/msvcm80.dll differ diff --git a/windows/winfuse/msvcp80.dll b/windows/winfuse/msvcp80.dll new file mode 100644 index 00000000..f0b52ebf Binary files /dev/null and b/windows/winfuse/msvcp80.dll differ diff --git a/windows/winfuse/msvcr80.dll b/windows/winfuse/msvcr80.dll new file mode 100644 index 00000000..53c005ef Binary files /dev/null and b/windows/winfuse/msvcr80.dll differ