If add CLR window into installer it requires .net framework 3.5
Also when you run such .msi it requires .net 3.5 or in my case it was enough to install .net 3.5 server features :( This is very frustrating because we force user to install unnecessary feature to launch installer.
Do you know how to avoid this problem? Include .dll into installer project?
Also when you run such .msi it requires .net 3.5 or in my case it was enough to install .net 3.5 server features :( This is very frustrating because we force user to install unnecessary feature to launch installer.
Do you know how to avoid this problem? Include .dll into installer project?