UNIX Silent Install Question

Post Author: bmcgowanvz
CA Forum: Deployment
I'm trying to run the scripted/silent install on UNIX, but cannot seem to get it working.
I've downloaded the three BOXI R2 SP2 full install TAR files from th ESD site.  Un-TAR'd them into /tmp directory on my target server.  This leaves me with the following directories:
/tmp/DISK_1
/tmp/DISK_2
/tmp/DISK_3
I am attempting to run the silent install using the following commands:
cd /tmp/DISK_1
./install.sh -s /tmp/DISK_1 -INSTALLDIR /apps/opt/businessobjects -BOBJELICENSEKEY 00000-0000000-0000000-0000 -c en -INSTALLTYPE custom -DBTYPE DB2 -SERVICENAME xxxxxx -DATABASEUID xxxxxx -DATABASEPWD xxxxxxx -ENABLEAUDITING yes -SERVICENAME_AUDIT xxxxxx -DATABASEUID_AUDIT xxxxx -DATABASEPWD_AUDIT xxxxx -CMSPORTNUMBER 6400 - REINIT yes -BOBJEINSTALLLOCAL system
Unfortunately, I get the following output/error:
Checking for recommended patches...
Patch checking complete
Unknown option -ENABLEAUDITING. (Error: STU 00003) Usage: install -i installdir [-s sourcedir] [-l licensedir] [-g languages] [-c lang] [-f|-x featureTags] [-h]
Am I running the silent install incorrectly?  Why does the "Usage:" statement refrence different commandline options than documented in the BOXI Installation Guide for UNIX. Thank you the the assistance.

Post Author: calvincra
CA Forum: Deployment
The manual is incorrect and the parameter is
-AUDITINGENABLED yes

Similar Messages

  • Silent Install of 1.5_06 question

    Is there a way to specify the minimum and maximum amount of memory to use during the silent install. After the install we can access the console and specify -Xms ###m -Xmx ###m. But we would like to do this during the intial install so it would be come the default for the individual user setting.

    I'm packaging the JRE 5.0 Update 8 client for our Windows XP SP2 desktops. I need to disable the update feature in the Java client. I packaged the previous version (5.0 Update 6) and disabled the autoupdate without any problems, but for some reason, it isn't working the same in Update 8.
    The problem is, after I install the client while attempting to disable the autoupdate, if I open the Java Control Panel (if I leave the tray icon enabled) the Update tab is still there and the "Check for Updates Automatically" box is still checked and the following registry entry is set:
    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy
    EnableJavaUpdate = 1
    I've read the doc... http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html . I've tried installing it with several different options, including:
    jre-1_5_0_08-windows-i586-p-s.exe /s /v"/qb-! IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 AUTOUPDATECHECK=0 JU=0 SYSTRAY=0"
    I also tried taking the .msi that's created in %temp% when you run jre-1_5_0_08-windows-i586-p-s.exe and applying a .mst that I created and setting the public properties (IEXPLORER, REBOOT, JAVAUPDATE, JU, UPDATECHECK and SYSTRAY) in the Property table of the mst.
    Neither the command line switches or the .mst I created work.
    How can I completely disable the update and remove the Update tab?
    Thank you in advance.

  • Linking in progress doesn't respond during silent install of oracle db 10g

    I performed all required settings for installing oracle database 10g on my remote server (redhat), I set the values of the response file for a silent install of enterprise edition.
    The installation works fine till the prompt says --- Linking in progress .
    then it takes a very long time without saying anything else, i checked /oraInventory for the log files, but there is no log for the silent install, which might mean that there is no error reported and that the connection or the shell application I am using (putty) has lost connection or something like that.
    I tried re-installation many times, but it still stops at the same step, the putty status bar says inactive later on, i then realize that there is no connection or some other failure.
    What can I do to fix this?

    you are welcome, unfortunately you didn't mark this thread as a question so no stars for me .
    Nervermind, herewith the feedback on your questions :
    Should I make a dbca.rsp ? how would I pass it to my install command line?
    In silent mode, DBCA uses values that you specify in the response file or as command-line options to create a database. DBCA does not display any screens or information while it creates the database. It logs all messages (including information, errors, and warnings) in a log file.
    From the command line, enter the following command to see all of the DBCA options that are available when you use the silent mode:
    $ @ora_root:[bin]dbca.com -help
    Read more in that document : http://download.oracle.com/docs/html/B13681_01/a_nonint.htm#CIHDHHBE
    I tried: ps -efd | grep -i run , alot of process appeared, how would I know if the installer is among them?
    try to grep with a much longer name i.e :
    ps -efd | grep -i runinstaller
    What is fuser * in the log directory ? is this a file I should create or what?
    No fuser is a unix/linux command that enable you to identify processes using a file or file structure. The fuser utility displays the process IDs of the processes that are using the files specified as arguments.
    So if the runinstaller still active you will see i.e.
    fuser silentInstall2008-08-08_10-50-48AM.log
    silentInstall2008-08-08_10-50-48AM.log: 14506o
    14506 is your process ID
    Hope this helps you!

  • Linux silent install stops at Starting to execute configuration assistants

    I am using putty to perform silent install of oracle db 10g on my remote server (redhat) through the command line:
    ./runInstaller -silent -responseFile /tmp/enterprise.rsp
    it works fine till reaching > starting to execute configuration assistants, where i receive no further response or even any errors, it just hangs up saying this, here is a summary :
    Installation in progress (Wed Oct 29 18:06:32 CST 2008)
    ............................................................... 11% Done.
    ............................................................... 23% Done.
    ............................................................... 35% Done.
    ............................................................... 47% Done.
    ........................................... 55% Done.
    Install successful
    Linking in progress (Wed Oct 29 18:08:54 CST 2008)
    . 55% Done.
    Link successful
    Setup in progress (Wed Oct 29 18:10:07 CST 2008)
    .................... 100% Done.
    Setup successful
    End of install phases.(Wed Oct 29 18:10:13 CST 2008)
    Starting to execute configuration assistants
    What should I do to overcome this and complete the installation successfully?

    Hub wrote:
    Hi
    you are welcome, unfortunately you didn't mark this thread as a question so no stars for me .
    Nervermind, herewith the feedback on your questions :
    <em>Should I make a dbca.rsp ? how would I pass it to my install command line?</em>
    In silent mode, DBCA uses values that you specify in the response file or as command-line options to create a database. DBCA does not display any screens or information while it creates the database. It logs all messages (including information, errors, and warnings) in a log file.
    From the command line, enter the following command to see all of the DBCA options that are available when you use the silent mode:
    $ @ora_root:[bin]dbca.com -help
    Read more in that document : http://download.oracle.com/docs/html/B13681_01/a_nonint.htm#CIHDHHBE
    <em>I tried: ps -efd | grep -i run , alot of process appeared, how would I know if the installer is among them?</em>
    try to grep with a much longer name i.e :
    ps -efd | grep -i runinstaller
    <em>What is fuser * in the log directory ? is this a file I should create or what?</em>
    No fuser is a unix/linux command that enable you to identify processes using a file or file structure. The fuser utility displays the process IDs of the processes that are using the files specified as arguments.
    So if the runinstaller still active you will see i.e.
    fuser silentInstall2008-08-08_10-50-48AM.log
    silentInstall2008-08-08_10-50-48AM.log: 14506o
    14506 is your process ID
    Hope this helps you!
    Thanks Hub,
    It seems the installation still stuck at >>> Starting to execute configuration assistants
    Here is what I am getting using fuser * in the /log dir:
    installActions2008-10-30_10-27-52AM.log: 32275
    oraInstall2008-10-30_10-27-52AM.err: 32275
    oraInstall2008-10-30_10-27-52AM.out: 32275
    But when run : ps -efd | grep -i runinstaller - it just gives me something like repeating my command:
    root 3035 31653 0 10:36 pts/2 00:00:00 grep -i runinstaller >> does this mean that runInstaller isn't there anymore, though the fuser * is showing that the log files are still being used?
    I'm not using dbca.rsp since I didn't choose Advanced configuration of database in my enterprise.rsp, and it is saying that using dbca.rsp is only incase I choose advanced configuration which is number =2 .
    So what parameters should I pass to the runInstaller, am i still missing something that is keeping the installation stuck without giving any responses or errors ?
    Edited by: user9940821 on Oct 30, 2008 8:48 AM

  • Fully automatic silent install of 1.4.2_10

    We're using Citrix Webinterface 4.0 with Citrix Java Client for remote access users (working at home). This works fine with Java 1.4.2_10. It does NOT work with MS Java VM or Java 1.5.x. So we need to ensure employees have Java 1.4.2_10 installed at their home pc's. We do not have administrative control over these pc's. Therefore we need to push the Java 1.4.2_10 software from the same webpage as their Citrix Webinterface login.
    QUESTION: I would like to create a hyperlink on the Webinterface login page where users can click to FULLY AUTOMATICALLY download and SILENTLY install the Java 1.4.2_10 software (and NOT the Java 1.5.x which is (non-silently) available at http://www.java.com/nl/download/ie_auto.jsp !!!!!)
    How can this be accomplished?
    Any help is much appreciated
    Harm van Dommelen
    Gemeente Waterland, The Netherlands

    i haven't done it, but you could just include the version of the JRE you want the user to use with your software

  • Silent Install of Acrobat 9 Pro

    I've seen a few questions about installing Acrobat 9 Pro silently on Mac OS X. Maybe someone's already dealt with this, but I thought it might be helpful. Installing Acrobat 9 Pro silently (and across multiple machines) is possible. I have not, however, figured out how to install Acrobat 9 updates silently (I could just be missing some documentation), so if anyone has any clues on this, please let me know.<br /><br />The key to installing Acrobat 9 Pro silently is licensing the application silently. This isn't documented (as far as I can tell), but you can use an application.xml.override file ( as outlined by the CS3 deployment docs: http://www.adobe.com/support/deployment/cs3_deployment.pdf ) to put in the license information. This file goes in "<path to Acrobat 9 Pro app>/Contents/Resources/AMT/".<br /><br />So here's a possible workflow for setting up a silent install:<br />1) package Acrobat 9 in a .pkg using Package Maker or a similar tool<br />2) create an application.xml.override file with the following text, replacing "YOUR KEY GOES HERE" with your key:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><Configuration><br /><Payload><br />     <Data key="Serial" protected="0">YOUR KEY GOES HERE</Data><br />     <Data key="Registration">Suppress</Data><br />     <Data key="EULA">Suprress</Data><br />     <Data key="Updates">Suppress</Data><br /></Payload><br /></Configuration><br /><br />3) write a shell script that installs the .pkg via installer (installer -pkg "Acrobat 9 Pro.pkg" -target /) and copies the application.xml.override to the correct directory (cp application.xml.override "/Applications/Adobe Acrobat 9 Pro/Adobe Acrobat Pro.app/Contents/Resources/AMT/application.xml.override")<br />4) run the shell script with root privileges (via sudo) and you're done!<br /><br />Again, if anyone has clues on installing updates silently, please share.

    It sounds like you are trying to use a retail serial as an enterprise serial and would like to bypass it's restrictions by deactivating it . . . I assume that's not possible, but perhaps I don't understand your issue.
    I doubt you'll get a good answer on the forum. Try support, your sales rep, or a help link on the licensing web site (if there is one).
    Ben

  • Silent Install of the TestStand Engine 2.0.1

    I am trying to do an unattended install of the TestStand Engine 2.0.1. I am using the "-noprompt" switch which makes the install silent except at the very end I get a dialogue box that say "You must reboot this computer...". I am also using InstallShield Professional 6.0 from which I launch then NI TestStand 2.0.2 engine.
    Does anyone have a solution to do a completely silent install?
    Thanks...Eric

    Eric,
    In general, we don't support creating silent installers because InstallShield isn't our development product. However, I have some information that may be of help. A normal (non-silent) installation receives the necessary input from the user in the form of responses to dialog boxes. As you know, a silent installation does not prompt the user for input. A silent installation must get its user input from a different source. That source is the InstallShield Silent Response File (.iss file). A response file contains information similar to that which an end user would enter as responses to dialog boxes when running a normal setup. InstallShield Silent reads the necessary input from the response file at run time.
    The format of response files resembles that of
    an .ini file, but response files have .iss extensions. A response file is a plain text file consisting of sections containing data entries. There are two ways in which you can create an InstallShield Silent Response File: you can run the setup and have InstallShield record and create the response file for you, or you can write the response file from scratch. It should be possible for you to create a response file that would contain a newline to confirm the reboot prompt. Your InstallShield documentation should provide more information regarding how you should create the response file.
    If you have any more questions, let us know.
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • How to do a silent install of NI-DAQ 7.3.1?

    I want to do a minimal silent install of NI-DAQ 7.3.1. I have found a few references, but none seem quite to provide all the information I need. Summary of my reasearch so far:
    In these two threads (thread 1, thread 2) a user asks the same question as me, but for some reason the NI Applications Engineer just stops responding to the users' questions, although he does provide some information.
    How to do install only particular features to install is specified for pre-6.9.0 in this knowledgebase entry, and this text file shows which components that are needed for specific features, but still only for pre-6.9.0.
    Another knowledgebase entry explains how to specify individual components for 6.9.3 and up, but lacks information on which components (msi installers) that are needed for specific features.
    Also this knowledgebase entry, which describes how to initiate the DAQ installer after your own installer, is very helpful.
    In summary, I need information similar to that provided in the text file mentioned above on which parts of the full NI-DAQ 7.3.1 installation that are needed to install "just the NI-DAQ drivers" or "the NI-DAQ drivers and LabView 6.1 support files" etc.
    Martin

    Hello MartinManscher
    The KB entry you mentioned shows three different specfiles. Try to scroll through the one for NI-DAQ 7.2 where each feature is explained in more details.
    You have not mentioned if you are installing traditional DAQ or DAQmx?!
    You should just install the root for the DAQ driver and then the support for the LAbVIEW version and the root for MAX...
    Hope this helps you.
    Regards
    Mohadjer

  • CS4 Design standard Silent Install:  Start Menu Items

    Greetings!
    I've got everything working for a silent install of CS4 (Design Standard).  However, there seems to be an issue with creating the Start Menu Folders.
    My first try, I asked for all the shortcuts to be placed in a folder called "AdobeCS4."  Short and sweet.  After running the install, it created THREE folders.  The first, just called "Adobe" had the Media Player shortcut in it.  The second was the one that I'd asked for, AdobeCS4, and had the rest of the items in it, except for three.  The Third folder was named "Adobe Design Standard CS4", and had "Adobe Acrobat 9 Pro", Acrobat Distiller 9, and Adobe LiveCycle Designer ES 8.2" in it.
    So, I re-set the install.xml file to NOT make my custom folder name, but just use the one called 'Adobe'.
    However, the acrobat side of things still won't play nice.  It looks like in the "suite.mst" in the Acrobat Payload folder specifically calls for the cumbersome "Adobe Design Standard CS4" folder.  I tried editing that file, and the install of Acrobat failed, so I assume that the files are checked before install to make sure they're not corrupted or something.
    Has anyone been able to make this (Acrobat Install) work properly, and have an install NOT bloat the start menu like crazy? How about the Adobe Media Player install?
    I've currently got the install working cleanly using a batch file to change some registry values (disable eula, adobe.com, etc), move the shortcuts, and delete the old folder, which works, but is really not how "software of this caliber" should work.
    Thanks for taking the time to read this, and hopefully answer!
    --IT Drone for Penetrode

    Hi there. I don't know the answer to your question, but maybe these docs can help:
    http://www.adobe.com/devnet/creativesuite/
    Kind regards,
    Lynn

  • UPK 3.6.1 silent install not working

    Trying to install UPK 3.6.1 in a corporate environment using Windows XP Service Pack 2 and Office 2003.
    I ran the install and created a response file as per the installation notes, accepting all the program defaults.
    Now when I try to perform a silent installation that uses the setup.iss file, the setup log returns "ResultCode=-3" and the app does not install.
    Wondering if anyone can suggest what to try next.
    Here's what my setup.iss file looks like:
    [InstallShield Silent]
    Version=v7.00
    File=Response File
    [File Transfer]
    OverwrittenReadOnly=NoToAll
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-DlgOrder]
    Dlg0={E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdWelcome-0
    Count=7
    Dlg1={E230DC0A-5C4B-4963-8320-067FF3AF722E}-AskLanguage-0
    Dlg2={E230DC0A-5C4B-4963-8320-067FF3AF722E}-AskInstallOption-0
    Dlg3={E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdSelectFolder-0
    Dlg4={E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdAskDestPath2-0
    Dlg5={E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdStartCopy2-0
    Dlg6={E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdFinish-0
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdWelcome-0]
    Result=1
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-AskLanguage-0]
    DLG_ASKLANGUAGE_LST_LANGUAGE=English
    Result=1
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-AskInstallOption-0]
    DLG_ASKINSTALLOPTION_LST_OPTIONS=Client
    Result=1
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdSelectFolder-0]
    szFolder=User Productivity Kit Client
    Result=1
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdAskDestPath2-0]
    szDir=C:\Program Files\User Productivity Kit\UPK Developer 36Client
    Result=1
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdStartCopy2-0]
    Result=1
    [Application]
    Name=User Productivity Kit
    Version=3.6.1
    Company=Oracle
    Lang=0009
    [{E230DC0A-5C4B-4963-8320-067FF3AF722E}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

    Hi Jason,
    A couple questions:
    1. Have you tried installing on more than one machine, and is this happening always, or just in some instances?
    2. Are you trying to perform the silent install on other XP SP2 machines, or are these different OSes? The response file should be made for identical OSes.
    The ResultCode=-3 is saying that "Required data not found in the Setup.iss file." I have a feeling that the environment where you recorded the response file had all the necessary third party applications installed, so that dialog was skipped during that "recorded" installation. It would have been a dialog after you selected the installation option (it's not listed in the dialog list in your response file, so that's why I'm figuring that machine was up to date).
    So, when you installed on the next machine with the response file, the setup.exe was now looking for this particular dialog in the response file, but it's not there. For that response file to work, you need to make sure the environment where you are using it has all the third party apps installed before running the silent install. If you look at the main installer location (where the setup.exe is) there is a "Third Party Files" subfolder, with all the third party apps UPK uses. Install those on these machines before running the silent installation.
    If any of these are not already installed, install them:
    .NET Framework 3.5 (in DOTNET folder)
    MS Visual C++ 2008 Runtime Library (in MS_Visual_C++_2008_Redist folder)
    MSXML 4.0 (in MSXML_4.0 folder)
    MS Primary Interop Assemblies 2005 (in Primary_Interoperability_Assemblies_2005 folder)
    Web Service Enhancements 3.0 (in Web_Services_Enhancements folder)
    Hope this helps,
    Matt

  • Silent Install for JRE 1.4.2_02

    I am having trouble running a silent install of the JRE. I've referenced the following document, but have not had any luck. http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
    The command I attempted to use is:
    j2re-1_4_2_02-windows-i586-p.exe /s /v
    Is this not the correct format? I tried many different versions of the command based on the silent install document, none worked. I still get prompted to accept the install.
    http://java.sun.com/products/archive/j2se/1.4.2_02/jre/install-windows.html

    This would be more appropriate forum for this question:
    http://forum.java.sun.com/forum.jsp?forum=14

  • Unattended/silent install "oracle outlook email integration on demand"

    I am looking for how to create sms package for "oracle outlook email integration on demand" (unattended/silent/ install from command line setup.exe /s /v"/qb"????? no luck

    Please post this question on the CRM On Demand Integration Development forum.

  • Firefox 27.1 silent install and configuration(homepage, proxys and bookmark)

    Hello,
    I am trying to perform a silent install and configuration for Firefox 27.1 but I am not able to get the same results I got with versions 26 and below. For these previous versions I used the method described in this link:
    http://www.mockbox.net/configmgr-sccm/174-install-and-configure-firefox-silently
    But for Firefox 27 creating the Mozilla.cfg and the other files doesn't seem to work. Could you please tell me how to silently configure the proxys and homepage on Firefox 27.1 during the install. I also need to add a bookmark during the installation. Could you please tell me how to do that as well? I found some methods saying I had to edit a bookmark.html file but I don't think this file is present on firefox 26 on.
    thank you in advance.
    regards.

    thank you for your reply guigs2, unfortunately none of those links were helpful for me. As I mentioned in my question I already tried the silent install method using the Mozilla.cfg file. It worked for the previous versions but it doesn’t work for version 27 anymore. As for the INI file, that doesn’t help me either since I need to configure the homepage, proxies and bookmarks all during the installation, for the INI all I’ve seen is that you can configure INSTALLDIR, shortcuts etc. Configuring proxies, homepage and bookmarks through group policies as one of the solutions said is not an option for me, I need to do that during the silent install of Firefox 27.

  • Packaging IE 9 in SCCM 2007 using silent install switches

    Hello all
    I am planning on packaging IE9 to be deployed to some of our test computers then to our production environment of about 564 nodes. My goal is to run it as a silent install, no user interface.I use the follow commands but the Install box still comes up (see
    below).  msiexec.exe /i "ie9-windows7-x64-enu.msi" /quiet
    My other question is should I just push the upgraded IE9 with the next software updates patch cycle?
    Thanks,
    Phil
    Phil Balderos

    Hi Phil,
    when you run through the IEAK wizard, you choose the user experience you want to have.
    IEAK has the ability to output in MSIfile, or as setup.exe.
    The MSIfile, is a dumb one, in that it merely unpacks the setup.exe and launches that.
    When we packaged up IE9, we just used the setup.exe, and I selected silent+norestart and all that, inside the IEAK.
    The setup.exe generated, includes the necessary parameters. I created a package/program in CM07 with just that.
    Or, you can use: setup.exe /quiet /norestart
    I've not found the MSI of any benefit at all, ever. (maybe if I was using GPSI or something that might be where I'd use it)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Silent Install for Elements v.2

    I work in a school environment and have an (old) site license for Photo Elements version 2. I want to deploy the program to specific computers and not have it included in my school image. Therefore, I need either directions to do this or a link to an Adobe Customization Wizard for this product. The only Silent Install directions I can locate are for newer versions of the software. I tried the RapidInstall method of taking a snapshot then making a .msi, but when I deploy the .msi. I get error 1603, which I Googled and can be attributed to many different things. Can somebody out there give me some advise how to deploy this product successfully?
    Many Thanks!

      I think your question is a bit technical as this is mainly a user to user forum. I found some XML code albeit for PSE9 but it may provide the basis of a work around.
    Good luck.
    http://d4rkcell.com/archives/180

Maybe you are looking for

  • CTRL+break doesn't work, cannot boot on Rommon.

    GoodDay to All, Im using a 1750 router, and then i upgrade it to higher version, after then i reload it, the problem it does not goes to start-up mode or even the rommon mode,not enough memory to load the image, it always rebooted after the self-deco

  • Why won't apple acknowledge and fix the IOS 5 update encryption bug?

    When updating to IOS5 and saving a backup, if you intentionally do not encrypt the backup, the software will do it for you against your will without letting you know.  The source for the assigned against your will and knowledge password for that back

  • Messaging bridge with JBoss

    Hi           I am trying to configure a messaging bridge between weblogic 8.1 sp4 and jboss-4.0.2 on my local machine.           I have the bridge working for the following configuration:           Adapter JNDI Name: eis.jms.WLSConnectionFactoryJNDIN

  • Newly installed app disappears after download

    Since tow days, All the apps that I install diseppears after they complete the download In the ap store they appears as installed but the botton Open doesnt work. I tryed many things but no solution : Restarting the iPhone Reset of the iPhone deletin

  • Photoshop photography program offer

    I see there is a good deal for photographers, Photoshop CC and Lightroom 5 12,29€/a month. I have a Adobe CS3 Design Premium Student, am I eligible for the offer?