• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

ImportSiteCert

D

David

Flightless Bird
I am ceating an IE8 install package using IEAK8 for the computers in my
office. I want to include the security certificates that exist on the xp sp2
computer I am using to create the intall package.

I added the following to the Install.ins file under [Security Imports]
ImportSiteCert=0

then I have IEAK8 build the install exe, yet the certificates I check are
not included in the IE8 install on target computer.

am i going this correctly?

thanks,
David
 
D

Dan

Flightless Bird
"David" <David@discussions.microsoft.com> wrote in message
news:71B39E06-25BF-4382-963A-84F90E0050EB@microsoft.com...
> I am ceating an IE8 install package using IEAK8 for the computers in my
> office. I want to include the security certificates that exist on the xp
> sp2
> computer I am using to create the intall package.
>
> I added the following to the Install.ins file under [Security Imports]
> ImportSiteCert=0
>
> then I have IEAK8 build the install exe, yet the certificates I check are
> not included in the IE8 install on target computer.
>
> am i going this correctly?
>
> thanks,
> David


0 = false, 1 = true. So by using 0, you've disabled the import of
certificates. Change it to 1 and try again.

--
Dan
 
D

David

Flightless Bird
I have tried both zero and one. same result.

thanks


"Dan" wrote:

>
> "David" <David@discussions.microsoft.com> wrote in message
> news:71B39E06-25BF-4382-963A-84F90E0050EB@microsoft.com...
> > I am ceating an IE8 install package using IEAK8 for the computers in my
> > office. I want to include the security certificates that exist on the xp
> > sp2
> > computer I am using to create the intall package.
> >
> > I added the following to the Install.ins file under [Security Imports]
> > ImportSiteCert=0
> >
> > then I have IEAK8 build the install exe, yet the certificates I check are
> > not included in the IE8 install on target computer.
> >
> > am i going this correctly?
> >
> > thanks,
> > David

>
> 0 = false, 1 = true. So by using 0, you've disabled the import of
> certificates. Change it to 1 and try again.
>
> --
> Dan
>
> .
>
 
Top