Fixed Vista incompatibility

pull/1/head
root 16 years ago
parent 305bed4a11
commit bd44c22313

@ -87,7 +87,7 @@
Set obj=CreateObject("X509Enrollment.CX509Enrollment")
If IsObject(obj) Then
obj.Initialize(1)
obj.InstallResponse 7,certchain,0,""
obj.InstallResponse 0,certchain,0,""
if err.number<>0 then
msgbox err.Description
else

Loading…
Cancel
Save