5.1 silent install files

It looks like they changed the attribute names to be used in 5.2. Anyone know where I can find a list of all possible attributes and values for this file so I can do silent installs and the system exactly the way I want it? Thanks

You can get a complete list by running a custom install once with -saveState filename as described in http://docs.sun.com/source/816-6697-10/install.html#23746 for example.
The resulting filename is the silent install file you use afterward.
HTH,
Mark

Similar Messages

  • Hyperion 6.5.1 Silent Install issue

    I created the silent install file using the -r switch. I am testing the install using -s switch. I am running into issues. The installation runs all through correctly up to the last two steps. It prompts the user to finish the steps. I looked in the set.iss file. I appears that last two parts where not added to the file. Can I add those to the file manually. If yes, what is the lines I would need to add?
    Thank you,

    Welcome to the forums !
    This is the Database Install forum - you might get a better response if you post in one of the Hyperion forums
    HTH
    Srini

  • Labview 2010 SP1 silent install

    Hello,
       I have a student version of Labview 2010 SP1. I have located an article on how to perform a silent install using v2008 (http://digital.ni.com/public.nsf/allkb/AA2371E815A418DD86257169005F2D99?OpenDocument). I was wondering if anyone had a 'spec file' or silent install file for 2010 SP1? If not has anyone tried creating a .MSI using WinInstall?
    We are trying to push it out using Group policy to one of our small teaching labs. I was going to create a startup batch to accomplish this.
    Thank you
    ZoeTaite

    OK...after some reading I see you can generate a 'spec file' that will help with the silent installation of the Labview 2010 SP1 software via group policy. Is there a way to to modify the nisuite.xml to automatically register the software? Like I mentioned we are pusing this out to a student lab and I don't want to provide the SN (even though it comes up when you launch it).
    ZT

  • Silent Install fails, normal install works. Application Server 10.1.2

    Hi All,
    I'm setting up an automated install of Application Server 10g 10.1.2.0.2 (Forms and Reports). When I install it silently using a silent install file, the install completes succuessfully but it isn't actually fully functional, and it isn't recognized by OEM Grid Control.
    When I install it normally, using the gui, it works fine and is recognized by the OEM Grid Crontrol.
    I'm running on Solaris 10 zones, and I used the recording feature for Silent installations to generate a silent file, but that didn't help either.
    Any advice? Tips? Information and your own personal experience would be highly appreciated.
    Thanks

    I realized that I was missing a few parameteres that I found at this site:
    http://download.oracle.com/docs/cd/B32110_01/install.1013/b32411/basic_install.htm#BABCHEJI

  • 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.

  • Cant silent install DPM using ini file.

    Hello I am attempting to install DPM on a standalone server. I have a local sql server 2012 SP1 installed with all the prerequisites installed for both DPM and SQL.  Significantly,
    using the setup.exe I can install the DPM from the GUI no problem.  
    I am however having issues installing DPM via the command line using a silent install.
    ini file as follows:
    [OPTIONS]
    UserName="<DOMAIN>\Administrator"
    CompanyName="My Company"
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
    command line:
    start /wait setup.exe /i /f <path>\Dpmsetup.ini /l <path>\dpmlog.txt
    With the silent install procedure however I hit an issue. I am convinced this is due to my INI file as I assume a requisite line must be missing as the install fails stating
    that prerequisites are not met although. -However all the pre-reqs are met as reinforced by the sucesfull GUI install.
    I have used the same Administrator account to run the install via the GUI (successfully) and Command line (unsuccessfully).
    Said Administrator account has local admin rights and sql sysadmin rights.
    One line I suspect I may need to add is #SqlAccountPassword. -I have attempted setting this with the password of the Administrator account. My understanding is
    the 'yukon' lines are not applicable as the sql server is local.
    Using the ini file does the install assume the sql install is remote? Any thoughts would be appreciated.
    One error I found in error log using the command line 'DPM requires TCP/IP protocol' to be
    enabled on the selected SQL server instance'. I've checked this however and again this is not applicable.

    Hi,
    The Yukon parameters are applicable even for a local SQL install.  Below are the minimum parameters.  See if that works for you.
    [OPTIONS]
    UserName = DOMAINNAME\USERNAME
    CompanyName = MYCO
    ProductKey = <The 25-character DPM product key in the format xxxxx-xxxxx-xxxxx-xxxxx-xxxxx>
    SqlAccountPassword = PASSWORD
    IntegratedInstallSource = DRIVELETTER:
    YukonMachineName = SQL_SERVER_MACHINE_NAME
    YukonInstanceName = SQL_INSTANCE_NAME
    YukonMachineUserName = DOMAIN\USERNAME
    YukonMachineDomainName = DOMAIN
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Silent Install and Configuration Files

    I am trying to do a silent install and am scripting with AutoIT. Before
    the reboot I am copying down configuration.cfg and configuration.ini that
    I have created previously. But when the machine restarts it seems to
    ignore these and use a default configuration. Does anyone know what files
    I need to copy and in what situation in order to get NCF to use a prepared
    configuration.
    Many Thanks
    Andrew

    the following list of files is what i backup when i run an update or
    reinstall the client or whatever...
    config.ini
    configuration.cfg
    favorites.ini
    modules.ini
    ncf.ini
    op_data.ini
    op_data.mdb
    op_log.ini
    op_viewer.ini
    resolved.dns
    plugins.ini - will be different if you've installed any
    Cheers!
    Richard Beels
    http://www.dsi-consulting.com
    Collaboration without complication

  • Silently Install a CMMAC file from SCCM onto Mac OSX

    Hello,
    is it possible to silently install a CMMAC program that has been generated using the CMAPPUTIL program on osx?
    if i deploy it, it always prompts for the user to install at a deadline or install now.
    Thanks

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    Since no one has answer this post, I recommend opening a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • 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

  • 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 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?

  • SAP BPC 7.5 Client, Silent install but with progress bar, can it be done?

    Hi All,
    I need to uninstall the BPC 7 Client and then deploy 7.5 to around 250 users accross the country.
    We have SCCM (SMS) in place so will be using that.
    I have the uninstall of 7 sorted and I have the response file etc sorted for the silent install of 7.5 and the install runs, silently, no issue.
    Is there a way though that one can "turn on" the progress bar during the install? So that users dont shutdown or disconnect in the 15min it takes the install to run.
    By way of example, in the SAP Business objects enterprise client on can configure the Silent install so that although it never prompts the user for a reponse there is a progress bar that runs, indicating that there is an install in progress.
    Thanks in advance,
    Bryan

    Hi Sebastian,
    No worries, I am using a pop up countdown so the users have some idea on progress. Would love to know why the install runs for over 15min.
    In the above case the uninstall was easy as we had deployed using MS AppV so it was just a case of deleting the advert in SCCM and the application was pulled from the users desktops.
    For 7.5 I am using a vbscript with following to uninstall:
    The install string pulled from the clients registry uninstall folder:
    RunCommand Chr(34) & "C:\Program Files\InstallShield Installation Information\{EC8753EF-EE78-48B5-A4D0-FBBD237B5D53}\setup.exe" & Chr(34) & " -runfromtemp -l0x0009UNINSTALL -removeonly"
    We create a custom link, so this deletes it.
    DeleteFile "c:\Users\Public\Desktop\SAP BPC 7.5.lnk"
    You should be able to create something similar for 7.0 & 7.1
    Hope that helps,
    Bryan

  • Silent install Photoshop CS 6 extended and how do i get it?

    I hva bought a license for Photoshop CS 6 extended, and i need to to get a hold of a .msi (microsoft installer) file for this application, where do i get it?
    I also want to do the silent install for this application, with both installation and registration of the product using my license. I have no internet connection and i am wondering if this i possible?

    Hi There,
    Please go through the doc below to see the workflow to create a .msi.
    http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/AdobeApplication ManagerEnterpriseEditionDeploymentGuide_v_3_1.pdf
    Thanks,
    Ashish

  • Error in the instructions for performing a silent install

    There's an error in the instructions for performing a silent install of Photoshop Elements:
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-instructions-photoshop-element s-1.html
    In step 9, the instructions say to use the following command line:
    start /wait "path to Setup.exe" /UL%LangCode% /V“SERIALNUMBER=%AOO volume license serial number%"
    The correct command line, however, is this:
    start /wait "path to Setup.exe" /UL%LangCode% /V"SERIALNUMBER=%AOO volume license serial number%"
    See the difference? Look closely at the character after the /V. In the instructions on the website, they put in a "curly quote" character. This obviously needs to be a straight quote.
    Interestingly enough, the erroneous command line from the web site will actually work just fine as posted if all you are passing in the /V is the serial number. If, however, you wanted to add a "NODESKTOPICON=1" to disable the creation of a desktop shortcut, for example:
    start /wait "path to Setup.exe" /UL%LangCode% /V“SERIALNUMBER=%AOO volume license serial number% NODESKTOPICON=1"
    then it fails to run silently.
    I post this in the hopes that Adobe will fix the typo in their instructions and save other admins the hours of grief I've been put through today trying to get this working.

    Check the response file where you define the SGA memory size for the new database.
    You can also choose not to create the database at the installation and do it afterwards, making a specific response file for it. (I'd recommend specially this option. like that you can separate possible installation errors with the ones on the DB creation process).
    Good luck.
    Regards,
    Enric Moya

  • Silent Install of CS3 on Windows 7 64 Bit

    Hello!
    I am with a School District and need to package CS3 for deployment to a lab.  The research that I've found makes it sound very easy using the line
    "setup.exe" --mode=silent --deploymentFile="install.xml" --skipProcessCheck=1
    and with our 32 bit XP machines it works great, no issues there.  We also have machines that are Windows 7 x64 and the same command line does not work at all.  With in a minute of execution it kills with exit error code 7.
    I've found some other properties to add within the install.xml file
    <Property name="INSTALLDIR">C:\Program Files (x86)\Adobe</Property> 
    <Property name="os64Bit">1</Property>
    This unfortunately didn't work either.  I'm not too surprised since in the log file it shows repeatedly that it is trying to install to program files (x86) anyway.
    Can someone that has done the silent install on a 64 bit machine help me out at all (or anyone with any other ideas )??
    Thanks for any help!!

    Hi skat,
    Firstly i would advice windows 7 as such wont support,there are work arounds to install or mount on it but in long run it causes problems.64-bit is not supported for administration tool.
    If it is other OS also admin tool should be installed only on 32-bit .......hope oracle releases it on 64-bit too in short time with only admin tool alone to get installed.
    On windows 7 installation you get many blogs or forums to get installed.......Better to install on windows 2003/2008 server which output you better.
    hope helps you understand.
    Cheers,
    KK

Maybe you are looking for