Hi,
He means Sql Server Reporting Services (which there is no support in the sql extension presently). I'm glad someone raised it as I have been searching for days looking to see if an extension and/or custom action exists for deploying reports, Models, resources and data sources using wix. Sadly I didn't come up with anything and was about to resort to writing my own extension; that was until I realised I was in way over my head. If no one knows of any then ill have to write a custom action in the mean time to suit our deployment needs. On that point, I was using the new DTF custom actions to see if I could do it easier, but when I referenced the web reference for reportingservices2005 it would throw the whole reflection only api error as mentioned below: Error 2 System.IO.FileLoadException: Cannot resolve dependency to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. D:\Snowden\Resources\Common\ReportingServices\EXEC ReportingServices I was able to overcome this by using a dll to wrap up the functionality I was using and then including the reference to this dll in the custom action, but i just know there would be an easier way then daisy chaining the calls. Any one come across this? Thanks, Murray Hipper Software Developer [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 87 Colin Street, West Perth, Western Australia 6005 Telephone: +61 8 9213 9213 Facsimile: +61 8 9322 2576 Website: www.snowdentec.com.au <http://www.snowdentec.com.au> Date: Wed, 11 Jun 2008 17:44:48 -0700 From: Rob Mensching <[EMAIL PROTECTED]> Subject: Re: [WiX-users] WiX & SSRS? To: General discussion for Windows Installer XML toolset. <[email protected]> Message-ID: <[EMAIL PROTECTED] rp.microsoft.com> Content-Type: text/plain; charset="utf-8" SSRS? SQL something or other? If so, pretty much everything in SQL can be configured with SQL so the SqlString/SqlScript goes far. Assuming, it is SQL Server we're talking about here. <smile/> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McLoughlin, John Sent: Monday, June 09, 2008 06:37 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX & SSRS? Hi, Does anyone have any experience of using WiX to setup some SSRS reports? I'm thinking it will probably require some custom actions... Cheers, J John McLoughlin | Technical Architect | Broadcast Technology | ITV plc 3rd Floor, 200 Grays Inn Road | London | WC1X 8XZ | Tel: 020 715 66870 | [EMAIL PROTECTED] ITV plc Head Office Tel +44 (0) 20 8528 2000 http://www.itv.com/ Please consider the environment before printing this email ------------------------------------------------------------------------ -- ITV plc (Registration No. 4967001) (?ITV?) is incorporated in England and Wales with its registered office at 200 Grays Inn Road, London WC1X 8HF. Please visit the official ITV website at http://www.itv.com/ for the latest company news. The contents of this email and any attachments are confidential, may be privileged, may be subject to copyright and are intended solely for the use of the individual to whom they are addressed. If you have received this email and you are not the intended recipient please notify mailto:[EMAIL PROTECTED] and delete this email and you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this email are strictly prohibited. Although ITV routinely screens for viruses, recipients should scan this email and any attachments for viruses. ITV makes no representation or warranty that this email or any of its attachments is free of viruses or defects and does not accept any responsibility for any damage caused by any virus or defect transmitted by this email. ITV reserves the right to monitor all e mails and the systems upon which such e mails are stored or circulated. This email does not conclude a binding agreement. Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of ITV. Thank You. ------------------------------------------------------------------------ -- ------------------------------------------------------------------------ - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ This e-mail and any attachments to it (the "Communication") are confidential and are for the use only of the intended recipient. The Communication may contain copyright material of the Snowden Group ("Snowden"), or any of its related entities or of third parties. If you are not the intended recipient of the Communication, please notify the sender immediately by return e-mail, delete the Communication, and do not copy, print, retransmit, disclose, store or act in reliance on the Communication. Any views expressed in the Communication are those of the individual sender only, unless expressly stated to be those of Snowden. Although virus protection devices and procedures are in place, Snowden does not guarantee the integrity of the Communication, or that it is free from errors, viruses or interference. Snowden advises email recipients to carry out their own virus checks before opening any attachment. Please note that the main telephone number for the Snowden Perth office has ch anged to +61 8 9213 9213. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

