

Captivate version history
Captivate version used when content was published
Does anyone know of a way to determine what specific Captivate version (for example 11.5.1.499 not just Captivate 2019) was used at the time content was published? Is there anything in the extracted .zip files that would point to a specific version?
Also, is there any documentation that lists the release history including hot fixes?
Thanks in advance!
-Trina
Does anyone know of a way to determine what specific Captivate version (for example 11.5.1.499 not just Captivate 2019) was used at the time content was published? Is there anything in the extracted .zip files that would point to a specific version?
Also, is there any documentation that lists the release history including hot fixes?
Thanks in advance!
-Trina
You must be logged in to post a comment.

- Most Recent
- Most Relevant
Where you find it varies. I have Captivate generated output folders from different versions. Look for a “Project” file at the top level.
I’m looking at Dec 2020 generated output from our subscription, there is a PROJECT.TXT file. It’s there.
In an old output file that was generated in Captivate 6.6, I found it in PROJECT.JS.
I don’t know of a way to get the exact build (e.g. 11.5.1.499), but if you open project.text in the roots of the published course package in a text editor, you can check “generatorVersion”: almost at the very beginning of the text. Would give you “11.5.1” in our example.
You can also just run the course, bring up the browser console and query the value of the variable ‘CaptivateVersion’. Again this would give you “11.5.1” in our example.
If you happen to have the .cptx project file for the course in question, you can temporarily change the file extension to zip, open the zip archive, and then unpack and open the file ‘info.cpi’ in a text editor. Again you’ll see the version right at the beginning of the file (a few characters in). For a project created with Captivate version 11.5.1.499 you’ll get “11.5..499” here. Not sure what happened to the “1”.