Quote Originally Posted by linder View Post
Andrew,

Sorry, but I fear I can't follow

What displays "To run this application you first install one of the following of the .NET Framework: 4.0/Contact your application publisher...."? Your application or the installer?

And what does "MSI doens't ask me install .net 4.0" mean?

Sorry for my confusion.

You only have to mark the .NET4 checkbox in SetupBuilder and the compiler will package the .NET4 redistributable into your setup.exe. See attached screenshot.

BTW, you can check the %DOTNET4_INSTALLIT% variable after the .NET4 installation process to find out if it succeeded.

To see what the compiler did, you can check the compiler window and the compiler .htm report.

Does this help?

Friedrich
Thanks

I have first,second,third screen.
Forth - without Message Box command.
Erorr message I got after install, when I try run my exe
I expect, that if I Haven't .NET 4.0 sb offers me to install it.
I think, sb package .net to my setup.exe. (I see this big file at installation files) but by some reason it isn't download from my web deploy folder when I run setup..