Install Assembly vs Install Files
Posted: Tue Jan 04, 2005 10:38 am
Our Application has many DLLs and one exe File. It is completely written in C#. We do not want to deploy anything into the GAC, but we are just putting all assemblies into our application folder.
What exactly is the difference between "Install Files" and "Install Assemblies" Command ?
We want ngen.exe to compile our files at installation time. How is this done?
Why can only .dll files be added into the Assemblies List ? Doesn't it make sense to allow .exe Files, too ?
In the Files dialog, I can select the feature which the user must select to install the files which are shown int the list. Why does the Assembly List lack such a feature selection DropDownList above the list ?
Kind Regards
Matthias
What exactly is the difference between "Install Files" and "Install Assemblies" Command ?
We want ngen.exe to compile our files at installation time. How is this done?
Why can only .dll files be added into the Assemblies List ? Doesn't it make sense to allow .exe Files, too ?
In the Files dialog, I can select the feature which the user must select to install the files which are shown int the list. Why does the Assembly List lack such a feature selection DropDownList above the list ?
Kind Regards
Matthias