From: booker Date: Mon, 3 Nov 2008 21:00:27 +0000 (-0700) Subject: register the AllmydataContextMenu.dll for the context menu handler file sharing shell... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=47bc17cdc08fa4cf6154173ebd373bf9e6b35362;p=tahoe-lafs%2Ftahoe-lafs.git register the AllmydataContextMenu.dll for the context menu handler file sharing shell extension --- diff --git a/windows/installer.tmpl b/windows/installer.tmpl index daf0e4af..c1425324 100644 --- a/windows/installer.tmpl +++ b/windows/installer.tmpl @@ -25,7 +25,8 @@ OutputBaseFilename=Allmydata_Tahoe_Setup_v%(major)d_%(minor)d_%(point)d_r%(revis [Files] ; contents of 'binaries' dir. (consolidated build target) -Source: "*.*"; DestDir: "{app}\Install"; Flags: restartreplace replacesameversion uninsrestartdelete +Source: "AllmydataContextMenu.dll"; DestDir: "{app}\Install"; Flags: regserver restartreplace replacesameversion uninsrestartdelete +Source: "*.*"; DestDir: "{app}\Install"; Excludes: "AllmydataContextMenu.dll"; Flags: restartreplace replacesameversion uninsrestartdelete Source: ".\pkg_resources\*.*"; DestDir: "{app}\Install\pkg_resources"; Flags: recursesubdirs Source: ".\winfuse\*.*"; DestDir: "{app}\Install\winfuse"; Flags: recursesubdirs