RE: .NET versions conflict in setup projects
- From: Leslie <mason@xxxxxxxxxxxxxxxx>
- Date: Fri, 21 Jul 2006 06:54:01 -0700
Gary,
Thanks that is just what I was looking for!
Leslie
""Gary Chang[MSFT]"" wrote:
Hi Leslie,.
Thank you posting!
From the description, you want to your installation package could also be
run in the system which only has the .NET 2.0 framework installed. Please
correct me if I misunderstood anything.
Is there a way to modify the .msi file (with Orca or with script)
to remove or relax this runtime version checking requirement?
I think the corresponding setup project is created by Visual Studio 2003.
If so, I suggest you can add the .NET Framework 2.0's version number to its
corresponding launch conditions "SupportedRuntimes" property.
To achieve this, just open that setup project in VS2003 IDE, right click
the setup project node in the Solution Explorer, in its context menu choose
'View | Launch Conditions'. Then in the left 'Launch Conditions' view
window right click the ".NET Framework" entry, in its context menu select
Properties Window. Then in the upcoming Properties window, add the .NET
Framework 2.0's version number to the ""SupportedRuntimes" item, delimited
by a semicolon, such as:
1.1.4322;2.0.50727
At the end, rebuild the setup project.
I hope the above information helps, if you have any questions or concerns,
please do not hesitate to let me know. I am standing by to help you.
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: .NET versions conflict in setup projects
- From: "Gary Chang[MSFT]"
- RE: .NET versions conflict in setup projects
- References:
- RE: .NET versions conflict in setup projects
- From: "Gary Chang[MSFT]"
- RE: .NET versions conflict in setup projects
- Prev by Date: RE: when compiling project vs 2005 showing errors from other proje
- Next by Date: ASP hangs when starting in IDE
- Previous by thread: RE: .NET versions conflict in setup projects
- Next by thread: RE: .NET versions conflict in setup projects
- Index(es):
Relevant Pages
|