diff --git a/installer/English.lproj/welcome.rtf b/installer/English.lproj/welcome.rtf new file mode 100644 index 00000000..dea049ef --- /dev/null +++ b/installer/English.lproj/welcome.rtf @@ -0,0 +1,27 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf320 +{\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} +{\colortbl;\red255\green255\blue255;\red196\green0\blue21;\red158\green0\blue6;} +{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1} +{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}} +{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}} +\paperw11900\paperh16840\margl1440\margr1440\vieww16580\viewh17820\viewkind0 +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural + +\f0\fs28 \cf0 This installer will install {\field{\*\fldinst{HYPERLINK "http://totalfinder.binaryage.com"}}{\fldrslt +\b TotalFinder}} to your computer.\ +\ +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural +\cf2 Please finish all background jobs like copying or moving files.\cf3 \ +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural +\cf0 Finder will be restarted during installation.\ +\ +TotalFinder is a Finder plugin which adds tabs, dual panel mode and other features. To read more about TotalFinder please visit {\field{\*\fldinst{HYPERLINK "http://totalfinder.binaryage.com/about"}}{\fldrslt http://totalfinder.binaryage.com/about}}\ +\ +You have 14 days to evaluate the product. For more info on licensing please visit {\field{\*\fldinst{HYPERLINK "http://totalfinder.binaryage.com/licensing"}}{\fldrslt http://totalfinder.binaryage.com/licensing}}\ +\ +TotalFinder consists of three parts:\ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural +\ls1\ilvl0\cf0 {\listtext \'95 }TotalFinder.app - Finder plugin and launcher\ +\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural +\ls2\ilvl0\cf0 {\listtext \'95 }TotalFinder.osax - scripting additions for Finder\ +{\listtext \'95 }TotalFinder.kext - system extension (optional)} \ No newline at end of file diff --git a/installer/background.png b/installer/background.png new file mode 100644 index 00000000..3b09f215 Binary files /dev/null and b/installer/background.png differ diff --git a/installer/intro.png b/installer/intro.png new file mode 100644 index 00000000..405c46c0 Binary files /dev/null and b/installer/intro.png differ diff --git a/installer/readme.html b/installer/readme.html new file mode 100644 index 00000000..70afcf88 --- /dev/null +++ b/installer/readme.html @@ -0,0 +1,339 @@ + + + + + + TotalFinder from BinaryAge + + + +

TotalFinder

+
from BinaryAge
+
TotalFinder
+ +
+

TotalFinder is a better Finder

+

TotalFinder is a plugin into Finder.app which adds tabs, dual panel, folders on top and other useful features.

+

TotalFinder works only with latest OS X 10.6 (Snow Leopard).

+ +
+

+The documentation is located at
+http://totalfinder.binaryage.com/documentation +

+ +

+For support please visit
+http://support.binaryage.com +

+
+ + \ No newline at end of file diff --git a/installer/totalfinder.icns b/installer/totalfinder.icns new file mode 100644 index 00000000..34f5df0c Binary files /dev/null and b/installer/totalfinder.icns differ diff --git a/plugin/Resources/diagnostics.sh b/plugin/Resources/diagnostics.sh new file mode 100755 index 00000000..6b00455e --- /dev/null +++ b/plugin/Resources/diagnostics.sh @@ -0,0 +1,24 @@ +#!/bin/sh + +$1 || system_profiler + +echo "==== Checking TotalFinder.app" +ls -l /Applications | grep TotalFinder +$1 || ls -lR /Applications/TotalFinder.app + +echo "==== Checking TotalFinder.osax" +ls -l "/Library/ScriptingAdditions" | grep TotalFinder +$1 || ls -lR "/Library/ScriptingAdditions/TotalFinder.osax" + +echo "==== Checking TotalFinder.kext" +ls -l /System/Library/Extensions | grep TotalFinder +$1 || ls -lR /System/Library/Extensions/TotalFinder.kext + +echo "==== Checking system config" +sw_vers +echo "Ruby version: `/usr/bin/ruby -v`" + +$1 || echo +$1 || echo "Environment:" +$1 || env +