cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
skdacratech
Level 2

InstallShield Limited Edition for VS2013

Hello,

                I am trying to install InstallShield Limited Edition from the below link but unable to download/install due to an error. Any help in this regard is appreciated.

https://info.revenera.com/IS-EVAL-InstallShield-Limited-Edition-Visual-Studio

I am getting the below error as soon as I click on the 'GET THE LIMITED EDITION' button.

Server Error in '/Services/Autoresponder' Application.


Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
0 Kudos
(2) Replies
Revenera_Ian
Revenera Moderator Revenera Moderator
Revenera Moderator

Hi @skdacratech,

Thank you for your post.

Please accept our apologies for the confusion and frustration. InstallShield Lite and InstallShield Limited Edition have both been discontinued so they're no longer supported. Hence, InstallShield Lite and InstallShield Limited Edition are no longer available for download.

Please let us know if you have any questions or concerns. Thanks!

0 Kudos

I am trying to open an old project in VS2013 that needs InstallShield Limited Edition in order to open the installshield project associated with it. What are my options to retrive/open the installshield project associated with it at this point? 

0 Kudos