@ Allhere is a
starting point for
Thunderbird.
I screwed around with it a bit and it (somewhat) works already but donīt have the time to finish it up.
It would also be better if someone works on it, who actually uses the program.
So if someone wants to pick up on it, feel free to make it yourīs!
Regards, Siegfried
This is the current status...
QUOTE
@echo off& Color F8&MODE CON: COLS=73 LINES=20&if not exist ..\..\REA.cmd echo Wrong Directory...&pause&exit
set SILENT=%1&set GET=call ..\..\REA.cmd&if exist start.inf.txt echo The plugin is already configured...&pause&exit
:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================
%GET% CREDITS "Reatogo" "" "314-104" "29.09.2005" "Mozilla Thunderbird"
%GET% HEAD "700" "thunderbird.exe" "Mozilla Thunderbird" "ram" "Programs" "" "" "Nu2" ""
:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: Note: "PROGPATH" is already defined.
:: ==================================================
%GET% FOLDER "a" "" "" "" "" "" "" "" "" "" ""
ECHO [Software.AddReg]%OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird", "", "Mozilla Thunderbird" %OUT%
ECHO 0x4, "Clients\Mail\Mozilla Thunderbird\InstallInfo", "IconsVisible", 0x0 %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto", "", "URL:MailTo Protocol" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto", "URL Protocol", "" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\properties", "", "Thunderbird &Einstellungen" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird", "DLLPath", "B:\thunderbird\mozMapi32.dll" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\DefaultIcon", "", "B:\thunderbird\thunderbird.exe,0" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto\shell\open\command", "", "B:\thunderbird\thunderbird.exe -compose "%%1"" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\open\command", "", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\properties\command", "", "B:\thunderbird\thunderbird.exe -options" %OUT%
ECHO 0x1, "Microsoft\Windows\CurrentVersion\App Paths\thunderbird.exe", "", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Microsoft\Windows\CurrentVersion\App Paths\thunderbird.exe", "Path", "B:\thunderbird\" %OUT%
ECHO 0x1, "Mozilla", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird", "CurrentVersion", "1.0.6" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Uninstall", "Description", "Mozilla Thunderbird (1.0.6)" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "Program Folder Path", "B:\" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "Install Directory", "B:\thunderbird\" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "PathToExe", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird 1.0.6\bin", "PathToExe", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Mozilla Thunderbird\Desktop", "showMapiDialog", "1" %OUT%
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
:: ==================================================