Jump to content

.NET 3.5 on Server 2k3 [workaround]


iamtheky

Recommended Posts

When I attempt to run a silent install of .Net 3.5 from the runonceex on server 2k3 it throws an error indicating that my certificate service would need to be re-ran. After clicking 'OK' (the only option other than the x) the load finishes normally. Any way to remedy this on the install side?

-The same exact silent install works fine on windows xp from the runonceex

I am searching for a way to get the install to ignore this moreso than manipulating the O/s or service, but am absolutely hunting any solutions.

Update 11/25 am: CrtSrv= OFF

CrtSrv_Client=OFF

CrtSrv_Server=OFF

resulted in the same symptoms. I was hoping that if it was explicitly OFF I would get different results, i did not.

Update 11/25 pm: CrtSrv= ON

CrtSrv_Client=ON

CrtSrv_Server=ON

resulted in the same symptoms. I was hoping that if it was explicitly ON I would get different results, i did not.

Edited by iamtheky
Link to comment
Share on other sites


I can workaround the issue with the most ridiculous autoit script I have ever written. I would still enjoy eliminating the dialog rather than accommodating.

I suppose this is a workaround for any install that throws the certificate services warning.

[.au3]

run ("%path%\DOTNET35.exe /q /norestart")

winwaitactive ("Microsoft Certificate Services")

send ("{enter}")

exit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...