Skip to main content
Participant
December 17, 2008
Answered

.MXI documentation

  • December 17, 2008
  • 4 replies
  • 2694 views
Can someone point me to the documentation on how to create the .mxi file. The acceptable structures within the .mxi, etc. I can't find any direct documentation on it...only other documents elluding to it. I'm looking for API, developer level documentation of the .mxi file format and the acceptable syntax.
This topic has been closed for replies.
Correct answer Newsgroup_User
Hi SalesCart:
http://www.adobe.com/go/em_file_format

HTH
Andres Cayon
Spain Adobe Dreamweaver User Group
http://www.dwug.es
----------------------


"SalesCart" <webforumsuser@macromedia.com> escribió en el mensaje de
noticias news:gibog6$itd$1@forums.macromedia.com...
> Can someone point me to the documentation on how to create the .mxi file.
> The
> acceptable structures within the .mxi, etc. I can't find any direct
> documentation on it...on other documents elluding to it. I'm looking for
> API,
> developer level documentation of the .mxi file format and the acceptably
> syntax.
>

4 replies

Inspiring
December 18, 2008
SalesCart wrote:
> Thanks guys...we already have .mxi files. We were just looking for a way to
> specify files "relative" to the location of the .mxi files. It looks like you
> can do that if the files are "upstream" in the folder heiracy but not
> "downstream". If you can, it does not appear we can find it in the
> documentation.

Actually the docs do state that you can do it using relative paths:
http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13
(page 13 in case the anchor doesn't take you there automatically), however, in practice, it doesn't seem to work for the ../ type of relative pathing. In Extension Manager 2 (CS4) you'll get an error message:
"A file contains an invalid parent path reference (..). The extension package will not be created."


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
SalesCartAuthor
Participant
December 18, 2008
quote:

Originally posted by: Newsgroup User

Actually the docs do state that you can do it using relative paths:
http://help.adobe.com/en_US/ExtensionManager/2.0/mxi_file_format.pdf#Page=13
(page 13 in case the anchor doesn't take you there automatically), however, in practice, it doesn't seem to work for the ../ type of relative pathing. In Extension Manager 2 (CS4) you'll get an error message:
"A file contains an invalid parent path reference (..). The extension package will not be created."


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert



Yes, we read that. It indicates you can do it, but does not specifically document "how". It leaves you thinking that ../ might work but it doesn't. So perhaps, there is a way to do it, but it appears to be undocumented. Some symbol like ~\ perhaps. We tested more than a few ways and could not discover it...we didn't test ~ though. Perhaps $?? Not sure.
SalesCartAuthor
Participant
December 18, 2008
Thanks guys...we already have .mxi files. We were just looking for a way to specify files "relative" to the location of the .mxi files. It looks like you can do that if the files are "upstream" in the folder heiracy but not "downstream". If you can, it does not appear we can find it in the documentation.
Inspiring
December 17, 2008
Here's a link to a DW extension that provides a UI for specifying your
settings and generates the .mxi for you:

http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=149758

There may be a few fields that it doesn't support, but it's the easiest
way to get started.

HTH,
Randy


> Can someone point me to the documentation on how to create the .mxi file. The
> acceptable structures within the .mxi, etc. I can't find any direct
> documentation on it...on other documents elluding to it. I'm looking for API,
> developer level documentation of the .mxi file format and the acceptably syntax.
Newsgroup_UserCorrect answer
Inspiring
December 17, 2008
Hi SalesCart:
http://www.adobe.com/go/em_file_format

HTH
Andres Cayon
Spain Adobe Dreamweaver User Group
http://www.dwug.es
----------------------


"SalesCart" <webforumsuser@macromedia.com> escribió en el mensaje de
noticias news:gibog6$itd$1@forums.macromedia.com...
> Can someone point me to the documentation on how to create the .mxi file.
> The
> acceptable structures within the .mxi, etc. I can't find any direct
> documentation on it...on other documents elluding to it. I'm looking for
> API,
> developer level documentation of the .mxi file format and the acceptably
> syntax.
>

SalesCartAuthor
Participant
December 17, 2008
Thank you !