From: robk-tahoe <robk-tahoe@allmydata.com> 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/%5B/%5D%20/uri/reliability?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 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable></noInheritable> + <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> + <file name="msvcr80.dll" hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</dsig:DigestValue></asmv2:hash></file> + <file name="msvcp80.dll" hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>0KJ/VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></asmv2:hash></file> + <file name="msvcm80.dll" hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>YJuB+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></asmv2:hash></file> +</assembly> \ 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