|
||||
|
Installing ScriptsAll of the scripts available from GolehTek, LLC can be installed by following these simple instructions. (Installation instructions are also provided in the PDF file that accompanies each script.) The installation process involves first downloading and installing one or more scripts. You then need to configure FrameScript so it automatically installs the scripts each time you run FrameMaker. This is accomplished by selecting the GolehTek_Init.fsl initialization script from FrameScript's Options window. Detailed instructions for installing scripts and configuring FrameScript are provided in the Installation and Basic Configuration sections below. Note: If you already have an initialization script, the instructions in the Advanced Configuration section provide the lines of code that you need to add to your initialization script to load the GolehTek scripts on startup. InstallationTo install a script from GolehTek, LLC, do the following:
The installer will create a directory named GolehTek in your C:\Program Files directory. All of the scripts distributed by GolehTek, LLC install in the C:\Program Files\GolehTek directory. Once you install a script, you need to configure FrameMaker to load the script on startup. Basic ConfigurationTo configure FrameMaker to load one or more GolehTek scripts, do the following:
The FrameScript Options window will open.
The next time you run FrameMaker you should notice that new menu named GolehTek has been added to your FrameMaker document and book menu bars. Any scripts that you downloaded and installed will be available under the GolehTek menu.
Advanced ConfigurationIf you already have an initialization script that you are using with FrameScript, you can install the GolehTek scripts by adding the following lines of code to the bottom of your current initialization script:
//====================================================== // INSTALL SCRIPTS FROM GolehTek, LLC //====================================================== Install Script File('C:\Program Files\GolehTek\BookMover\BookMover.fso') Name('BookMover'); Install Script File('C:\Program Files\GolehTek\BookReport\BookReport.fso') Name('BookReport'); Install Script File('C:\Program Files\GolehTek\GenDex\GenDex.fso') Name('GenDex'); You should see the GolehTek menu in the FrameMaker document and Book menu bars. Any GolehTek scripts you installed will be accessible from the GolehTek menu. |
|||
|
Copyright 2008 GolehTek, LLC All rights reserved 42529 Mandolin Street South Riding, Virginia 20152 Email: info@golehtek.com |
||||