installation of trial worked fine for other components but the reporting will not install, goes through the process right to the end before rolling itself back.
snippet of install log
------------
MSI (s) (44:B8) [08:42:55:713]: Running as a service.
MSI (s) (44:B8) [08:42:55:715]: Hello, I'm your 32bit Elevated custom action server.
MSI (s) (44!4C) [08:42:55:758]: Creating MSIHANDLE (448) of type 790531 for thread 2892
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI8BA8.tmp-\
MSI (s) (44!4C) [08:42:55:759]: Closing MSIHANDLE (448) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:55:811]: Creating MSIHANDLE (449) of type 790531 for thread 2892
SFXCA: Binding to CLR version v2.0.50727
MSI (s) (44!4C) [08:42:55:811]: Closing MSIHANDLE (449) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:113]: Creating MSIHANDLE (450) of type 790531 for thread 2892
Calling custom action TelerikReportingCA!TelerikReporting.TelerikReportingCA.ConfigSamples
MSI (s) (44!4C) [08:42:56:116]: Closing MSIHANDLE (450) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:136]: Creating MSIHANDLE (451) of type 790531 for thread 2892
ConfigSamples: ReportingInstallDir =
MSI (s) (44!4C) [08:42:56:138]: Closing MSIHANDLE (451) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:140]: Creating MSIHANDLE (452) of type 790531 for thread 2892
Exception thrown by custom action:
MSI (s) (44!4C) [08:42:56:140]: Closing MSIHANDLE (452) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:143]: Creating MSIHANDLE (453) of type 790531 for thread 2892
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Deployment.WindowsInstaller.CustomActionData.get_Item(String key)
at TelerikReporting.TelerikReportingCA.GetServerInfo(IDictionary`2 session)
at TelerikReporting.TelerikReportingCA.ConfigSamples(Session session)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr)
MSI (s) (44!4C) [08:42:56:144]: Closing MSIHANDLE (453) of type 790531 for thread 2892
CustomAction ConfigureSamples returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (44:E0) [08:42:56:606]: Closing MSIHANDLE (447) of type 790536 for thread 4208
Action ended 8:42:57: InstallFinalize. Return value 3.
--------------
snippet of install log
------------
MSI (s) (44:B8) [08:42:55:713]: Running as a service.
MSI (s) (44:B8) [08:42:55:715]: Hello, I'm your 32bit Elevated custom action server.
MSI (s) (44!4C) [08:42:55:758]: Creating MSIHANDLE (448) of type 790531 for thread 2892
SFXCA: Extracting custom action to temporary directory: C:\Windows\Installer\MSI8BA8.tmp-\
MSI (s) (44!4C) [08:42:55:759]: Closing MSIHANDLE (448) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:55:811]: Creating MSIHANDLE (449) of type 790531 for thread 2892
SFXCA: Binding to CLR version v2.0.50727
MSI (s) (44!4C) [08:42:55:811]: Closing MSIHANDLE (449) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:113]: Creating MSIHANDLE (450) of type 790531 for thread 2892
Calling custom action TelerikReportingCA!TelerikReporting.TelerikReportingCA.ConfigSamples
MSI (s) (44!4C) [08:42:56:116]: Closing MSIHANDLE (450) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:136]: Creating MSIHANDLE (451) of type 790531 for thread 2892
ConfigSamples: ReportingInstallDir =
MSI (s) (44!4C) [08:42:56:138]: Closing MSIHANDLE (451) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:140]: Creating MSIHANDLE (452) of type 790531 for thread 2892
Exception thrown by custom action:
MSI (s) (44!4C) [08:42:56:140]: Closing MSIHANDLE (452) of type 790531 for thread 2892
MSI (s) (44!4C) [08:42:56:143]: Creating MSIHANDLE (453) of type 790531 for thread 2892
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.ThrowHelper.ThrowKeyNotFoundException()
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Microsoft.Deployment.WindowsInstaller.CustomActionData.get_Item(String key)
at TelerikReporting.TelerikReportingCA.GetServerInfo(IDictionary`2 session)
at TelerikReporting.TelerikReportingCA.ConfigSamples(Session session)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
at Microsoft.Deployment.WindowsInstaller.CustomActionProxy.InvokeCustomAction(Int32 sessionHandle, String entryPoint, IntPtr remotingDelegatePtr)
MSI (s) (44!4C) [08:42:56:144]: Closing MSIHANDLE (453) of type 790531 for thread 2892
CustomAction ConfigureSamples returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (44:E0) [08:42:56:606]: Closing MSIHANDLE (447) of type 790536 for thread 4208
Action ended 8:42:57: InstallFinalize. Return value 3.
--------------