dotnet framework check and install

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 .
 
A

Ankit

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
 

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