Excel Addin - Silent Install

Is there a way to perform a silent installation (ie without prompting the user for install options) of the Essbase spreadsheet toolkit v6.5.6? I'm trying to build a package to deploy to a large group of users and can't expect them all to follow directions correctly. Everything needs to be automatic.

When you run setup.exe ?r without specifying a location for the setup.iss file it gets places in your windows directory by default (not intuitive I know), so it?s probably sitting in c:\winnt\ (or c:\windows\ depending on your platform).Once you have it you must place the .iss file in the same diretory that the addin installation is and then run setup.exe /s /SMSThis will force the add-in to use the *.iss file that is in the same directory as setup.exeRemember the ?r option just records your responses to the dialog boxes that were shown when you ran the installation, different dialog boxes appear when you are doing an over installation vs. a fresh installation so you'll have to compensate for this.Hope that helps,Jenever Springer

Similar Messages

  • Auto / Silent install of Essbase 6.1.4.0 (Client)

    Does anyone know/have the switch(es) for an auto or silent install (client side) for Excel Essbase Add-in version 6.1.4.0?Thank you,Blake

    Hi,Install Shield has a silent option that allows to record the options that have to be selected by the user.You first have to launch the install with a record a setup.iss file by launcinh setup.exe /r (or -r)Then setup.exe /f1 with the location and name of the iss file will do the trick.Consult installshield.com knowldege base for more information (perform a search on setup.iss).Please be aware that depending on the OS the iss file may need to be different.EricPartake Consulting

  • How can I disable excel addin on the Server side?

    Hi, is there any way to disable excel addin on the server side?
    We want to disable it so that no one can modify or read data in the cube in the production environment, even if he or she had installed the add in. Instead, we provide the Planning data forms as the only interface for end-users to read and write. we do this because the add in is very easy to install and users can read and write data in the cube at their will.
    As we designed to keep the security filters simple, it is not a good idea to controll data access through security filters.
    so, what i'm asking is how to disable excel addin on the server side?
    Thank you for replying.
    Edited by: user4592285 on 2012-10-18 上午6:48

    Hi,
    As Gurus suggested, you will have to restrict viewing of data through dimension level security.
    Give access of members to users, only which are relevant to users so that they can't view other user's data/members.
    Like give access of members belonging to HR dept only to HR users and give access of Finance dept related members to finance users only.
    Hence HR users will view only HR relevant data and won't be able to view (read or write) finance related data and vice-sa-versa.
    Hope this helps
    Regards
    -SM
    Edited by: 918547 on Oct 18, 2012 8:40 PM

  • Essbase Excel Addin on 64 Bit Windows 7 and 64 bit Office 2010

    Hi Everyone,
    I have installed 11.1.2.2 on server with Essbase and Shared Services.
    Now, on the client I have 64 bit Windows 7 and 64 bit office 2010.
    I tried installing Excel Addin client only (without Essbase client) and restarted machine after install.
    After install Addin didnt come up automatically and i tried to manually set the add-in, I'm getting an error "This is not a valid add-in"
    Is it because i am using 64 bit of office and have to go back to 32 bit.
    Isnt 64 bit supported for latest 11.1.2.2 Essbase ?
    Any ideas or experience in this regard will be helpful to me as our company is going for Windows 7 and Office 2010 across the business users and if 64 bit Office is not supported or has issues i would have to suggest them to go with 32 bit Office 2010.
    Thank you.

    for 64 bit i guess its not avaiable for 2010 excel
    but you can download 9 version or 11.1.1.3 with patch below is link.. its just a client ~~~
    https://support.oracle.com/CSP/ui/flash.html#tab=PatchHomePage(page=PatchHomePage&id=gj46o799()),(page=PatchSearchResultsHome&id=gj46pr1y(search=%3CSearch%3E%0A%20%20%3CFilter%20name=%22patch_number%22%20op=%22IS%22%20value=%2210383144%22%20type=%22patch_number%22/%3E%0A%20%20%3CFilter%20name=%22platform%22%20op=%22IS%22%20value=%22%22%20type=%22platform%22/%3E%0A%3C/Search%3E&incFamilyProds=false&flag=search))
    ~~~More info from oracle support ~~~~
    Support for Microsoft Office 2010 has been added to the following releases:
    Smart View:
    Essbase v9.3.3 for Client Third Party Software.
    Smart View v11.1.1.3.02. This release is available as Patch 9889521. It offers support for 32-bit Office 2010 for Smart View only.
    Smart View v11.1.2.1. Download the EPM System Release 11.1.2 Smart View for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Excel Add-in:
    Essbase v9.3.3 for Client Third Party Software.
    The Support Matrix and documentation for 9.3.3 can be found at: http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_1.htm
    Oracle Hyperion Essbase Client 11.1.1.3.500.. This release is available as Patch 10383144.
    Essbase v11.1.2.1. Download the EPM System Release 11.1.2 Excel Add-In for 32 bit Office 2010 from Oracle Software Delivery Cloud. Select the Product Pack "Oracle Enterprise Performance Management System" and the appropriate Platform.
    Note: 64-bit Office is not currently supported as of December 2011.   However, it is planned to be supported with SmartView only in the next release which is due early 2012.  The classic Excel add-in will not support 64 bit Office regardless of version

  • How to check from code in Excel Addin that Excel is embedded in Microsoft word

    We've developed an Excel Addin in C# for Excel 2010 and it works perfectly OK. But one issue is reported very recently as below.
    1. Microsoft word document is created with an embedded excel work sheet.
    2. Save the document and close.
    3. Open the word document and try to edit the work sheet there.
    4. Following error comes.
    "The program used to create this object is Excel. That program is either not installed on your computer or it is not responding.
    To edit this object, install Excel or ensure that any dialog boxes in Excel are closed."
    5. This is because, our Addin is initialized and one excel process is running.
    6. If the Excel Addin is disabled, above work flow works correctly.
    Please let me know how to determine from the Excel Addin that the excel worksheet is embedded in another applicatoin. Because I want to disable the Addin in those cases and enable it if the Excel is opened standalone. The Addin is developed in C#.

    Hi,
    Since the error message, please try to install this Hotfix test if it works:
    http://support.microsoft.com/kb/2596494
    Note: Delete the Excel instance running in the background(Go to your task manager and delete it) before opening your Word document and edit your embedded Excel.
    If the issue still exists, please see the article and try the solution which I copied here:
    "The basic simple answer is to place a Marshal.ComReleaseObject(Wb) at the end (or better, in the Finally block) of your event handlers. This will properly allow Word and excel to handle the OLE communication by not having VSTO hang on to an instance
    handle of the workbook, therefore causing the error.
    And this is not carte blanche to start placing ComReleaseObject() all over your code. I have found VERY VERY few limited cases where using ComReleaseObject() in an add-in necessary. And this is one of them."
    http://davecra.com/2012/10/09/vsto-and-comole/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Regards,
    George Zhao
    TechNet Community Support

  • HttpWebRequest_WebException_RemoteServer error when opening MDS Explorer and Excel addin also throws an error

    HI,
    I am facing a big problem every now and then and  It is intermittent is what i have seen.
    I keep getting be bleow error messare on my MDS Explorer. I am having MDS2012 installed both UI and excel addin gives error 
    My machine is a 2008 R2 Enterprise Web Server x64
    I have checked my Authentication settings, and Windows Auth is enabled for the site and for Services folder and so is Anonymous on Services folder.
    The error happens both on the machine itself and from a client machine.
    The Same time excel addin throws the below error
    But when do a complete  Restart of the server or Do a IISRESET on the server by going to >> RUn >> IISRESET ,
     it starts working back normally. But this keeps happening very often. How to solve this . It is getting irritating for customers to use it. Please help.
    This is the log details say:
    ===================================
    The requested service, 'http://ausapexweb01:81/service/service.svc/bhb' could not be activated. See the server's diagnostic trace logs for more information.
    Program Location:
    Server stack trace:
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeEndService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at Microsoft.MasterDataServices.AsyncEssentials.AsyncResultBase.EndInvoke()
       at Microsoft.MasterDataServices.AsyncEssentials.AsyncExecuter`1.EndExecute(IAsyncResult ar)
       at Microsoft.MasterDataServices.ExcelAddInCore.ConnectionManager.<>c__DisplayClasse.<TestConnectionAsync>b__c(IAsyncResult ar)
       at System.Threading.Tasks.TaskFactory.FromAsyncCoreLogic(IAsyncResult iar, Action`1 endMethod, TaskCompletionSource`1 tcs)

    Hi Tejaswini,
    Please refer to the following article to troubleshoot this issue:
    http://blogs.technet.com/b/beatrice_popa/archive/2013/01/31/master-data-services-issue-with-https-error-message-httpwebrequest-webexception-remoteserver-arguments-notfound-debugging-resource-strings-are-unavailable.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Regarding connectivity to IR studio after installation of excel addin

    Hi Frnds,
    Iam facing a issue i have installed interactive reporting for a user and then later i have installed excel add in.
    Before installing excel addin user was able to connect to essbase cubes before through brio but later installing excel add-in he was unable to connect essbase cubes through.
    What would be the issue
    Thanks,
    KRK

    Hi,
    You may try the following---
    Go to 'My Computer'---> Right Click----> Properties---> go to 'Advanced'---> in that, open 'Environment Variable'---> In the list, find 'ARBORPATH' which should only contain value '<<Drivename>>:\Hyperion\AnalyticServices'
    If there is any other value, you may remove and save it and come out of that.
    After that, please check whether the IR and Excel add-in both working fine. Please let me know it works or not.
    Thanks & Regards.

  • Excel Addin login screen does not go away

    Hi All,
    I have a strange problem.
    When I use the Essbase Menu in Excel to connect to the Essbase cubes, the login screen comes up and after all credentials are provided and the OK button is clicked all accessible cubes are displayed but after selecting a cube and clicking on OK the login portal does not go away.
    It just stays there and the excel is not connected to the server.
    Please let me know if anyone has faced such a problem before and have an suggestions, the version of Essbase excel Add-in is 9.2.1.
    The Excel addin was un-installed and re-installed but the problem persists.
    Regards,
    Anindyo

    That doesn't appear to be a US model, and this is the forums for Toshiba USA. You may want to contact Toshiba in your region.
    - Peter

  • Problems with running excel addins

    Hi,
    I use ActiveX to store measurement data aquired from LV in an Excel
    spreadsheet, which works fine so far. In one of the data columns though
    I wanna use an Excel Addin to automatically calculate and update the
    values.
    However, opening the Excel spreadsheet from LV does not start up the
    AddIn at all, though it works correctly whenever I start up Excel
    manually.
    I realised there's an object AddIn in the property node of
    "_Excel.Application" and I can invoke a method "Add Excel.AddIns",
    which has a file name as an input. I tried to connect the
    AddIn-Filename *.xla to that input which results in an error message:
    Error -2146827284 occurred at Exception occured in Microsoft Office
    Excel, Die Add-Methode des AddIns-Objektes konnte nicht ausgeführt
    werden
    (translated: Add method of the AddIn-object could not be executed)
    How do I start up the AddIn correctly? Im a newbie with AcvtiveX and
    grateful for any easy to understand support on that issue. Can anyone
    recommend me some useful literature to learn more about ActiveX?
    Thanks for your help...

    Hi r_keller,
    could you tell me a little bit more about your application? Which AddIn do you wanna use? What do wanna calculate?
    Here is a link regarding ActiveX:
    http://msdn2.microsoft.com/en-us/library/default.aspx
    Go to (from the menu to the left):
    Office Developement >> Microsoft Office 2003 >> Office 2003 >> VBA Language Reference >> Microsoft Excel Visual Basic Reference >> Reference >> Properties/Methods.
    Maybe you wanna install the Office Help, as well.
    Location of ActiveX Object Model Documentation for Microsoft Office:
    http://digital.ni.com/public.nsf/allkb/29CDE4332C4E6A27862570AE006ECBF4?OpenDocument
    Here is the documentation regarding AddIn from the Office Help:
    AddIns Property
    See AlsoApplies ToExampleSpecifics
    Returns an AddIns collection that represents all the add-ins listed in the Add-Ins dialog box (Tools menu). Read-only.
    For information about returning a single member of a collection, see Returning an Object from a Collection.
    Remarks
    Using this method without an object qualifier is equivalent to Application.Addins.
    Example
    This example displays the status of the Analysis ToolPak add-in. Note that the string used as the index to the AddIns collection is the title of the add-in, not the add-in’s file name.
    If AddIns("Analysis ToolPak").Installed = True Then
        MsgBox "Analysis ToolPak add-in is installed"
    Else
        MsgBox "Analysis ToolPak add-in is not installed"
    End If
    Is that what you wanna do?
    Bye
    Daniel
    NIG

  • Excel addin retrieve problem 2007

    Hello all,
    I am trying to retrieve the dimensions in the excel addin 2007 after I connected to DB.
    It is throwing below error.
    **No data was generated suppress missing = [TRUE],Zeros = [FALSE], Sheet not overwritten**
    Please can anybody suggest what is the cause. Shall I re install the excel addin
    Thanks in advance

    No need to reinstall the add-in. Go into the Essbase options and turn off suppress missing and suppress zeros and you should be fine. IT is just telling you that with them on no data is being returned

  • Problems performing silent install of CR XI Rel 2

    We are using the instructions from the installation guide to perform a silent install by running the command
    setup.exe ADDLOCAL=ALL EXCLUDEDOTNETFILES=1 EXCLUDEJAVAFILES=1 EXCLUDERDCFILES=1 CLIENTLANGUAGE=EN REBOOT=ReallySuppress PIDKEY=(actualKey) INSTALLDIR="C:\Program Files\Business Objects\Crystal Reports 11.5" /live c:\temp\cr_11.log /qn
    The installation runs but fails at the end of the installation when attempting to put the shortcuts in the users or All users Start Menu with the error of MainEngineThread is returning 1603 (when under user ID) or MainEngineThread is returning 1604 (when under All Users).  The installation is being run with an administrator access login ID, so access to either area should not be a problem.
    The installation is on both Windows 2000 and XP pc's and the win32 directory of the msi installation files have been copied locally to the machine as part of the process to eliminate network lag.
    Does anyone have any suggestions on how to get past this?

    Check the readme and help files on  how to.

  • How to retrieve sharepoint list data and show it on excel-addin using C#

    Hi,
    we have a sharepoint list where all students are present. we wanted to get the data from the list and show it via excel addin (VSTO) (something like save,retrieve buutons) . we have some more business logic which need to be performed before the data is retrieved
    . once data is shown on excel , user modifies it and update/save the record back to sharepoint.
    can you please give some samples and suggest any links to start with development.
    Thanks
    chaitu

    Hi chaituatp,
    For this requirement, I would suggest you to get familiar with how to create VSTO applications, and how SharePoint object model works. Here are some sample code about this:
    How to: Retrieve List Items using JavaScript:
    http://msdn.microsoft.com/en-us/library/hh185007(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee534956(v=office.14).aspx
    VSTO application show data in datagridview:
    http://stackoverflow.com/questions/16926275/simple-example-of-vsto-excel-using-a-worksheet-as-a-datasource
    Thanks,
    Qiao
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Qiao Wei
    TechNet Community Support

  • How to handle "/9.2.0/root.sh as root from another window" in silent instal

    Hi,
    I was successful to start a silent installation of Oracle9iR2 using a responsefile on my System RHEL 3. But the installation ends soon and a wrong successful install message:
    Error :*** Alert: A configuration script needs to be run as root before installation can proceed. Please leave this window up, go run /opt/app/oracle/product/9.2.0/root.sh as root from another window, then come back here and click OK to continue. ***
    The installation of Oracle9i Database was successful.
    I use -ignorePatchConflicts for ignoring the patch conflicts. But How do I handle these issues. Where I have to run root.sh ... etc in teh Non Interactive Install.
    I am scripting solution for non interactive install and manual intervention to run these root.sh shell scripts at different points of install is not a good idea as it wont help me automate the install.
    Please let me know if anyone has solved this problem with -silent install.
    Thanks in advance.
    Senthil

    Thats me (OP) again:
    I tried setting:
    SHOW_ROOTSH_CONFIRMATION=false in the response file. But still no help. The installation exits at run root.sh prompt point. How I can effectively deal with it in a script?

  • Open File - Security Warning with Network-based Silent Install of CS4

    I am attempting to run an enterprise deployment of CS4 Design Standard Edition onto a pool of WinXP Pro workstations. I placed all of the install files on a networked server running Windows 2003, and generated from there all of the requisite .xml files (install, uninstall, and override files). From this network share, I can successfully run a silent install.
    HOWEVER. Multiple times (two or three) during the course of the silent install, I receive the same pop-up security warning from Windows XP (definitely an OS message, not anti-virus or other) that reads as follows:
    Open File - Security Warning
    Do you want to run this file?
    Name: AIRApplicationRunner.exe
    Publisher: Adobe Systems Incorporated
    Type: Application
    From: (server IP address)
    I have tried excluding Adobe Air from the installation package, but I still receive the same security prompt. This is sufficiently a hassle to have to click through these prompts in a silent install. But more importantly I am unable to run the silent install as part of a logoff script because for all intents & purposes it is no longer a silent install (i.e. it requires user intervention). To top it off, I found when testing the logoff script the prompts are suppressed and the installation fails prior to the bulk of the installation (Photoshop, Illustrator, & InDesign).
    I'm sure that I could run the install by copying all of the files to each local workstation, but again that would defeat the purpose of an easy, network-based install. In the past I was able to install CS3 in this fashion with no troubles, which of course did not include Adobe Air.
    Can anybody offer a suggestion as to how to disable these security messages, or alternately, how to entirely exclude Adobe Air from the install package? I have found a VB script that is supposed to address the security warnings issue, but to run the script also requires the user to accept it at a security prompt.
    Thanks in advance for any assistance!
    -Dan

    I'm now able to deploy design suite premium cs4 successfully.
    The issue for me was that the AirapplicationRunner installs some useless software. I worked around the issue with the Airapplicationrunner prompt by removing any apps that are installed using that method. By "removing" I mean marking that app as "donotinstall" in the deployment file. The apps I removed are these adobe codes for adobe media player, adobe.com, adobeair itself. The below is from my deploy.xml file used for the silent workflow:
    donotinstall
    donotinstall
    donotinstall
    If you mark those three adobe codes as "donotinstall" the prompt never appears and the real apps get installed just fine.

  • How can I do a silent install of Firefox 23 since the -ms switch doesn't work?

    I have been able to do a silent install of all the previous versions of Firefox using the -ms switch. But when I use it on the new version, the user interface comes up and it never did that before. I have tried different silent switches but non of them worked.

    Not the most experienced at this but are you using the stub installer, maybe you can try the classic installer and try again?
    Hopefully this helps.
    * https://www.mozilla.org/en-US/firefox/all/ <= Full installer

Maybe you are looking for

  • Snow Leopard iCal Server

    I am a long time Now Up to Date user (with the contact/event server). If you know anything about NUDC you know that the word "unfortunately" will begin any further discussion. "Unfortunately" the upgrade Now X has been in "development" for nearly 3 y

  • How to create node

    Hi, I am doing one file to file scenario. My file structure will be like this. MT_FILE ->FILE     ->LINE01         -> FIELD 1         -> FIELD 2         -> FIELD 3         -> FIELD 4. IF all the fields are containing values then its working fine. if

  • Shelf Lif of a material

    Dear ALl System should not allow to issue a material whose shelf lie is expired? Can you suggest any soultion for this? Pl update ASAP Manoj

  • Premiere CS3 export fails

    Hello everyone, I've been trying to export the movie I've been working on for a couple of days now, however each time I attempt this it crashes. I'm trying to export to a single file I can distribute to other people, put on DVD and upload to Vimeo. A

  • BW reporting time type

    Hi, Anyone familiar with SAP BI extract reporting time types? It is about PT_02, the help document said it could extract wage types from infotype 2010. But as I test, it only extract the field 'number of hours'-field STDAZ. I need the field ANZHL. an