cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
BigDog831
Level 3

.Net Framework Dialog box

IS2009 Premier - Basic .MSI project

When the .Net Dialog Box appears, informing the user that .Net Frameworks needs to be installed. The user is prompted with a "Yes" button which starts the .Net download & a "No" button. However if the "No" button is pressed the dialog box closes and the install continues.

Is there a way to have the "No" button abort the install instead?


Thanx
Labels (1)
0 Kudos
(2) Replies
MichaelU
Level 12 Flexeran
Level 12 Flexeran

No, you can't. However you can disable the ".NET Option Dialog" (see the option in the releases view, .NET tab), or if you need to give your user a chance to cancel, you can create a Setup Prerequisite which installs it and doesn't allow you to skip it.
0 Kudos
BigDog831
Level 3

Thanks for the quick response. I will try the prerequisite route first. Is it possible to have my prerequisite file download the .Net framework from the internet rather than bundling it with my installer? Can I point it to the same location IS2009 uses?

Thanks again.
0 Kudos