Installer written using v1.1

  • Thread starter Thread starter Maersa
  • Start date Start date
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,
 
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.
 
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,
 
Back
Top