Hi,
A few parts of my program is using MS Word automation. I know that it's not legal to distribute MS Word libraries. Anyway i don't want to distribute it. I want is my program to work but when user tries to use Word automation i'll say you don't have word installed so you can't use this feature.
When i use .net's built in deployment system it includes these files too with the program;
Microsoft.mshtml.dll which is approx. 8 MB in size,
Mso.dll whish is approx. 10 MB in size,
Msword.olb which is approx. 600 K in size,
are these files the files that i must not distribute?
but unless these files program refuses to load and throws exception.
if yes what must i do the thing that i explained above?
thanks for your help
@li
A few parts of my program is using MS Word automation. I know that it's not legal to distribute MS Word libraries. Anyway i don't want to distribute it. I want is my program to work but when user tries to use Word automation i'll say you don't have word installed so you can't use this feature.
When i use .net's built in deployment system it includes these files too with the program;
Microsoft.mshtml.dll which is approx. 8 MB in size,
Mso.dll whish is approx. 10 MB in size,
Msword.olb which is approx. 600 K in size,
are these files the files that i must not distribute?
but unless these files program refuses to load and throws exception.
if yes what must i do the thing that i explained above?
thanks for your help
@li