Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

1 Getting started with Mif2Go > 1.1 Quick start > 1.1.3 Create or replace the Mif2Go installation script


1.1.3 Create or replace the Mif2Go installation script

As long as you are using the same version of FrameMaker and it stays in the same place on your system, you have to do the following only once; thereafter, installing the latest version of Mif2Go is just a double-click away.

Note: If you run into problems, follow the instructions in §1.4.1 Install Mif2Go.

To create (or replace) the Mif2Go installation program:

1. If you already have a file in your Mif2Go distribution folder named InstallMif2Go.bat, rename it InstallMif2Go.bak, just in case.

2. Using a text editor such as Notepad, copy the following lines exactly and paste them into a new text file:

REM Install or update Mif2Go

copy /y *.exe %windir%\system32

copy /y d*.dll %windir%\system32

copy /y ugmif2go.chm %windir%\Help

copy /y m*.dll "###\fminit\plugins"

del /q "###\fminit\plugins\.cache"

3. Carefully replace all instances of ### in the new file with the full path to the folder where FrameMaker is currently installed on your system; for example:

C:\Program Files\Adobe\FrameMaker7.2

You can browse to this folder in Windows Explorer, then simply copy the path from the Explorer Address line and paste it into the new file, replacing just the characters ###. Do not remove or overwrite the quote marks. Do not allow lines to wrap.

4. Save the new file in your Mif2Go distribution folder as "InstallMif2Go.bat", and exit the text editor.

Note: The quote marks are not part of the file name. Their purpose is to prevent the editor from saving the file as InstallMif2Go.bat.txt, which is what many editors would do otherwise. See §D.2.2 Check your Mif2Go installation.

5. Create a shortcut to InstallMif2Go.bat on your desktop, if this shortcut is not already present.

6. Exit FrameMaker, if you happen to have it open.

7. Double-click the shortcut to InstallMif2Go.bat. The copy commands in InstallMif2Go.bat will copy the necessary files from your Mif2Go distribution folder to the specified execution folders, which are listed in Table 1-1.



1 Getting started with Mif2Go > 1.1 Quick start > 1.1.3 Create or replace the Mif2Go installation script