Installing an Add-On to SBO

Hi everyone,When installing an add-on PPSOne</b>)to the SBO, on my PC, i get the error message 'invalid Digital Signature'.What could be the problem,please help.

Hi Kurt,
When recompiling the the Add-On exe, you have to recompile the installer as well. Now you have to recreate your .ard file. This will then allow you to install the Add-On.
The 'invalid Digital Signature' message will pop up when you try to install an installer .exe file with an .ard file that has not been updated. (Remember you must add the installer .exe file path to the registration window and not the Add-On .exe path)

Similar Messages

  • Error while installing the Add-on

    We are trying to install an Add-On in SBO 2005A with patch level-11.
    It is not creating the company object and we are getting the following error in one of the client machine.
    System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F69469} failed due to the following error: 80040154.

    Gopal, I opened up a call with SAP support since I was having a problem with an add-on and I got the following:
    "The observed error is due to a previous failed installation of the addon
    in the server machine.
    Please follow ALL the instructions of the SAP 819501 note, it
    will allow you to clean the temp files, registry and previous
    installation.
    Please also execute the following steps:
    a) Open run from Windows start and type %temp%
    -> Delete SM_OBS_DLL folder from Temp
    -> Delete all addon .exe files from temp folder
    b) Open Regedit
    Delete Addon folder from HKEY_CURRENT_USER -> Software -> SAP ->SAP
    Manage -> SAP Business One -> Addon
    Delete Addon folder from HKEY_LOCAL_MACHINE -> Software -> SAP
    ->SAP Manage -> SAP Business One -> Addon
    c) Restart the computer and try o register the add-ons again.
    If not covering all the steps it will not be possible to make the clean
    installation and impossible to reinstall the addon. "
    Hope this help...
    Regards,
    WB

  • Script to install SDK Add-On

    Hi all,
    I understand that the setup needs to be run from SBO. I would like to ask if anyone has ever done an SDK add-on installation using script?
    Does anyone know which part of codes do i need to change if i want to set default values for companyName and set to Anyone instead of Just Me?
    Hope that I'll get some replies for this.
    Thanks for your kind attention.
    Cheers,
    Erwine

    Hi Quentin,
    Thanks for replying.
    Yes, I'm actually using B1DE to create the installer for my add-on. Usually, when user install SDK add-on, one of the installation step is to define whether to use 'Anyone' or 'Just Me' and then click on 'Next' button to proceed. As I have client with many computers, I would like to know if there is a way to minimize the number of clicks that I need to perform for each client machine installation.
    If there is a script for me to do silent installation, that would be perfect.
    Cheers,
    Erwine

  • Can't Install FixedAssets Add-On

    Dear All,
    We have a problem when installing FixedAsset add-on patch PL 08 Hotfix1 (and previous release too). SBO shows us this message:
    Set-up function of add-on failed (C:\Program Files\SAP\SAP Business One\AddOns\SAP\FixedAssets\BA_FixedAssets.exe)
    We use local setting United Kingdom Local Setting ...
    Are  there any clues for this problem???
    Thanks for the responds

    Hi,
    You may check these threads first:
    Add-on Resourse Error (Fixed Assets & XLR)
    Fixed Asset Add-on Failed to Install
    Thanks,
    Gordon

  • I have problem to register add-ons to SBO 2004

    -. I am using sample HELLO WORLD providing for SDK 2004.
    -. I build the installer using packager default of Visual Basic 6.0.
    -. i builf file .ard
    -. when i register the add-on and restart SBO 2004, the system show the message error:
    "Command Line arguments..."
    Someone, have a procedure step by step to register add-ons to SBO?
    thanks

    You need to declare this functions from the SBOAddonReg.dll.
    I got this code from SAP, hope this works, it's VB .NET
    Also: To use the license key I go to Project/Project properties/Configuration properties/Command line arguments
    and I copy the license to this field, and it works.
    Did you try from command line something like this?
    c:\project.exe license_key
    2) Code for a useful application
    contact me, if you don't understand the example:
    [email protected]
    Option Strict Off
    Option Explicit On
    Friend Class Form1
         Inherits System.Windows.Forms.Form
    #Region "Windows Form Designer generated code "
         Public Sub New()
              MyBase.New()
              If m_vb6FormDefInstance Is Nothing Then
                   If m_InitializingDefInstance Then
                        m_vb6FormDefInstance = Me
                   Else
                        Try
                             'For the start-up form, the first instance created is the default instance.
                             If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
                                  m_vb6FormDefInstance = Me
                             End If
                        Catch
                        End Try
                   End If
              End If
              'This call is required by the Windows Form Designer.
              InitializeComponent()
         End Sub
         'Form overrides dispose to clean up the component list.
         Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
              If Disposing Then
                   If Not components Is Nothing Then
                        components.Dispose()
                   End If
              End If
              MyBase.Dispose(Disposing)
         End Sub
         'Required by the Windows Form Designer
         Private components As System.ComponentModel.IContainer
         Public ToolTip1 As System.Windows.Forms.ToolTip
         Public WithEvents CmdUnReg As System.Windows.Forms.Button
         Public WithEvents CmdReg As System.Windows.Forms.Button
         Public WithEvents CmdExit As System.Windows.Forms.Button
         Public WithEvents CmdAddOnStr As System.Windows.Forms.Button
         'NOTE: The following procedure is required by the Windows Form Designer
         'It can be modified using the Windows Form Designer.
         'Do not modify it using the code editor.
         <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
            Me.components = New System.ComponentModel.Container
            Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
            Me.CmdUnReg = New System.Windows.Forms.Button
            Me.CmdReg = New System.Windows.Forms.Button
            Me.CmdExit = New System.Windows.Forms.Button
            Me.CmdAddOnStr = New System.Windows.Forms.Button
            Me.SuspendLayout()
            'CmdUnReg
            Me.CmdUnReg.BackColor = System.Drawing.SystemColors.Control
            Me.CmdUnReg.Cursor = System.Windows.Forms.Cursors.Default
            Me.CmdUnReg.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.CmdUnReg.ForeColor = System.Drawing.SystemColors.ControlText
            Me.CmdUnReg.Location = New System.Drawing.Point(24, 112)
            Me.CmdUnReg.Name = "CmdUnReg"
            Me.CmdUnReg.RightToLeft = System.Windows.Forms.RightToLeft.No
            Me.CmdUnReg.Size = New System.Drawing.Size(153, 25)
            Me.CmdUnReg.TabIndex = 3
            Me.CmdUnReg.Text = "UnRegister"
            'CmdReg
            Me.CmdReg.BackColor = System.Drawing.SystemColors.Control
            Me.CmdReg.Cursor = System.Windows.Forms.Cursors.Default
            Me.CmdReg.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.CmdReg.ForeColor = System.Drawing.SystemColors.ControlText
            Me.CmdReg.Location = New System.Drawing.Point(24, 64)
            Me.CmdReg.Name = "CmdReg"
            Me.CmdReg.RightToLeft = System.Windows.Forms.RightToLeft.No
            Me.CmdReg.Size = New System.Drawing.Size(153, 25)
            Me.CmdReg.TabIndex = 2
            Me.CmdReg.Text = "Register"
            'CmdExit
            Me.CmdExit.BackColor = System.Drawing.SystemColors.Control
            Me.CmdExit.Cursor = System.Windows.Forms.Cursors.Default
            Me.CmdExit.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.CmdExit.ForeColor = System.Drawing.SystemColors.ControlText
            Me.CmdExit.Location = New System.Drawing.Point(24, 160)
            Me.CmdExit.Name = "CmdExit"
            Me.CmdExit.RightToLeft = System.Windows.Forms.RightToLeft.No
            Me.CmdExit.Size = New System.Drawing.Size(153, 25)
            Me.CmdExit.TabIndex = 1
            Me.CmdExit.Text = "Exit"
            'CmdAddOnStr
            Me.CmdAddOnStr.BackColor = System.Drawing.SystemColors.Control
            Me.CmdAddOnStr.Cursor = System.Windows.Forms.Cursors.Default
            Me.CmdAddOnStr.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.CmdAddOnStr.ForeColor = System.Drawing.SystemColors.ControlText
            Me.CmdAddOnStr.Location = New System.Drawing.Point(24, 16)
            Me.CmdAddOnStr.Name = "CmdAddOnStr"
            Me.CmdAddOnStr.RightToLeft = System.Windows.Forms.RightToLeft.No
            Me.CmdAddOnStr.Size = New System.Drawing.Size(153, 25)
            Me.CmdAddOnStr.TabIndex = 0
            Me.CmdAddOnStr.Text = "Create AddOn String As File"
            'Form1
            Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
            Me.BackColor = System.Drawing.SystemColors.Control
            Me.ClientSize = New System.Drawing.Size(202, 206)
            Me.Controls.Add(Me.CmdUnReg)
            Me.Controls.Add(Me.CmdReg)
            Me.Controls.Add(Me.CmdExit)
            Me.Controls.Add(Me.CmdAddOnStr)
            Me.Cursor = System.Windows.Forms.Cursors.Default
            Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
            Me.Location = New System.Drawing.Point(4, 23)
            Me.Name = "Form1"
            Me.RightToLeft = System.Windows.Forms.RightToLeft.No
            Me.Text = "Form1"
            Me.ResumeLayout(False)
        End Sub
    #End Region
    #Region "Upgrade Support "
         Private Shared m_vb6FormDefInstance As Form1
         Private Shared m_InitializingDefInstance As Boolean
         Public Shared Property DefInstance() As Form1
              Get
                   If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
                        m_InitializingDefInstance = True
                        m_vb6FormDefInstance = New Form1()
                        m_InitializingDefInstance = False
                   End If
                   DefInstance = m_vb6FormDefInstance
              End Get
              Set
                   m_vb6FormDefInstance = Value
              End Set
         End Property
    #End Region
         'long GetInstallPath(const char *installDataFile,char *outStr,long len);
        Private Declare Function GetInstallPath Lib "SBOAddonReg.dll" (ByVal installDataFile As String, ByVal outStr As String, ByRef lLen As Integer) As Integer
         'BOOL RegisterAddOn(void);
        Private Declare Function RegisterAddOn Lib "SBOAddonReg.dll" () As Boolean
         'BOOL UnRegisterAddOn(const TCHAR *installDataFile);
        Private Declare Function UnRegisterAddOn Lib "SBOAddonReg.dll" (ByVal installDataFile As String) As Boolean
         Private g_sInstallPath As String
         Private g_sInstallFullPath As String
         Private g_sPreviousDir As String
         Private g_sAddOnExeName As String
         Private Sub CmdAddOnStr_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CmdAddOnStr.Click
              Shell(VB6.GetPath & "\AddOnRegDataGen.exe", AppWinStyle.NormalFocus)
              CmdReg.Enabled = True
         End Sub
         Private Sub CmdExit_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CmdExit.Click
              End
         End Sub
         Private Sub CmdReg_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CmdReg.Click
              Dim sPath As String
              Dim lLen As Integer
              Dim InstallStrFile As String
              sPath = Space(1024)
              'Getting the sPath where I have to install the addon exe
            InstallStrFile = VB6.GetPath & "\SBOAddOnRegData.sld"
              lLen = GetInstallPath(InstallStrFile, sPath, Len(sPath))
              'Coping the addon exe into the path location I got
              MsgBox("Please copy your Addon exe file into: " & Trim(sPath))
              'Writing to the registry
              If RegisterAddOn = 1 Then
                   MsgBox("AddOn Was Registered Successfully")
                   CmdUnReg.Enabled = True
              Else
                   MsgBox("Failed To Register AddOn")
              End If
         End Sub
         Private Sub CmdUnReg_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles CmdUnReg.Click
              Dim InstallStrFile As String
            InstallStrFile = VB6.GetPath & "\SBOAddOnRegData.sld"
              If UnRegisterAddOn(InstallStrFile) = 1 Then
                   MsgBox("AddOn Was UnRegistered Successfully")
              Else
                   MsgBox("Failed To UnRegister AddOn")
              End If
         End Sub
    End Class

  • Error while installing J2EE Add- In to the ABAP system

    Error while installing J2EE Add-In to the ABAP system 
    We are installing J2EE Add-In to the ECC5 System in the new hardware.
    When are getting Error while installing J2EE Add-In to the ABAP system.
    Transaction Begin*****************************
    ERROR 2005-08-10 14:58:28
    CJSlibModule::writeLogEntry()
    CJS-20011 J2EE engine configuration error. DIAGNOSIS: Error when
    configuring J2EE Engine. See output of
    logfile /usr/sap/QSS/install/batchconfig.log: 'My Library Path
    is: /usr/j2se/jre/lib/sparcv9/server:/usr/j2se/jre/lib/sparcv9:/usr/j2se/jre/../lib/sparcv9:/tmp/sapinst_exe.13084.1123702275:/usr/lib::/usr/openwin/lib:/usr/sap/QSS/SYS/exe/run:/oracle/QSS/920_64/lib:/oracle/QSS/920_64/lib32:/usr/lib
    ElementInfoTask has finished successfully on dispatcher
    ConsoleLogsTask has finished successfully on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on dispatcher
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on dispatcher
    ElementInfoTask has finished successfully on server
    ConsoleLogsTask has finished successfully on server
    ChangeManagerPropsTask has finished successfully. Manager:
    LockingManager on server
    ChangeManagerPropsTask has finished successfully. Manager:
    ClusterManager on server
    ChangeServicePropsTask has finished successfully. Service: dbpool on
    server
    ChangePasswordsTask finished successfully.
    Error occured while connecting to database (UploadFile). Msg: No such
    algorithm: DESede
    Transaction end***********************************
    We tried twice clean installation, after removing j2ee dir, SCS and
    resp profiles and droping PSAPQSSDB tablespace and SAPQSSDB user.
    I have also confirmed the passwords in ABAP system/000 for SAPJSF, DDIC, J2EE_ADMIN, J2EE_GUEST.
    We are getting the same error in both tries.
    Kindly advice us to resolve the problem.
    Thanks and Regards,
    Srinivas

    Ananda,
    you saved my day!  I've been banging my head against the wall with this same problem during a J2EE add-in installation for SRM 4.0 on Windows, in preparation of an LAC 2.0 installation.  I had tried deleting the schema first, but that didn't work.  After I removed the sys\global\security folder as well, it worked perfectly.
    Thank you.

  • Error while installing Java Add-Ins on ABAP

    Hi All,
    I am getting an error while doing installation of Jaba Add-Ins on existing ABAP.
    Iam doing installation on AS/400 server having operating system OS/400.
    Error appears at the end when instalaltion starts.
    Following is the error.
    ERROR 2006-07-20 11:49:49
    CJS-20032  Cannot create the secure store; see output of log file E:\usr\sap\SAPinst\NW04SR1\WEBAS_JAVA_DB4\ONE_HOST/SecureStoreCreate.log: Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/tc_sec_secstorefs.jar.Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/exception.jar.Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/logging.jar.SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    And the SecureStoreCreate.log content is as follow.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/tc_sec_secstorefs.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/exception.jar.
    Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/logging.jar.
    SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    java.lang.ExceptionInInitializerError
         at java.lang.Error.<init>(Error.java:37)
         at java.lang.ExceptionInInitializerError.<init>(ExceptionInInitializerError.java:61)
         at javax.crypto.Cipher.a(Unknown Source)
         at javax.crypto.Cipher.getInstance(Unknown Source)
         at iaik.security.provider.IAIK.addAsProvider(IAIK.java:1655)
         at iaik.security.provider.IAIK.addAsJDK14Provider(IAIK.java:1612)
         at iaik.security.provider.IAIK.addAsJDK14Provider(IAIK.java:1623)
         at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
         at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:158)
         at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:804)
         at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
         at java.lang.Throwable.<init>(Throwable.java:195)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.lang.RuntimeException.<init>(RuntimeException.java:43)
         at java.lang.SecurityException.<init>(SecurityException.java:32)
         at javax.crypto.b.<clinit>(Unknown Source)
         ... 9 more
    Caused by: java.lang.SecurityException: Cannot locate policy or framework files|
         at java.lang.Throwable.<init>(Throwable.java:195)
         at java.lang.Exception.<init>(Exception.java:41)
         at java.lang.RuntimeException.<init>(RuntimeException.java:43)
         at java.lang.SecurityException.<init>(SecurityException.java:32)
         at javax.crypto.b.a(Unknown Source)
         at javax.crypto.b.g(Unknown Source)
         at javax.crypto.b$0.run(Unknown Source)
         ... 10 more
    I am not able to locate where the problem is.
    Can any one suggest me some solution to this problem.
    Regards,
    Rajesh Patel

    HI,
    Are you installing J2EE Add-in with SSL option activated ? If so, I think there is some IAIK/SSL libraries that have to presented on server to proceed with installation successfully. You can also try installing Add-in without SSL/https option activated and configure SSL afterwards.
    Regards,
    Mike

  • How do I move my TABS below the address bar WITHOUT having to install an add on ?? may have to goto another browser now!

    Firefox just updated and now my TABS are above the address bar...
    I do not wish to add another add on, it should be basic functionality to do this (as in previous versions)
    The vast population of users also want this according to the forums.
    How do I do this without having to resort to a "FIX" or an add on as this would add to memory usage.. ??
    Why have you removed this functionality?

    So if I dont want to install an add you suggest installing an add on???
    PS, I dont want to install an addon!!

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • GRC 10 Upgrade:unable to install the add-on

    Hi all,
    Here I am facing another problem. I am basically working on SAP NW 7.3 ABAP. I have downloaded the
    *51039481 SAP Access Control/SAP Process Control/SAP Risk Mgmt 10.0 * zip file from SMP.  My backend system is SAP NW 7.0. For that, I have successfully installed add-on GRCPINW_V1000_700_INST ->  K-103AGINGRCPINW.SAR.
    Now I have to install the GRCFND_A_V1000_INST component. In the same download, I found this:
    GRCFND_A_V1000_INST -> DATA ->K-V10AGINGRCFNDA.SAR. I presume that this component is suitable for SAP NW 7.3
    i sucessfully uncarred this and placed in EPS/in folder. When I execute the SAINT in my GRC 10 system (SAP NW 7.3), it does not show me the add-on in the queue, therefore, I am unable to install this add-on.
    I have upgraded the BASIS,ABAP,PI_BASIS and BW components to SP05.
    Has any one has come across with such problem? Please share/help me on this.
    Regards,
    Faisal

    Hi Faisal,
    All of the pre-requisites and documentation points to the requirement for NW7.2 for the GRCFND_A component. I am not aware that it is compatible as yet with 7.3.
    Sorry, not particularly helpful in resolving the issue but hopefully it clarifies what I suspect you already worked out.
    Simon

  • I am unable to update any add-ons at all. Every time I try and install an add-on or even the new "show hidden add-ons" add-on, I get a server error. How do I fix this?

    I am unable to update any add-ons at all. Every time I try and install an add-on or even the new "show hidden add-ons" add-on, I get a server error. How do I fix this?

    You may have triggered some intermittent database issues but it should be running smooth by now. Let us know if you still see server errors.
    Also, if your addons appear to go missing after updating there is a workaround http://blog.mozilla.com/addons/2011/09/28/issue-discovered-with-firefox-add-on-upgrades/ And there is a 7.0.1 fix on its way.

  • How can I get firefox to open new tabs? It won't open new tabs if I click the plus button or press Control + T. I installed some add on that didn't help either.

    Tabs cannot be created
    Control + T doesn't work
    Installing an add-on to make tabs work didn't help

    Disable or un-install the Ask Toolbar. The Ask Toolbar seems to be incompatible with Firefox 3.6.13. Ask needs to fix the problem.
    *http://support.mozilla.com/en-US/kb/Uninstalling%20add-ons
    *http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on
    <br />
    '''Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post. You can also see your plugins from the Firefox menu, Tools > Add-ons > Plugins.
    *Adobe PDF Plug-In For Firefox and Netscape 8.2.4
    **Very old version. You '''''MAY''''' need to un-install in Windows Control Panel > Add or Remove Programs before installing the new version.
    **New Adobe Reader X (version 10) with Protected Mode was released 2010-11-19
    **See: http://www.securityweek.com/adobe-releases-acrobat-reader-x-protected-mode
    **'''''Security update for versions 9 and 10 released 2011-02-08'''''
    *Shockwave Flash 10.0 r22
    **Very old version
    **'''''Security update released 2011-02-08'''''
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    **3 updates behind. Known security issues in your version
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use the links below to avoid getting the troublesome "getplus" Adobe Download Manager and other "extras" you may not want
    #**Use Firefox to download and SAVE the installer to your hard drive from the appropriate link below
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link</u>''': ftp://ftp.adobe.com/pub/adobe/reader/
    #***Choose your OS
    #***Choose the latest #.x version (example 9.x, for version 9)
    #***Choose the highest number version listed
    #****NOTE: 10.x is the new Adobe Reader X (Windows and Mac only as of this posting)
    #***Choose your language
    #***Download the file, SAVE it to your hard drive, when complete, close Firefox, click on the installer you just downloaded and let it install.
    #***Windows: choose the .exe file; Mac: choose the .dmg file
    #*Using either of the links below will force you to install the "getPlus" Adobe Download Manager. Also be sure to uncheck the McAfee Scanner if you do not want the link forcibly installed on your desktop
    #**''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #**Also see: https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox (do not use the link on this page for downloading; you may get the troublesome "getplus" Adobe Download Manager (Adobe DLM) and other "extras")
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''NOTE: Be sure to un-check the Yahoo Toolbar option during install if you do not want that item.'''''
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • I got this message when trying to install this Add-on (radio-australia_toolbar-2.7.2.0-fx.xpi) "Signing could not be verified. -260". It was on your webb site so it should be OK and is there any way arround it?

    I received this message while trying to install this Add-on, "Signing could not be verified. -260". Is there any way I can get it to install? Since it was listed on your site I would think it would be relatively safe to try out! Thanks for any help you might be able to give me.

    cor-el, thanks for the feedback. I tried deleting the META-INF folder as you suggested and tried installing it. It appeared to install but once Firefox was restarted it did not show up in the Add-on's list. I then tried leaving the folder there but deleting the "zigbert.rsa" file as it seemed to be the one with the signing or verification information and that maybe the other two files had information necessary for the install. Once again it appeared to install but it did not show up in the Add-on's list. I have to assume from this that it did not install. Thanks for your help but I guess I'll just have to pass on this Add-on and not worry about it. Thank you so much for your assistsance! If there is anything else I can try I will but otherwise I am happy to just forget about it.
    Charles

  • Could you please tell me how to install "ThumbsDown" add on. I keep trying but it is greyed out. Note that I successfully added the "DownThemAll" add on.

    I greatly appreciate any help you can provide in getting the "ThumbsDown" add-on to work on my imac. I am using "thumbsdown-0.22.2-3.xpi" with Firefox 33.0. I would like to go to a site like "http://hqcelebrity.org/thumbnails.php?album=302" where thumbnails are shown, get the links to the high resolution pictures and batch download them all. ( I can batch download the thumbnail pictures with "DownThemAll" or with "Outwit"), but not the high resolution pictures.
    I tried installing "DownThemAll" but it seems to be greyed out in the Tools menu, and there is no icon at or near the location of the successfully installed "DownThemAll" icon. Your help and advice is greatly appreciated. Also, If you know an alternative to "ThumbsDown", please advise.
    Thanks kindly for your help,
    Sincerely,
    Bradley Katz

    Hello,
    The ThumbsDown add-on appears to have last been updated over a year ago. You may want to email the developer to ask that they update so that it is compatible with the latest version of Firefox. Please see the articles [[Unable to install add-ons or extensions]] and maybe [[Re-enable add-ons that were disabled when updating Firefox]].
    If you are sure that you want to install the add-on regardless of potential issues, you can install this extension:
    * https://addons.mozilla.org/en-US/firefox/addon/checkcompatibility/
    I am not entirely sure how it works, but it sounds like you may need to go to your '''about:config''' page to change the '''extensions.checkCompatibility''' preference to false once it is installed. You might then be able to enable your ThumbsDown extension.
    Note: you may want to back up your profile first, please see the article [[Back up and restore information in Firefox profiles]] for more information.
    In order to change your Firefox Configuration please do the following steps :
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.

  • Error occured while installing the add-on CPRXRPM 400

    Dear Members,
    We planned to install cProject suite for our system and downloaded the
    add-on. When installing the add-on CPRXRPM 400 we got the error
    message "Conflict with Add-Ons". The conflict is between this add-on
    (CPRXRPM 400) and the support package (SAPKA70013) of the component
    SAP_ABA.
    Kindly, let us know where can we get the relavant CRTs.
    Regards,
    Ramesh

    Hi  Ramesh
    I see, by your participation, posted: May 29, 2009, that you installed the add-on CPRXRPM 400 and, after the replay of Florian Arnold, you have installated 450 version and it do not have any dependencies like in 400 version.
    Iu2019m installing  ECC6 SR2 and I can install CPRXRPM 400 or CPRXRPM 450_700.
    My problems are the sequence and the level!
    Can you tell me which sequence must I follow? Can you give me directions?
    And which level must have any component?
    I have:
    xxECC62F.PAT       LANGUAGE
    KD70037           addon SPAM / SAINT
    KA700xx                  SAP_ABA
    KIPYJ75           PI_BASIS
    KW700xx          SAP_BW
    KB700xx                  SAP_BASIS
    SAPEXEDB_xxxxxxx     KERNEL
    CPRXRPM_400
    CPRXRPM_450_700
    TIA
    Regards
    Salvo

Maybe you are looking for