Guest KWME Posted April 17, 2008 Posted April 17, 2008 I'd like to install and learn Windows Power Shell, but every time I try to install it I get the following error: Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer. I've restarted the Cryptographic service several times but the results are the same.
Guest Meinolf Weber Posted April 17, 2008 Posted April 17, 2008 Re: Error Installing Power Shell Hello KWME, Also crossposted to: microsoft.public.windows.powershell What operating system do you use? Which version from PS do you try to install? Next time better post in: microsoft.public.windows.powershell Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > I'd like to install and learn Windows Power Shell, but every time I > try to install it I get the following error: > > Setup could not verify the integrity of the file Update.inf. Make > sure the Cryptographic service is running on this computer. > > I've restarted the Cryptographic service several times but the results > are the same. >
Guest Chris Posted April 17, 2008 Posted April 17, 2008 Re: Error Installing Power Shell Hi Folks , I think this may be caused by a corrupt log or database file in your %systemroot%\system32\catroot2 folder . Try this to see if it helps . 01. Control Panel / Administrative Tools / Services. 02. Right-click Cryptographic Services and press Properties. 03. Set Startup type to Automatic. 04. Press the Apply button. 05. Press the Start button. 06. Press OK. 07. Try to install SP1. If successful, exit this procedure. 08. Open a CMD.EXE window. 09. Type the following commands: net stop cryptsvc ren %systemroot%\system32\catroot2 oldcatroot2 net start cryptsvc 10. Close the command prompt. Thanks Chris "Meinolf Weber" wrote: > Hello KWME, > > Also crossposted to: microsoft.public.windows.powershell > > What operating system do you use? Which version from PS do you try to install? > > Next time better post in: > microsoft.public.windows.powershell > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > I'd like to install and learn Windows Power Shell, but every time I > > try to install it I get the following error: > > > > Setup could not verify the integrity of the file Update.inf. Make > > sure the Cryptographic service is running on this computer. > > > > I've restarted the Cryptographic service several times but the results > > are the same. > > > > >
Guest Chris Posted April 17, 2008 Posted April 17, 2008 Re: Error Installing Power Shell Skip step 7 even though this for SP1 it might just work for this powershell issue. Yes I googled this :)) Chris "Chris" wrote: > Hi Folks , > > I think this may be caused by a corrupt log or database file in your > %systemroot%\system32\catroot2 folder . Try this to see if it helps . > > > > > 01. Control Panel / Administrative Tools / Services. > > 02. Right-click Cryptographic Services and press Properties. > > 03. Set Startup type to Automatic. > > 04. Press the Apply button. > > 05. Press the Start button. > > 06. Press OK. > > 07. Try to install SP1. If successful, exit this procedure. > > 08. Open a CMD.EXE window. > > 09. Type the following commands: > > net stop cryptsvc > ren %systemroot%\system32\catroot2 oldcatroot2 > net start cryptsvc > > 10. Close the command prompt. > > > > Thanks > Chris > > > > "Meinolf Weber" wrote: > > > Hello KWME, > > > > Also crossposted to: microsoft.public.windows.powershell > > > > What operating system do you use? Which version from PS do you try to install? > > > > Next time better post in: > > microsoft.public.windows.powershell > > > > Best regards > > > > Meinolf Weber > > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > > no rights. > > ** Please do NOT email, only reply to Newsgroups > > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > > > I'd like to install and learn Windows Power Shell, but every time I > > > try to install it I get the following error: > > > > > > Setup could not verify the integrity of the file Update.inf. Make > > > sure the Cryptographic service is running on this computer. > > > > > > I've restarted the Cryptographic service several times but the results > > > are the same. > > > > > > > > >
Guest KWME Posted April 17, 2008 Posted April 17, 2008 Re: Error Installing Power Shell Windows Server 2003 Standard Edition - all updates installed. Power Shell v1.0 "Meinolf Weber" wrote: > Hello KWME, > > Also crossposted to: microsoft.public.windows.powershell > > What operating system do you use? Which version from PS do you try to install? > > Next time better post in: > microsoft.public.windows.powershell > > Best regards > > Meinolf Weber > Disclaimer: This posting is provided "AS IS" with no warranties, and confers > no rights. > ** Please do NOT email, only reply to Newsgroups > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > > > I'd like to install and learn Windows Power Shell, but every time I > > try to install it I get the following error: > > > > Setup could not verify the integrity of the file Update.inf. Make > > sure the Cryptographic service is running on this computer. > > > > I've restarted the Cryptographic service several times but the results > > are the same. > > > > >
Recommended Posts