dotnet framework check and install

  • Thread starter Thread starter Kid
  • Start date Start date
K

Kid

hi

Is it possible to check and install some version dotnet framework in MSI
project , does it has this feature or I need to write it by myself ?

Can I bundle dotnet framework in my package ?

Thank you .
 
Kid,
If I am assuming right you are using Install Shied Admin Stuido for creating
MSI,
In Install Shield you can create the system search and search for the
version for Dot Net in the Registry and
store them as the Property. Once you have this Property you can use it as a
Launch Contiditon.
To put dot net Frame work I would suggest you to keep it as a Seperate
install as nested MSI will hard
to debug if you have issue later. Or you can create a Custom action to
Install .net FrameWork MSI



Regards
Ankit
 
Back
Top