Silent install with completion prompt?

I would like to create application/package deployments that install silently, but will also prompt the user when the installation is done. I want these available through the Software Center.
My reason is pretty simple. I want to control all aspects of the installation process which is easy using silent installs. However, I would like the user to know when the install is done.
For something as simple as a JAVA runtime install, the user is often installing an update due to an incompatibility with a web site. Letting them know when the install is done allows them to try to web site again.

Hi GlennWelker
There are more than one way of doing this:
Either you can do this when you deploy the application, making sure users have an installation deadline, and then showing them all notifications.
Otherwise you can do it in your installation, this way you need some way of showing it. You can build something to do this yourself, or you can use some of the Things which is out there to do this:
http://psappdeploytoolkit.codeplex.com/releases/view/110492
/Morten

Similar Messages

  • Command Line Parameters for Silent Install with Status for BI4.0 Products

    For the XI3.1 product installations, which clearly leveraged MSIEXEC installation files, it was possible to use the /qb+ command line parameter to trigger a silent install which showed the progress of the installation with a final prompt to acknowledge the completion of the installation.
    For the new BI4.0 installation package, it's not clear how to trigger a silent installation which also shows the installation progress.  The installation guide describes using -q in the command line to run a silent installation, or leveraging a response.ini file to trigger a silent install, but in neither case does it show how to modify the silent installation command to enable a display of the installation progress.
    Does anyone know the syntax, either command line or embedded in a response.ini file, to trigger a silent installation for the BI4.0 products which ALSO shows the progress of the installations?
    Thanks,
    Josh

    Yes, I've tried the same switch that I used for the XI3.1 installations, namely "/qb".  In XI3.1 I was able to use this switch either directly in the MSIEXEC command line or in the Response.ini file as "QUIET=/qb".  In either case, this switch resulted in a silent install that showed a progress bar window for the installation, completing with a confirmation prompt indicating that the installation had completed.
    Neither approach works with the BI4.0 installation packages.  My suspicion is that SAP has switched to a different installation engine as I can't find the typical .msi installation files that would indicate this is a MSIEXEC installation.  I'm hoping someone knows what type of installation engine is being used and what the switching syntax is for silent installs. But it can't be a completely transparent silent install (I know how to do this); it must provide an option to show an installation progress bar.
    Thanks,
    Josh

  • Silent install with registration number

    Is there a way to embed the registration number into the command line of a silent install for Crystal Reports 2008? That way users won't have to enter it after the install.

    You can use the PIDKEY silent command line option.
    I am pasting a snippet from page 27 the Crystal Report 2008 Install Guide pdf.
    There is also a table of the most common command line switches available.
    http://help.sap.com/businessobject/product_guides/cr2008/en/xir3_cr_install_en.pdf
    =======================================================================
    Command line silent installation
    The silent installation command consists of the command setup.exe, followed
    by a number of parameters that provide information about the installation.
    The following example creates a sub-directory /Crystal Reports and installs
    Crystal Reports into it:
    setup.exe ADDLOCAL=ALL CLIENTLANGUAGE=<%langcode%> REBOOT=Re
    allySuppress PIDKEY=<%keycode%> INSTALLDIR="C:\Program
    Files\Business Objects" /qn
    u2022 <%langcode%> Replace this variable with a valid language code from the
    following table.
    u2022 <%keycode%> Replace this variable with a valid product activation keycode.
    The example uses the most common parameters. You can choose any
    number of valid parameters, but it is good practice to keep the silent
    installation as simple as possible.
    ========================================================================
    --Jack

  • Adobe Acrobat 11 Pro - silent install not completely silent

    Hello,
    I am trying to create an installer for Adobe Acrobat 11 Pro. I have used the customization wizard to create a transform file for the install and specified it to be silent. However, it appears that windows are still opening in the background when the installer runs, which causes our automated installer service to close out of the install thinking the installer is "broken."
    Is there an easy way to make the installer completely, 100% silent?
    The command is currently:
    if exist [file generated to determine if a prior uninstall was sucessful] (msiexec /i "[PATH]Adobe Acrobat Pro\Adobe Acrobat 11 Pro\AcroPro.msi" /qn CLIENTUILEVEL=0 TRANSFORMS=[PATH]\Adobe Acrobat Pro\Adobe Acrobat 11 Pro\AcroPro.mst" /l*v "[PATH]\adobe.log")
    Any help is appreciated.
    Thanks,
    Drew
    EDIT: The windows opening look like they are deleting some dll files. If anyone knows a workaround, that's be great.

    Answered this in your other post.  Please only post once per issue. Here is the response I put in that thread:
    "If you are installing on a machine that Acrobat 10 previously  then this is likely deleting the old Adobe PDF Printer files if anything instead of the Setup files.  I don't believe there is a way to change this behavior."

  • Silent install with net assistant failing

    I am installing an 8.1.6 custom config with an response file. The config assistant is erroring. I can't figure out how to pass the netca.rsp to the config assistant. Any suggestions?
    This is the input to the install,
    myinstall.rsp
    [General]
    RESPONSEFILE_VERSION=1.7.0.0.0
    [SESSION]
    FROM_LOCATION = "C:\newstage4\sqlnet816\stage\products.jar"
    ORACLE_HOME = "C:\oracle\ora81"
    ORACLE_HOME_NAME = "OHOME1"
    TOPLEVEL_COMPONENT={"oo4o.group","1.0.0.0"}
    SHOW_COMPONENT_LOCATIONS_PAGE = False
    SHOW_CUSTOM_TREE_PAGE = True
    SHOW_SUMMARY_PAGE = False
    SHOW_INSTALL_PROGRESS_PAGE = True
    SHOW_REQUIRED_CONFIG_TOOL_PAGE = False
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE = False
    SHOW_END_SESSION_PAGE = False
    [oo4o.group_1.0.0.0]
    COMPONENT_LANGUAGES={"en"}
    INSTALL_TYPE = "custom"
    DEPENDENCY_LIST={"oracle.networking.netca","8.1.6.0.0"}
    [oracle.networking.netca_8.1.6.0.0]
    OPTIONAL_CONFIG_TOOLS={"netca"}
    s_responseFileName=C:\download\oracle\cd817\response\netca.rsp
    This is the output from net config:
    silentinstall.log
    silentInstall2002-08-14_04-14-41-PM.log
    Configuration tool Net8 Configuration Assistant failed
    Parsing command line arguments:
    Parameter "orahnam" = OHOME1
    Parameter "instype" = custom
    Parameter "inscomp" = client,net8
    Parameter "insprtcl" = nmp,tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = NO_VALUE
    Parameter "silent" = true
    Done parsing command line arguments.
    Error loading native library: oranjni8.dll.
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
         at oracle.net.common.NetGetEnv.getOracleHome(NetGetEnv.java)
         at oracle.net.ca.CmdlineArgs.setOraArgs(CmdlineArgs.java)
         at oracle.net.ca.NetCA.<init>(NetCA.java)
         at oracle.net.ca.NetCA.main(NetCA.java)
    Error :*** Alert: One or more tools have failed. It is recommended but not required that these tools succeed for this installation. You can now select these tools, read its details to examine why they failed, fix those problems, and retry them. Or, you can click "Next" to continue. ***
    The installation of oo4o group was successful, but some optional configuration tools failed or were cancelled

    Hi i am facing the same problem. If you got the solution please reply for the same or mail me on [email protected]

  • Silent install with WEB_JAVA_SECURITY_LEVEL=H does not appear to work

    Oops - posted this in the wrong category after I landed there as a result of a search...
    I have tried to install the jre-7u10-windows-i586.exe with flags: /s WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=H but after it is installed, when opening the control panel, the web security level is set to Medium.
    This can also be changed by a normal user. The setting is saved in the CURRENT_USER part of the registry. There appears to be no similar entry in LOCAL_MACHINE.
    I would have expected when the installer option has been used (as admin), the setting would be HIGH for all users and the user would not be able to change it.
    What is the problem?
    OS is Windows XP with all patches.

    I understand why you asked the question: It doesn't appear to be working as designed. ;)
    I offered up what little I know in hopes of helping you solve the immediate problem of applying that setting. I wasn't trying to dance around the problem. :)
    You are correct: it is a per-user setting. There are still a number of ways of getting per-user settings that out there:
    - Via login script, as you suggested;
    - Via GPO - Push the registry key(s) in this example;
    - Via installs - add the registry key as part of the installation to HKCU; for any new user profiles: load the default user hive, add the key there & unload the hive. New profiles from that point on will be updated. You'll still need to do something for existing profiles. (Use one of the two options above for that.)
    You added a new twist on this by mentioning a new element: the ability to lock the setting(s) so that users cannot change them. You'll likely need to leverage deployment configuration files to accomplish this. I don't think registry keys apply here, but I could be mistaken. Once the 'master' files are configured properly, they can be deployed via GPO, login script and even new installs.
    Take a look at the documentation here, and if you still require some assistance, check back in.
    http://docs.oracle.com/javase/7/docs/technotes/guides/deployment/deployment-guide/properties.html
    The issue hasn't really 'solved itself' since users can still change the security level. The above will address that.

  • Weblogic 10.3.3 Silent Install with registry corrupted message on Redhat 6.

    I successfully un-installed Weblogic that had been installed previously on the VM. Then I created silent.xml on the VM and attempted to install WL in Silent Mode but got the following error
    [root@VA33-PROOFAPP01 opt]# java -d64 -jar wls1033_generic.jar -mode=silent -silent_xml=/opt/scripts/silent.xml
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Here is my silent.xml which looks correct.
    [root@VA33-PROOFAPP01 opt]# cat /opt/scripts/silent.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Silent installer option -mode=silent -silent_xml=/opt/scripts/silent.xml -->
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/opt/oracleHome" />
    <data-value name="WLS_INSTALL_DIR" value="/opt/oracleHome/weblogic10.3.3" />
    <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="NODEMGR_PORT" value="5559" />
    </input-fields>
    </bea-installer>
    Any inputs would be greatly appreciated.
    Joe in South Carolina.

    Well i read another thread and got it solved by putting the value on the same line
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins|WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
    Thanks for reading!
    Joe

  • Switch to install with progress bar ONLY!

    I have successfully installed Photoshop CS3 onto Windows XP SP2. However, I do not want my install to be completely silent: I want to see a progress bar.
    For silent install I use the following switch: setup.exe --mode=silent
    The next line in cmd says"UI:Silent"
    If I use no switches (only type in setup.exe), the next line in cmd is: "UI:Full" Also, "setup.exe --mode=gui" will initiate "UI:Full".
    What are other install switches? I want a silent install with a progress bar only.

    We too are in the same boat, we need a progress bar so that our users know that we are deploying the application.
    I've tried various random switch for the "UI mode" but none work. There must be others than silent or Full.

  • Adobe Reader 8.12 Silent Install Breaks If same version already exists (New)

    June 2, 2008 I built a silent package that works fine but silent install breaks if the machine already has same version of adobe reader installed. Is there a way to check before the installation begins and cancell the install without prompting any screens to the users. I want to push this silent package to 600 machines but when silent install breaks, it prompts the user to remove or repair AR. Can someone pls. help with this....thanks.6049212177

    The link to the Reader forum is at the top of this forum.

  • Silent install- ASM Configuration Assistant fails

    I am trying to do a silent install with response file. At the end of the install it says I need to run configToolAllCommands which I do but the ASM Configuration assistant fails. I assume I need to pass in asmsnmp password but how do I do that? I see I can specify ResponseFile=<fn> when I run configToolAllCommands but how do I set the asm passwords in a response file? I tried just creating a response file that included asmsnmpPassword=mypassword and sysAsmPassword=mypassword but it didn't like that. Anyone know how to pass in the password? I think it will set up the asmsnmp user in this configuration assistant? because that is one of my problems after the install completes I don't have that user set up. I need all of this to be automated.
    thanks for any ideas.

    well I did not find any documentation on how to create a resposne file for the ConfigToolAllCommands- all I found using the -help option was that I could include a ResponseFile=<fn> parameter. so all I did was put 2 llines in the file sysAsmPassword=mypassword and asmsnmpPassword=pAssword. And that doesn't work...

  • Silent install of JRE (java 5 update 11) doesnot disable java update tab

    I need to disable the Update tab in java pluign.
    Manually it can be achieved by setting the HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 0.
    But i want to achieve this through java script
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html .
    From this i tried silent install through command prompt by using the following.
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn IEXPLORER=1 ADDLOCAL=ALL JAVAUPDATE=0 /L C:\jre.txt"
    also tried
    jre-1_5_0_11-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /L C:\jre.txt"
    but this successfully installs the jre but the update tab in the plugin is still shown.
    Can anybody help me to disable the update tab of java plugin through javascript while installing the jre.
    Thank you in advance.
    Mamatha

    This is a very poor solution. It looks extremely unprofessional, especially when you're relying on Java for your products. You want to install your product with Java (because it doesn't exist on many machines) and people think it's instant Spyware and bundle garbage. I have to agree with them (even though I'm a certified Java developer with 8+ years experience). Very poor...

  • OBIEE 1.1.1.7 upgrade -silent install

    Hi All,
    I am installing OBIEE 1.1.1.7 as an upgrade from version 1.1.1.6 I have upgraded weblogic to version 10.3.6 and used psa.sh to upgrade both schemas,
    I am now trying to run config.sh as a silent install with a response file. I just cant get it to work in with Oracle linix 6.3 it doesnt recognise my paths to WL or Oracle_BI, can a response file be used with a linux installation? Ive tried adding both ' quotes and " around the locations hoping the installer would take them as one string but still no luck,
    See response file
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    #Set this to true if you want to create a new BI System, all other required variables need to be provided. If this is set to true then variables "SCALEOUT_BISYSTEM" and "EXTEND_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    CREATE_BISYSTEM=false
    #Set this to true if you want to scale out an existing BI System, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM","EXTEND_BISYSTEM" and "UPDATE_BIDOMAIN" must be set to false, since the variables are mutually exclusive. In order to scale out an existing BI system, the domain in the system must be running
    SCALEOUT_BISYSTEM=false
    #Set this to true if you want to configure BI System in an existing exmpty domain in the localhost, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM","SCALEOUT_BISYSTEM" and "UPDATE_BIDOMAIN" must be set to false, since the variables are mutually exclusive.
    EXTEND_BISYSTEM=false
    #Set this to true if you want to update an existing BI System running on the localhost, all other required variables need to be provided. If this is set to true then variables "CREATE_BISYSTEM","EXTEND_BISYSTEM" and "SCALEOUT_BISYSTEM" must be set to false, since the variables are mutually exclusive.
    UPDATE_BIDOMAIN=true
    #Write the name of the domain you want to create. Domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=bifoundation_domain
    #Write the name of the cell you want to create. Cell name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    CELL_NAME=unknown
    #Write the name of the host to which you want to connect. It should have an already existing domain configured.
    DOMAIN_HOSTNAME=localhost
    #Give the port number at which the host should be connected.
    DOMAIN_PORT=7001
    #Give an administrator user name for the domain if you are creating a new one otherwise give the administrator user name for the domain configured at the host.
    ADMIN_USER_NAME=weblogic
    #Give an administrator password for the domain if you are creating a new one otherwise give the administrator password for the domain configured at the host.
    ADMIN_PASSWORD=Velos123
    #Write the administrator password again to confirm.
    ADMIN_CONFIRM_PASSWORD=Velos123
    #Is Single Server Install.
    WLS_SINGLE_SERVER_INSTALL=false
    #Specify the Middleware Home location.
    MW_HOME=/home/OBIEE/MW_HOME
    #Give the name of the Oracle Home directory. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character.
    ORACLE_HOME=/home/OBIEE/MW_HOME/Oracle_BI1
    #Give the complete path to a valid WebLogic Server Home.
    WEBLOGIC_HOME=/home/OBIEE/MW_HOME/wlserver_10.3
    #Give the complete path for a domain home to be created.
    DOMAIN_HOME_PATH=/home/OBIEE/MW_HOME/user_projects/domains/bifoundation_domain
    #Domain Name
    DOMAIN_NAME=bifoundation_domain
    #Give the complete path for JEE applications directory to be created.
    APPLICATIONS_HOME_PATH=unknown
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/home/OBIEE/MW_HOME/instances/instance1
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=instance1
    [SYSTEM]
    [APPLICATIONS]
    [RELATIONSHIPS]

    You need the Combo Update to go from 10.7.1 to 10.7.4.

  • Silent Install w/Admin and Managed Servers

    I noticed on versions 11 and 12 of Weblogic, it seems the parameters available for a silent install have been greatly simplified to where it just does a base install.  How would I go about getting it to do a silent install with an Admin server and 2 Managed servers?  Do I need to do an install and update-install or is there a way I can do all this in 1 shot?
    Thanks In Advance
    Nic

    An example is given here: Middleware Snippets: Automate WebLogic 12.1.2 Deployment.

  • Adobe Dreamweaver CS3 Silent Install

    I have followed adobe's instructions on how to perform a
    silent install with the preserialization built in to the silent
    install. I recieve an exit code 6 when trying to use the
    Application Override file that Adobe has provided. Any
    suggestions?

    Mike.Yates wrote:
    > I contacted Adobe support and the guy asked me to post
    on the forum because
    > they dont "really support silent install". He stated
    that the developers check
    > the forums quiet often and they might be able to assist.
    Hmm. That sounds a rather lame response. Not your fault, of
    course, but
    if Adobe gives instructions for silent install, their
    technical support
    people should be able to provide you with assistance. I'll
    try to draw
    this to someone's attention to see if you can get an answer.
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Silent install hanging

    Hi, I'm using iAS 6.0 SP1B and iWS 4.1 SP8 on Solaris 8. I am having a
    slight problem with the silent install feature. When I run the silent
    install, it works correctly however it seems to hang at the very end. I get
    the iWS startup message and it says it's listening on port 80 but then it
    just seems to freeze. If i kill the silent install at that point everything
    is fine, it's just that I'm writing a wrapper script that does some
    modifications to the kjs script after the install so this freeze messes
    things up. I have tried running the silent install with iWS running
    previously and with it shut down previously; same result either way. Has
    anyone experienced this problem or know what to do?
    Thanks,
    Lincoln

    Hi Lincoln,
    Please send me your install.inf file.
    thanks,
    Deepak
    devsupport
    Lincoln wrote:
    Hi, I'm using iAS 6.0 SP1B and iWS 4.1 SP8 on Solaris 8. I am having a
    slight problem with the silent install feature. When I run the silent
    install, it works correctly however it seems to hang at the very end. I get
    the iWS startup message and it says it's listening on port 80 but then it
    just seems to freeze. If i kill the silent install at that point everything
    is fine, it's just that I'm writing a wrapper script that does some
    modifications to the kjs script after the install so this freeze messes
    things up. I have tried running the silent install with iWS running
    previously and with it shut down previously; same result either way. Has
    anyone experienced this problem or know what to do?
    Thanks,
    Lincoln

Maybe you are looking for

  • Enterprise developer program

    Hi, My boss asked me to locate information on the enterprise developer program, I know that it's a yearly subscription of $299, but does this mean that it's $299 per developer? or can you create a team and it's just subscription per company at $299?

  • # of commits using BAPI_TRANSACTION_COMMIT in integration?

    Hi all, my question is how many times can use BAPI_TRANSACTION_COMMIT BAPI for commiting data in SAP Standard tables? curently I am calling BAPI_TRANSACTION_COMMIT for every BP created in CRM. Ours is integration from legacy to CRM, and this job runs

  • With regard to lock object and authority check

    hi all i would like to know about lock object and authority check specifically in reports. there is a coding in sap library with regard to authority check, but there is no coding to restrict user (i mean there is no user names that the object is rest

  • Link between DMS and  FI

    hi all, is it possible we directly used DMS links in FI(like vendor invoice available in FB03) if yes how we can do it? thx in advance. Message was edited by:         sam ra

  • Time Machine backups of File Shares on OS X Server

    I'm running OS X Server on Mavericks 10.9.4.   The server itself has 3 drives, the Boot drive, a file-sharing-only drive "Server", and a TimeMachine backup which backs up both drives.   Generally it works fine. However, I've noticed that if a file sh