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
- :
- Does the .NET Object Wizard Support .NET SP 1 ?
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
‎Mar 27, 2012
08:14 AM
Does the .NET Object Wizard Support .NET SP 1 ?
Hello folks,
I have just one question: Is the Microsoft .NET Object Wizard Supporting .NET 3.5 SP1(!)? Because you need to log in for seeing 2012er Files I cant look for myself... can somebody look it up for me please? 😉
I really need to know it :cool:
thanks in anticipation
mstwis
I have just one question: Is the Microsoft .NET Object Wizard Supporting .NET 3.5 SP1(!)? Because you need to log in for seeing 2012er Files I cant look for myself... can somebody look it up for me please? 😉
I really need to know it :cool:
thanks in anticipation
mstwis
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 27, 2012
11:57 AM
The .NET Object for InstallScript projects has been superceded by the .NET prerequisites available in the Prerequisites view. A prerequisite for installing .NET 3.5 SP1 is available.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 28, 2012
03:22 AM
thanks for ur answere.
The Problem with .NET prerequisites is, that you cant select features with need the prerequisite - not all my features need dotNet so normal .NET prerequisites are not an option.
Is there an other option in IS 2012 for my problem?
The Problem with .NET prerequisites is, that you cant select features with need the prerequisite - not all my features need dotNet so normal .NET prerequisites are not an option.
Is there an other option in IS 2012 for my problem?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 28, 2012
01:36 PM
There are a couple of options available:
- Include the .NET framework and any other prerequisites and your InstallScript project as packages in a suite project. Suite projects provide the ability to control the packages that are installed through features in the suite. Note that InstallScript projects in suite installations will be supported natively (IS 2012 suites can only run them as EXE packages) in the next release of InstallShield.
- Move the detection and installation any .NET framework installers into your InstallScript project directly. Based on the detection of the version of .NET installed on the machine and the state of a feature in the script project, the .NET installation can be launched with the LaunchApplication function.
- Include the .NET framework and any other prerequisites and your InstallScript project as packages in a suite project. Suite projects provide the ability to control the packages that are installed through features in the suite. Note that InstallScript projects in suite installations will be supported natively (IS 2012 suites can only run them as EXE packages) in the next release of InstallShield.
- Move the detection and installation any .NET framework installers into your InstallScript project directly. Based on the detection of the version of .NET installed on the machine and the state of a feature in the script project, the .NET installation can be launched with the LaunchApplication function.