I have made a custom dll for my setup project. My dll is very simple, registering few services, not CLR or any 3rd party lib dependent. Have statically linked with msi.lib only.
I have removed the .net and windows installer prerequisite requirements from the setup project. My setup fails on macines not having .net framework..?
As I have not having any .net dependent code, what should be the solution to this. I don;t want user to download framework first for installation.
Regards Amit