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
- :
- InstallShield 2014 +Visual Studio 2013
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
Nov 07, 2014
12:00 PM
InstallShield 2014 +Visual Studio 2013
Hi
I used InstallShield 2014 +Visual Studio 2013 deploy my project,
If the Generated setup.exe is excuted other PC (win7 hasn't .net framework4.5 only .net framework3.5 ) ,can it excuted successfully?
InstallShield 2014 is dependent on the special .net framework ?
I used InstallShield 2014 +Visual Studio 2013 deploy my project,
If the Generated setup.exe is excuted other PC (win7 hasn't .net framework4.5 only .net framework3.5 ) ,can it excuted successfully?
InstallShield 2014 is dependent on the special .net framework ?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 10, 2014
08:14 AM
A setup built with InstallShield only requires .NET if something included in the setup requires it. Examples of this include installing assemblies to the GAC (the GAC isn't present unless .NET is), running managed code during installation (such as through a Managed Code custom action or an Installer Class component - avoid the latter if possible), or launching a .NET exe. If your application requires .NET, you will probably want to ensure that the setup installs .NET for you; otherwise the installation could succeed and yet a .NET application could fail to run.