Error 1330 (Invalid digital signature in data1.cab) installing 1.6.0_15

This is similar to a previous thread about this issue with update 11 - however the solutions provided for update 11 don't appear to help. I had posted in that thread as well but then noticed it was 4 months old, so figured a new line of communication might be useful.
This only occurs on Vista; the XP systems in our environment have no problem installing it.

Hello all,
Just though I would share my findings on this issue.
I'm a Information Assurnace engineer for a large communications company. I'm responcible for developing security solutions for a vast array of Windows based devices. Recently it had come to my attention that our security solution was blocking the install of the JAVA Runtime Enviroment. I naturally set to work on a resolution and here is what ultimatly solved this problem. I noticed that the JRE install worked on a freshly installed copy of the OS, but after applying security settings. . .they immediatly failed. I was able to root cause our failure to two registry keys. Below is the details:
Please note, that we had this 1330 error due to the fact that our prodcuts are NOT connected to the internet, hence they are off-line.
This solution worked for: XP, 2003, 2008, Vista, and 7.
WARNING: I cannot be held responcible for any issues the below may cause. Plase use at your own risk. Take good notes so that you can restore the two settings below to the origional "as found" values. Exporting the registry key before making changes is a good idea, that way it can be restored.
Basically there are two registry keys that can cause the JRE install to fail with 1330.
The first Key is a very complex beast. It is located in:
Registry Hive:     HKEY_CURRENT_USER
Subkey:           \Software\Micorosft\Windows\CurrentVersion\WinTrust\Trust Providers\Software Publishing\
Value Name:     State
Type:           REG_DWORD
Value:          23c00
The default windows value for "STATE" should be 23c00 in hexidecimal / 146432 decimal. If the STATE value is NOT 23c00, then someone, or something changed this setting for a reason, and this is the root cause of your problem. Now, the quick and easy fix is to set this key back to 23c00 HEX. But you may want to investigate why this value was changed. . .it may be important.
The resason why this settin is complex, is because the BINARY representation of this number activates a bunch of switches related to .NET security. 23c00 = 100011110000000000 in BINARY. Look at page 65 of this document (http://iase.disa.mil/stigs/checklist/dot_net_checklist_v1r2-3.pdf) to understand the individual switches, as I don't have the time to explain them here. Please note however, that the DISA / FDCC / CIS security requriments for this setting is 10,000 HEX or 010000000000000000 BINARY, or 65536 DECIMAL. If you see this number, some form of security has been applied to your box. Please note that 10800 HEX, or 010001000000000000 BINARY, or 69632 DECIMAL will also fix the JAVA 1330 problem.
Lastly, since this setting is based on a "per-user" basis. . .this is the reason why logging into another account to install JRE sometimes works. If this setting was set in a LGPO or GPO. . .then all accounts would fail. But if this setting was only set in for one user, then all other user accounts would allow JRE to install.
NOTE: The above setting will fix 1330 ONLY if JRE had been installed previously. If the above setting does not resolve the problem, then you will need to change the following registry as well.
Registry Hive:     HKEY_LOCAL_MACHINE
Subkey:           \Software\Policies\Microsoft\SystemCertificates\AuthRoot\
Value Name:     DisableRootAutoUpdate
Type:           REG_DWORD
Value:          1
Quite simply, this registry value should NOT exist in a default install of any Windows OS. Once again, if this value exists someone or something has applied some level of security to the computer. Simply deleting this value (in conjunction with the about value) will enable JRE offline to install without errors.
PLEASE NOTE: It's probably a good I idea to put these registry settings back to how your found them when you are done installing JRE. . .as these settings are important security settings.
Hope this helps,
Regards
Boliskmail

Similar Messages

  • Error 1330 (Invalid digital signature in data1.cab) installing 1.6.0_11

    I cannot install jre6 update 10 or 11. Both attempts (from full download) result in:
    <img src="file:///C:/Users/Graham/AppData/Local/Temp/moz-screenshot.jpg" alt="" />
    If I try the online install (update 11), the download runs to completion, then the install program terminates with no messages at all.
    I CAN re-install 1.6.0_07 from jxpiinstall.exe, downloaded Oct 24.
    I have disabled virus checking, and whatever else I could think of!
    System is Windows Vista 32 bit with SP1.
    Has anyone else experienced this problem, or have any suggestions?
    Thanks...... Graham

    Afternoon,
    I have had this error on a hand full of WXP SP3 workstations running 1.6 update 16. I am not a smart person, but I do know how to search. I found a fix a tried on a similiar error.
    On one of my problem children I did the following.
    As Admin verify rpc service is started.
    from a CMD prompt
    regsvr32 softpub.dll
    regsvr32 wintrust.dll
    regsvr32 initpki.dll
    regsvr32 dssenh.dll
    regsvr32 rsaenh.dll
    regsvr32 gpkcsp.dll
    regsvr32 slbcsp.dll
    regsvr32 cryptdlg.dll
    I believe the initpki.dll took a few to respond. After that I restarted and tried the install on the problem child again. Success. Since then I have been going back to my other problem children. I try the install without the fix and have not had a issue, YET, installing update 16. It's PFM.

  • JRE - Error 1330 (Invalid digital signature in data1.cab)installing1.6.0_13

    I cannot install jre6 update 13. All attempts from using full offline download result in the following error message:
    "Error 1330. A file that is required cannot be installed because the cabinet file C:........\Java\jre1.6.0_13\Data.cab has an invalid digital signature. This may indicate the file is corrupt."
    It looks like there is a problem with the 1.6.0_13 consumer JRE offline installer once it was digitally signed. Is it possible the digital signature of the Data1.cab file was corrupted during extraction. I am wondering if Sun needs to rebundle this offline package again.
    I have disabled virus checking, and whatever else I could think of!
    System is Windows XP SP3.
    Has anyone else experienced this problem, or have any suggestions?
    Thanks,
    Paul

    Afternoon,
    I have had this error on a hand full of WXP SP3 workstations running 1.6 update 16. I am not a smart person, but I do know how to search. I found a fix a tried on a similiar error.
    On one of my problem children I did the following.
    As Admin verify rpc service is started.
    from a CMD prompt
    regsvr32 softpub.dll
    regsvr32 wintrust.dll
    regsvr32 initpki.dll
    regsvr32 dssenh.dll
    regsvr32 rsaenh.dll
    regsvr32 gpkcsp.dll
    regsvr32 slbcsp.dll
    regsvr32 cryptdlg.dll
    I believe the initpki.dll took a few to respond. After that I restarted and tried the install on the problem child again. Success. Since then I have been going back to my other problem children. I try the install without the fix and have not had a issue, YET, installing update 16. It's PFM.

  • ITunes 9 download - invalid digital signature error with Windows 7 Ultimate

    Since I have upgraded to Windows 7 Ultimate when I try and download the latest version of iTunes 9 I get Invalid Digital Signature error message. I've tried downloading with IE8, Opera and Firefox.
    Help please!!

    Perfect, thanks.
    I see that one's got an SPI firewall:
    http://www.netgear.co.uk/pdfs/dgn2000ds18july08
    By way of experiment, try disabling the firewall and doing another iTunes download. Are you able to get a working installer this time?

  • Linksys Routers not accessable via HTTPS and This certificate has an invalid digital signature.

    please help cannot logon to my router.
    how to install custome certificate with ssh?
    This is happing when certificate give me error: "This certificate has an invalid digital signature."
    Why not imlement update with ease import of custome certificate?
    I send many request to support but zero result.
    ig you google it this problem you will see that only cisco goods have this problem and no one care about that according cisco support. why? I will never buy cisco product. 

    I try different browsers and they all have certificate notice alert.
    New IE on win8 by default not allow to enter secure page with expire certificates.
    I hope that cisco will make new firmeware with functionality to add costume certificate pfx for example.
    Cisco support lower encryption type. Every new windows encrase cryptograpgi that IE support by default. Look IE about to see type 64 or 128 or 256…
    On xp will work good, but we are now in era of win 8 with IE that support by default 128 or 256 depending home or server version.

  • Invalid Digital Signature and corrupted files???

    ever since i have been asked to upgrade to 7.2, i have not been able to ugrade to 7.2 due to a invalid digital signature. and when i tried to DL music it always says corrupted file try again later, been like that for a week, and i have a spy-sweeper which i've disengaged to see if it helped, nope.

    ever since i have been asked to upgrade to 7.2, i have not been able to ugrade to 7.2 due to a invalid digital signature.
    although the following document refers to a slightly different error message, perhaps give it a try:
    iTunes: Windows reports that iTunesSetup.exe is not a "valid Win32 application"
    ... but if no joy there, try the following Microsoft document:
    (MS) You cannot install some updates or programs

  • Installation error 1335. The cabinet file Data1.cab...

    Hi, I am not getting install Oracle 10g Express Edition, the following error occurs:
    "error 1335. The cabinet file Data1.cab required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROW, or a problem with this package"
    Please, someone can say what is this?
    Thank you

    I got the same 1335 error numerous times after trying various things noted in other '1335' .cab error posts in other forums.
    Believe it or not, the solution was easy for me: download the install .exe from Oracle using Internet Explorer (v8) vs. Firefox. I don't know why downloading using FF ended up with a corrupt .cab file every time (both the western and universal editions of XE), but using IE solved the problem.
    This was for the Windows install obviously.
    Hope this helps...

  • Error:Wrong Executable Digital Signature for Add on.

    Hi,
    We we are starting ALL Add on's we are Getting Error; Wrong Executable Digital Signature for Add on . Before Also we got Same Error After that We Uninstall All Add -ons and Freshly we Installed from Partner Portal and Installed. after That Alll Add os it's working OK there is no Error yesterday.but today i login my server it's shwoing Same Error; Wrong Executable Digital Signature for Add on.
    I Checked Digital Signature AddOnChk in SARI Table Under SBO and adddonsig Under Under .ard file in Installer Package. Both are Same. How we Can Solve this issues Please Advise.
    AA_Application runs without Mandatory AddOn
    SAP Note:925984
    See this Link for Wrong executable digital signature for Add-on[https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000925984|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000925984]
    Symptom
    After changing a Mandatory AddOn's executable, without updating the ard file, the error message "Wrong executable digital signature for Add-on" is generated. However the application continues to work normally.
    Other terms
    AddOn, SAP Business One, Mandatory, continues, ard, Wrong executable digital signature for Add-on
    Reason and Prerequisites
    Bug
    Solution
    This issue will be fixed in a 2005A SP1 patch, please refer to the info.txt file on the Service market Place to confirm if the fix was included.
    Can any one Guide me on this Note ? How we can solve this issues.
    Regds,
    Samapth Kuamr Devunuri.
    Edited by: sampathdevunuri kumar on Nov 8, 2008 6:15 AM
    Edited by: sampathdevunuri kumar on Nov 8, 2008 6:18 AM

    Hi,
    The runtime error can be caused by a corrupt installation.    
    I am attaching 2 notes for you to go through.                 
    How to clean client after corrupt installation of add-on and also Re-registering the UI.    
    [808354|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000808354] UI Server is not loaded with SAP Business One client        
    [819501|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000819501] How to clean client after corrupt installation of add-on                                
    Please follow the steps in [819501|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=000819501]  to make your machine clean and then install the add-ons again.
    If you are still experiencing problems please try the following: 
    - Backup the SBO Common                                          
    - Re-run Upgrader Common from patch                              
    Result is a new SBO common with a new SARI.        
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • ITunes won't download- "invalid digital signature"

    I'm trying to download the new version of iTunes. It starts to download fine, but at the very end, a box comes up and says that windows has cancelled the download because of an "invalid digital signature" and then just x's itself out. How can I solve this problem?

    BigChap posted this reply ealier - it worked great for me.
    right click on Internet Explorer on your desktop and choose Properties/advanced and check the box "allow software to run or install when signature is invalid".
    hit Apply. then close Internet Explorer and restart. got to download site and choose "run" instead of "save". worked for me after dozens of other attempts failed

  • ITunes invalid digital signature

    I tried to update iTunes the other day. After it installed it rebooted and then said "files missing". So I tried to download it again but it was horribly slow (which I attributed to the Christmas rush). I figured I would wait until today. Now I keep getting a message saying "Invalid digital signature". WTH?

    Perfect, thanks.
    I see that one's got an SPI firewall:
    http://www.netgear.co.uk/pdfs/dgn2000ds18july08
    By way of experiment, try disabling the firewall and doing another iTunes download. Are you able to get a working installer this time?

  • Invalid Digital Signature in Adobe Rader 9.0

    Hi there,
    Need help regarding Digital Signature on PDF doc.
    I have a pdf file with 2 different digital signature.
    If i'll try to open pdf file in Adobe reader 8 both signs are showing as valid signature with green mark.
    but if i'll open pdf in Adobe reader 9 first sign is showing as invalid signature with red cross.
    Can you someone pls help and let know the resolution for this error.
    Would appreciate ASAP help.
    Thank you.
    Cheers,
    JR

    Steve,
    Thanks for reply.
    I am talking about same file but with 2 different signatures.
    (on different location of the page, one is on left side of page and another on right side of the page)
    If you can share you email so i can send you the file or let know , how i can attach the .pdf here. (i can attach picture file, html file, video etc. but can't attach .pdf)
    Cheers,
    JR

  • Installation of *.pkg fails to due to invalid digital signature

    I am a facing a strange issue, installation of quite a few pcakges downloaded from known/trusted sites fails due to invalid signature. To name a few, MS Silverlight, Google video chat pluging and GNU Emacs.
    Please see the attached image for error message when I tried to install google chat pkg. It is strange that, digital signature verfication fails every single pacakge. Any clue what is wrong and how can this problem be resolved.
    TIA

    @XeniCraft
    Thanks for thed detailed response, I tried all the workarounds you suggested, but unfotuantely none worked.  I tried from the sheel and here is the what I get.
    sh-3.2# installer -allowUntrusted -pkg Google\ Voice\ and\ Video.pkg  -target / -dumplog
    installer: Package name is Google Voice and Video
    Feb 26 14:46:06 xxxxx-mac installer[81157] <Debug>: Product archive /Applications/Google Voice and Video.pkg trustLevel=0
    installer: Installing at base path /
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Google%20Voice%20and%20Video.pkg#Google_Voice_and _Video.pkg
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Applications/Google%20Voice%20and%20Video.pkg#Google_Software_ Update.pkg
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Set authorization level to root for session
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Will use PK session
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Info>: Starting installation:
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Configuring volume "Macintosh HD"
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Info>: Preparing disk for local booted install.
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Free space on "Macintosh HD": 709.81 GB (709811752960 bytes).
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.81157TWiLjv"
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Notice>: IFPKInstallElement (2 packages)
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Debug>: Using authorization level of root for IFPKInstallElement
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Error>: Failed install preflight: Error Domain=PKInstallErrorDomain Code=105 "The package “Google Voice and Video.pkg” has an invalid signature." UserInfo=0x7fdf0a26e100 {NSUnderlyingError=0x7fdf09444730 "CMS signer status is not valid", NSURL=#Google_Voice_and_Video.pkg -- file://localhost/Applications/Google%20Voice%20and%20Video.pkg, PKInstallPackageIdentifier=com.google.pkg.GoogleVoiceAndVideo, NSLocalizedDescription=The package “Google Voice and Video.pkg” has an invalid signature.}
    Feb 26 14:46:07 xxxxx-mac installer[81157] <Error>: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    installer: The install failed (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.)

  • Error while configuring digital signatures.

    Hi,
    I am running the program DSIG_BOOKING_EX to configure the digital signatures. I get the error :
    SSF error: Unable to find external security product.
    When i execute the program SSF02 i get a success message.
    Regards,
    Sridevi

    Is the Issue resolved,....
    I couldn't get any info.....
    Please help me if it is resolved

  • Invalid Digital Signatures

    Hi
    I have a HP Spectre xt 13-2100ea windows 8 and i recently uploaded windows 7 instead of 8 and all is good except my Card reader and high speed USB 3.0 are not working. I am getting an message saying that windows cannot verify the digital signature required for this driver.
    Realtek PCIe GBE Family Controller - 
    Generic USB xHCI Compliant Host Controller
    Any help would be appreciated. Do i have to just install it back to windows 8 ?
    Thanks.

    Thank for advice do that I do not confrom yet. Thanks

  • Cannot install Apple iPod and iTune downloads (invalid digital signature)

    Every time I try to install something from apple.com it won't let me. It brings up a message box that says something like "Invalid digital signatue" and it won't even give me a choice as to whether or not to download it. Has anyone else experienced this? If so, how did you fix it?

    I try different browsers and they all have certificate notice alert.
    New IE on win8 by default not allow to enter secure page with expire certificates.
    I hope that cisco will make new firmeware with functionality to add costume certificate pfx for example.
    Cisco support lower encryption type. Every new windows encrase cryptograpgi that IE support by default. Look IE about to see type 64 or 128 or 256…
    On xp will work good, but we are now in era of win 8 with IE that support by default 128 or 256 depending home or server version.

Maybe you are looking for

  • I have problem in BDC program

    Hi All, i prepare one flat file, i select data from PROJ table passing PROJ-PSPID( Project Definition) based upon flat file.flat file contains Project Definition,WBS Element,Level,...... there is any Function Modules convert the flat file Input into

  • How to get the iMac to recognize the right model of keyboard.

    How does the iMac recognize the model of keyboard being used? Is there a setting to change in System Preferences that I am missing? I have enjoyed using the nifty keyboard shortcuts printed on the keyboard that came with my iMac. However, the keyboar

  • Mass upload of Source list

    Hi, Would like to upload mass source list for 3 plants & 2000+ materials In ME05 there is no provison of entering the vendor number Is there any way? Regards, Vengat

  • JAXB looking for tag type rather than tag name?

    Hi everyone. I'm trying to use JAXB to load an xml file, [http://www.unimod.org/xml/unimod.xml|http://www.unimod.org/xml/unimod.xml] . The schema is at [http://www.unimod.org/xmlns/schema/unimod_2/unimod_2.xsd|http://www.unimod.org/xmlns/schema/unimo

  • Problem with libz.1.dylib

    Hi all, I have been performing a lot of build and install during the past few days to get netcdf working on my macbook pro. Given my very (very!) superficial knowledge on such matters many times I had to go through trial and error. Eventually I got i