Skip to main content
ew1611111
Participant
December 17, 2014
Question

Default S1000D directory

  • December 17, 2014
  • 1 reply
  • 255 views

Does anyone knows how to move the S1000D_XmlDir away from the default installation directory (C:\Program Files (x86)\Adobe\AdobeFrameMaker12)? I want to have the S1000D application on a shared directory over network, so all users use the same configuration.

This topic has been closed for replies.

1 reply

December 18, 2014

I'm not sure if this applies equally to S1000D, but we did something similar for DITA. We wanted to make the structured application available through Subversion so it would be easy to roll out updates. In broad brushstrokes, here is what we did.

We made a copy of the file structure, starting with the Structure directory, using only the structured applications we wanted exposed to the writers.

Then we modified the structapps.fm file to contain only those structured applications.

Finally, we modified the StructureDir line in the maker.ini file to point to the location of the copied Structure directory.

I don't know if there is something in the FrameMaker implementation of S1000D that prohibits this, but is easy enough to test because you can always point StructureDir back to the default location if it blows up in your face.

ew1611111
ew1611111Author
Participant
December 19, 2014

Thanks Larry

That is exactly what we have done with our setups for other DTD's, so far. But now we want to try using the the S1000D appl pack.

When we edit StructureDir to something other than StructureDir = structure, eg StructureDir = c: \ myStructureDir, then S1000D_XmlDir get the value 'C:\ Program Files (x86) \ Adobe \ AdobeFrameMaker12 \ c: \ myStructureDir \ xml', which is not is a valid path.