A
andreas.baus
Is there a canonical way to determine the path to the folder where the
runtime environment is installed? The reason I am asking is that I have
created a small Office Add-In in C# which needs to be registered as a
COM component using regasm.exe during installation. So I need a way for
the install script (the Add-In is only a part of a larger project which
does not use the default Microsoft installer) to find the regasm, since
it is not in the path by default.
runtime environment is installed? The reason I am asking is that I have
created a small Office Add-In in C# which needs to be registered as a
COM component using regasm.exe during installation. So I need a way for
the install script (the Add-In is only a part of a larger project which
does not use the default Microsoft installer) to find the regasm, since
it is not in the path by default.