• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How can I register FDK clients without access to the installed maker.ini?

New Here ,
Jun 19, 2019 Jun 19, 2019

Copy link to clipboard

Copied

Hi all,

I don't have access to the maker.ini file in the FrameMaker installation. How can I then register FDK clients?

I plan to put my FDK clients in a fminit structure in my document folder.

Will a maker.ini file in the same folder also be run at startup?

Best Regards,

Gunnar Eldevik

TOPICS
Scripting

Views

622

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 19, 2019 Jun 19, 2019

Copy link to clipboard

Copied

There is also a maker.ini file in

C:\Users\<UserName>\AppData\Roaming\Adobe\FrameMaker\<VersionNumber>

where <UserName> is your Windows login name and <VersionNumber> is the FrameMaker version number (13 for 2015; 14 for 2017; 15 for 2019).

There is also a way to configure an FDK Client so that it loads automatically without an entry in the maker.ini file if it is in the fminit/Plugins folder. I don't remember how to do it, but it is in the FDK docs somewhere.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 19, 2019 Jun 19, 2019

Copy link to clipboard

Copied

Autoregister of FDK Clients is discribed here: (page 36)

https://help.adobe.com/en_US/framemaker/pdfs/fdkprogrammerguide.pdf?page=36

Plugin is put to fminit/Plugins and Registers automatically if VERSIONINFO in res-file is set correctly.

For Installation you Need Rights to %programfiles%

Markus

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 20, 2019 Jun 20, 2019

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 03, 2019 Jul 03, 2019

Copy link to clipboard

Copied

In FM8 on Solaris the fminit folder was read  both in the FM installation  and also in an fminit structure places in the same folder as the FM book. Is this also the case with the current versions on Window, meaning that I might put my plugins under my  ...\document\fminit\Plugin folder?

Best Regards,

--Gunnar

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jul 04, 2019 Jul 04, 2019

Copy link to clipboard

Copied

LATEST

$FMHome/fminit/Plugins is the place where you can deploy your Plugins for autoloading mechanism.

Follow programming guide to set res-information correclty.

Markus

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines