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
- :
- Re: Microsoft Report Viewer 2010
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
May 02, 2015
10:31 AM
Microsoft Report Viewer 2010
Ok maybe I'm just missing something I'm using VS 2013 and InstallShield 2013 Limited Edition for Visual Studio.
I have a winforms application that uses Microsoft Report Viewer 2012.
How do I include the Report Viewer with my setup package? I can not find a prerequisite file for the report viewer.
Thanks
Art
I have a winforms application that uses Microsoft Report Viewer 2012.
How do I include the Report Viewer with my setup package? I can not find a prerequisite file for the report viewer.
Thanks
Art
- Tags:
- report viewer
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 04, 2015
02:12 PM
Unfortunately InstallShield LE doesn't ship with Microsoft Report Viewer 2012. If you could locate a prq from another source you could add the appropriate .prq file to the prerequisites directory which should cause it to show up in ISLE (that default location is C:\Program Files (x86)\InstallShield\2013LE\SetupPrerequisites). It is worth noting that InstallShield Professional and Premier editions come with the prerequisite editor which allows you to create your own prereqs.
Another option you may wish to consider with ISLE is to create an install condition that looks for Microsoft Report Viewer 2012. You can use this functionality to prevent the install from continuing if Report Viewer isn't on the machine. In the requirements section under section 5, you'll see a list of System Software requirements you can check. To create your own, right-click System Software requirements and select Create New Launch Condition (System Search Wizard). Follow the prompts in the wizard to create your condition.
I hope this helps.
Another option you may wish to consider with ISLE is to create an install condition that looks for Microsoft Report Viewer 2012. You can use this functionality to prevent the install from continuing if Report Viewer isn't on the machine. In the requirements section under section 5, you'll see a list of System Software requirements you can check. To create your own, right-click System Software requirements and select Create New Launch Condition (System Search Wizard). Follow the prompts in the wizard to create your condition.
I hope this helps.