• IngeniumSFDC
  • NEWBIE
  • 25 Points
  • Member since 2011

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies

Hi,

 

I have a managed package that installed fine last week but for some reason is failing for fresh installations. However if I install an older version (pre winter 12 release) and then update it with the latest version on the package (post winter 12 release) the installation works. All unit tests run fine and none have the run on install flag set to true.

 

The only thing I can think of is that some of my apex classes are set to use a higher API version in the newer release (so these a combination of API versions 21 and 23 in the package.

 

The error message from the failed installation gives me no information.

 

Even creating and installing an unmanged package fails.

 

Has anyone else run into this?

 

cheers

 

Brad