Installer written using v1.1

M

Maersa

hi all,

i've got an installer which was made using VS.NET 2003 and the installer
prompts a dialog requesting .NET 1.1 be installed.
I have .NET 1.0 installed on this machine so is there anyway i can write a
manifest for the installer that redirects it to use .NET 1.0 ?

appreciate your help.
thanks,
 
P

Phil Wilson

If you go to the Launch Conditions view in the setup project, there should
be a check for the .NET framework. Right-click->Properties shows a
SupportedRunTimes property that you set to the level that will be checked
for.
 
M

Maersa

thanks,
that worked !

Phil Wilson said:
If you go to the Launch Conditions view in the setup project, there should
be a check for the .NET framework. Right-click->Properties shows a
SupportedRunTimes property that you set to the level that will be checked
for.
--
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

Maersa said:
hi all,

i've got an installer which was made using VS.NET 2003 and the installer
prompts a dialog requesting .NET 1.1 be installed.
I have .NET 1.0 installed on this machine so is there anyway i can write a
manifest for the installer that redirects it to use .NET 1.0 ?

appreciate your help.
thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top