167.
Which of the following command-line entries would allow you to install an assembly into the GAC?
View Description
/i assemblyPath - Installs an assembly into the global assembly cache
/if assemblyPath - Installs an assembly into the global assembly cache. If an assembly with the same name already exists in the global assembly cache, the tool overwrites it.