M
MarkMurphy
When deploying a web project how would I parameterize the following
registry value entry?
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyApp]
"EventMessageFile"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\EventLogMessages.dll"
I need a variable like %CURDOTNETDIR%. I don't want to hardcode the
windows driectory and .NET version.
Thanks,
Mark
registry value entry?
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyApp]
"EventMessageFile"="C:\\WINDOWS\\Microsoft.NET\\Framework\\v1.1.4322\\EventLogMessages.dll"
I need a variable like %CURDOTNETDIR%. I don't want to hardcode the
windows driectory and .NET version.
Thanks,
Mark