This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to deploy SSRS Reports through Install Shield
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 23, 2009
11:54 AM
How to deploy SSRS Reports through Install Shield
Is there any documentation, help, examples on how to deploy SQL Server Reporting Services reports via Install Shield 2010? I am using an InstallScript MSI project at this point.
Any help would be greatly appreciated. Thanks.
Any help would be greatly appreciated. Thanks.
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 26, 2009
01:41 AM
Not that I am aware of. You would have to do something with the setup.exe bootstrapper for the SQL Server installer to indicate that SSRS should be installed via a .cmd file passing in the appropriate parameters. What you are asking is not straight forward, or easy to do. I have spent a couple of months writing the installer, .cmd files, vbscripts, etc. to do this.
Tim
:eek:
Tim
:eek:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2010
09:21 PM
I've done this at a previous job. Basically you write a C#/DTF custom action that can call into the web service that SSRS exposes and then make the whole thing data driven via custom tables. It took me about a week to get it working really well.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2010
01:08 AM
Hi Christopher, interesting idea. I am not sure what a DTF is? Can you elaborate on this?
Thanks in advance!
Tim
Thanks in advance!
Tim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 07, 2010
02:41 PM
Thanks for the info...I was hoping to use the rs.exe utility, but I'm sure it's probably not that easy 😞
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 21, 2010
09:32 AM
Hi - I am currently looking for a way to create an install package for my SSRS reports, datasources and subscriptions. I found this in my search for an easy way to do it. It works pretty good and it makes things very simple.
http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx
http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 21, 2010
10:23 AM
Awesome! Thanks very much for the info!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 13, 2011
03:37 PM
Hello,
I used the rs.exe tool to deploy reports from tfs changes. Then IT management asked me to deploy every single report with the tool (about 300s reports, total size around 40Mb) and it took the rs.exe around 30min to deploy those.
I wrote the equivalent to what the rs was doing in a .net program to bypass the compiling step and there wasn't any major performance increase.
My questions are?
Do you guys know if this is expected behavior?
Do you guys could share your experience in this regard?
Thanks
I used the rs.exe tool to deploy reports from tfs changes. Then IT management asked me to deploy every single report with the tool (about 300s reports, total size around 40Mb) and it took the rs.exe around 30min to deploy those.
I wrote the equivalent to what the rs was doing in a .net program to bypass the compiling step and there wasn't any major performance increase.
My questions are?
Do you guys know if this is expected behavior?
Do you guys could share your experience in this regard?
Thanks