From: Alex M. <ale...@us...> - 2004-12-22 20:25:48
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22808/extsrc/installer Added Files: ForthForm.exe Hyper.ndx Licence.rtf Project.exe Registry.nsi SciEdit.exe SciEditMDI.exe Win32For.dbg Win32For.exe Win32Forth.nsi WinEd.exe WinEd.ndx help.ndx Log Message: Commit of base Win32Forth-extsrc --- NEW FILE: ForthForm.exe --- --- NEW FILE: WinEd.exe --- --- NEW FILE: WinEd.ndx --- --- NEW FILE: SciEditMDI.exe --- --- NEW FILE: help.ndx --- --- NEW FILE: SciEdit.exe --- --- NEW FILE: Hyper.ndx --- --- NEW FILE: Win32For.exe --- --- NEW FILE: Registry.nsi --- ; $Id: Registry.nsi,v 1.1 2004/12/22 20:25:25 alex_mcdonald Exp $ ############################### reg2nsis begin ################################# # This NSIS-script was generated by the reg2nsis utility # # Author : Artem Zankovich # # URL : http://aarrtteemm.nm.ru # # Usage : You can freely inserts this into your setup script as inline text # # or include file with the help of !include directive. # # Request : Please don't remove this header. # ################################################################################ WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}" "" "" ; console WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\Win32For" "" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\Win32For\Settings" "Console" "100,100,800,600" ; ForthForm WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm" "" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "WindowLeft" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "WindowTop" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "WindowWidth" "800" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "WindowHeight" "600" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "ListWindowLeft" "150" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "ListWindowTop" "250" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "MonitorLeft" "600" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "MonitorTop" "500" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "ToolbarStyle" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "Buttontext" "0" WriteRegBin HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ForthForm\Settings" "ToolBar" ffffffff7100000072000000730000007f000000ffffffff8000000081000000ffffffff7d000000790000007a00000075000000ffffffff760000007700000078000000ffffffff7c00000074000000ffffffff7b000000ffffffff6400000065000000660000006700000068000000690000006a0000006b0000006c0000006d0000006e0000006f00000070000000 ; WinEd WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd" "" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PreviousFileActive" "<UNNAMED FILE>" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PreviousFile0" "<UNNAMED FILE>;0;0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PreviousFileCount" "1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SaveFind" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WebBrowse" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "ToolBar" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "FloatBar" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "MinToolBar" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "ForthWindow" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "OpenPrevious" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PageMarks" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PrintBorders" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "RecentFiles" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "CaseSensitive" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SubDirectories" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "AllOccurances" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SaveMargin" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "Colorize" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "CharHeight" "14" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "CharWidth" "8" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PrinterLPI" "6" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "RightEdge" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "TabSize" "8" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SaveLines" "500" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "AutoSave" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "PrinterCols" "80" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "DefExt" "F" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SearchMask" "*.f" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SearchText" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SearchPath" "$INSTDIR" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WindowTop" "-4" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WindowLeft" "-4" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WindowHeight" "844" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WindowWidth" "1160" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SplitHeight" "240" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "SelectWidth" "183" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\WinEd\Settings" "WindowFont" "Fixedsys" ; ProjectManager WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager" "" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager\Settings" "WindowLeft" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager\Settings" "WindowTop" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager\Settings" "WindowWidth" "500" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager\Settings" "WindowHeight" "500" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\ProjectManager\Settings" "ProjectDir" "$INSTDIR\proj" ; SciEdit WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit" "" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "AllOccurances" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "Backup" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "CaseSensitive" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "Colorize" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "EOL" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "SaveAllBeforeCompile" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "SearchMask" "*.f" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "SearchPath" "$INSTDIR" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "SearchText" "" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "SubDirectories" "-1" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "ViewEOL" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "ViewLineNumbers" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "WhiteSpace" "0" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "WindowLeft" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "WindowTop" "100" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "WindowWidth" "500" WriteRegStr HKEY_CURRENT_USER "Software\${APPNAMEANDVERSION}\SciEdit\Settings" "WindowHeight" "500" ############################### reg2nsis end ################################# --- NEW FILE: Project.exe --- --- NEW FILE: Win32Forth.nsi --- ; $Id: Win32Forth.nsi,v 1.1 2004/12/22 20:25:25 alex_mcdonald Exp $ ; NSIS (Nullsoft Scriptable Installation System) Script for Win32Forth. ; Script generated with the Venis Install Wizard and edited by Dirk Busch. ; see http://nsis.sf.net for details about the installer. ; Define your application version !define VER_MAJOR 6 !define VER_MINOR 11 !define VER_REVISION 1 !define VER_DISPLAY "6.11.01" !define VER_FILE "61101" ; Define your application name !define APPNAME "Win32Forth" !define APPNAMEANDVERSION "${APPNAME} ${VER_DISPLAY}" !define PUBISHER "Win32Forth Project Group" !define PROJECT_URL "http://www.win32forth.org/" [...1603 lines suppressed...] RMDir "$INSTDIR\demos\AccelDemo\" RMDir "$INSTDIR\demos\" RMDir "$INSTDIR\apps\WinEd\res\" RMDir "$INSTDIR\apps\WinEd\" RMDir "$INSTDIR\apps\Setup\" RMDir "$INSTDIR\apps\SciEdit\res\" RMDir "$INSTDIR\apps\SciEdit\" RMDir "$INSTDIR\apps\ProMgr\res\" RMDir "$INSTDIR\apps\ProMgr\" RMDir "$INSTDIR\apps\ForthForm\res\" RMDir "$INSTDIR\apps\ForthForm\" RMDir "$INSTDIR\apps\Chess\" RMDir "$INSTDIR\apps\" RMDir "$INSTDIR\" SectionEnd BrandingText "${PUBISHER}" ; eof --- NEW FILE: Win32For.dbg --- --- NEW FILE: Licence.rtf --- {\rtf1\ansi \deff5\deflang1033{\fonttbl{\f4\froman\fcharset0\fprq2 Times New Roman;}{\f5\fswiss\fcharset0\fprq2 Arial;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; \red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128; \red192\green192\blue192;}{\stylesheet{\qj\sa240\widctlpar \f5\lang1031 \snext0 Normal;}{\s1\qj\sb240\sa240\keepn\widctlpar \b\f5\lang1031\kerning28 \sbasedon0\snext0 heading 1;}{\*\cs10 \additive Default Paragraph Font;}}{\info{\author Dirk Busch} {\operator Dirk Busch}{\creatim\yr2004\mo4\dy30\hr12\min40}{\revtim\yr2004\mo5\dy1\hr14\min43}{\version2}{\edmins0}{\nofpages1}{\nofwords160}{\nofchars913}{\*\company privat}{\vern57443}}\paperw11906\paperh16838\margl1417\margr1417\margt1417\margb1134 \deftab708\widowctrl\ftnbj\aenddoc\hyphhotz425\hyphcaps0\formshade \fet0\sectd \linex0\headery709\footery709\colsx709\endnhere {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang{\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang{\pntxta .}} {\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang{\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang{\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang{\pntxtb (} {\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang{\pntxtb (}{\pntxta )}}\pard\plain \s1\qj\sb240\sa240\keepn\widctlpar \b\f5\lang1031\kerning28 Win32Forth Licence \par \pard\plain \qj\sa240\widctlpar \f5\lang1031 This software package is an aggregation. The terms of this permission do not apply to these parts that have their own licencing, and they are explicitly excluded from any conditions or permissions included here. \par Copyright (C) (various dates) is asserted by the individual authors where noted. \par This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. \par Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: \par {\pntext\pard\plain\fs20 1. \tab}\pard \qj\fi-283\li328\sa240\widctlpar{\*\pn \pnlvlbody\pndec\pnb0\pni0\pnf4\pnfs20\pnstart1\pnindent283\pnhang{\pntxta . }}The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. \par {\pntext\pard\plain\fs20 2. \tab}Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. \par {\pntext\pard\plain\fs20 3. \tab}This notice may not be removed or altered from any source distribution. \par } |