Shailesh
Shailesh

Reputation: 544

How to check Which version is installed of Web form for marketer in Sitecore 8

How I can check for WFFM version that have installed in Sitecore 8. I was checking in List of Package inside Data/Packages folder . Is this correct way to do this ?

Upvotes: 5

Views: 2305

Answers (3)

Paul George
Paul George

Reputation: 1817

Look in the sitecore general log at application startup, all dlls are listed including version numbers.

Upvotes: 1

Shailesh
Shailesh

Reputation: 544

I found one more way All Application ==> System ==> License detail ,there i found the version of WFFM.

Upvotes: 0

Marek Musielak
Marek Musielak

Reputation: 27132

That's one of the options, but it's not necessarily correct. One can upload a package to that folder but never install it.

You can also check WFFFM dlls in the bin folder and see their version.

And maybe the most reliable way: login to Sitecore Desktop, change database to core and in Content Editor find /sitecore/system/packages/installation history node. There should be a list of all packages which are installed in your Sitecore application including their versions.

Upvotes: 4

Related Questions