anything to worry about with my upgrade?

I'm currently using MIF2Go for just one project. I've installed MIF2Go 4.0. I wonder if there's anything I might need to tweak in these config files or should it just work?


; ReleaseNotes_text.prj
;DCL project file for C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\ReleaseNotes_text.book

[State]
Last=1
Total=1
[Projects]
1=ReleaseNotes_text
[Paths]
ReleaseNotes_text=C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\Word\
[Types]
ReleaseNotes_text=8

[End]

;mif2go.ini
;DCL ID file for C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\ReleaseNotes_text.book

[FDK]
NextFileID=af

[FileIDs]
ReleaseNotes_text_FM=aa
ReleaseNotes=ab
ReleaseNotes_text_copyright=ac
text_template=ad
ReleaseNotes_text=ae

[End]
;end of ID file

.\Word\mif2rtf.ini
;DCL .ini file created Mon Mar 12 13:43:17 2012
; for C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\ReleaseNotes_text.book

[Options]
Output=Standard
EqVertAdjust=18

[FDK]
;ConfigTemplate=D:/path/to/YourTemplate.ini
UseExistingMIF=No
DeleteMIF=No
ConversionDesigner=No
WordSuffix=.rtf
ApplyTemplateFile=No
ConvertVariables=Yes
GenerateBook=No
UseFrameTOC=No
UseFrameIX=No
UseFrameGenFiles=No
WriteEquations=Yes
WriteAllGraphics=No
WriteRefPageGraphics=Yes
WriteMasterPageGraphics=Yes
UseGraphicFileID=Yes
GraphicNameDigits=6
GraphicExportDPI=96
EquationExportDPI=120
EquationFrameExpand=125
GraphicExportFormat=WMF
PrjFileName=C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\ReleaseNotes_text.prj
IDFileName=C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\mif2go.ini

[Automation]
WrapAndShip=No
WrapPath=.\wrap
ShipPath=.\wrap

[Fonts]
Times=Times New Roman
Helvetica=Arial
Courier=Courier New
HelveticaNarrow=Arial Narrow
Helvetica-Narrow=Arial Narrow
Century Schoolbook=NewCenturySchlbk
Common Bullets=CommonBullets

[Defaults]

[Graphics]
UseGraphicPreviews=No
GrVertAdjust=8

[GraphFiles]

[GraphExport]
ImportGraphics=Normal
ExportNameChars=4
ExportNumDigits=4

[WordOptions]
Word8=Yes
WordPerfect=No
HeadFoot=None
HFFramed=No
Sideheads=Left
ExtXrefPages=No
Quotes=Help

[WordSectionFiles]

[WordCntStyles]
paragraph=1

[MacroVariables]
; Put any macro definition sections before this section.

[Setup]
PluginVersion=b111l
WriteEquations=Yes
WriteAllGraphics=No
WordSuffix=.rtf
IDFileName=C:\Users\rlauriston\cvs\TechPubs\Sentrion\MPEReleaseNotes\mif2go.ini
UseExistingMIF=No
DeleteMIF=Yes
UseExistingDCL=No

It will just work

It will just work with the previous .inis and .prj.

However, since you were using an earlier beta, your mif2rtf.ini was not modified as nicely as the released version does it. The beta added a [Setup] section at the end; the current version renames [FDK] to [Setup] instead.

It would be best to move the [Setup] section to the start, before [FDK]. Then delete the [FDK] line, making the rest
of the section's content part of [Setup]. Finally, remove any duplicate settings that were in the old [FDK]; they are harmless, but are clutter.

The .ini will actually work the way it is, but all the [FDK] settings will be ignored since [Setup] exists, and that could be confusing if you change something there by hand to no effect.

It just worked! Thanks. The

It just worked! Thanks.

The only thing I had to change was the path to runfm in a batch file (since I moved the location).