Hi,
Is it allowed to specifiy %windir% in de .reg-file that regasm.exe /codebase
/regfile:foo.reg produces?
Instead of
"CodeBase"="file:///C:/WINDOWS/System32/Concentra.TripleDeal.DLL"
I would like
"CodeBase"="file:///%windir%/System32/Concentra.TripleDeal.DLL"
After manually editing this .reg-file, merging it in the registry and
copying it to the path specified, COM-activation failes.
Tanx
PFx
Dmytro Lapshyn [MVP] - 18 Nov 2005 10:59 GMT
Hi,
I don't think Windows environment variables are expanded in registry values.
On the other hand, if you deploy your assembly to the System32 folder,
consider deploying it to the Global Assembly Cache instead.

Signature
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]
> Hi,
>
[quoted text clipped - 13 lines]
>
> PFx