Packaging a silent Elements 8 installation

Hello everybody,
Does anyone already tried to package Elements 8 for an auto and silent auto-deployment ?
I've tried using the elements 7 method with no success
I still have to choose the language at first...
exemple part of my vbs :
objWshShell.Run "\\SHARE\8\Setup.exe --mode=Silent --deploymentFile=.\1036.mst", 0, True
or
objWshShell.Run "\\SHARE\8\Setup.exe --mode=Silent --TRANSFORMS=.\1036.mst", 0, True
same problem..
does anyone have an idea ?
Regards

So, I changed the Setup.ini file as such:
EnableLangDlg=NO
and I put the switch /qb on the line:
CommandLine0=msiexec /i "Adobe Photoshop Elements 8.0.msi" TRANSFORMS=1033.mst ELEMENTS_EN_US=1 ORGANIZER_EN_US=1 /qb
...and now when I run the Setup.exe it will use the .ini file and make the install quiet-basic, without asking for the language selection at the beginning. I'm pretty sure you could change it to /qn and make it totally silent.
Hope this helps!
-TIM

Similar Messages

  • Premier Elements installation (Windows installer) problem.

    I cant install premier elements 12 on my computer, I get a windows installer error message as per the following. I have tried to install the DVD and a downloaded version. Has anyone had (and overcome) the same or similar issues? Many thanks.
    Error message:
    Windows ® Installer. V 5.0.7601.17514
    msiexec /Option <Required Parameter> [Optional Parameter]
    Install Options
    </package | /i> <Product.msi>
    Installs or configures a product
    /a <Product.msi>
    Administrative install - Installs a product on the network
    /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>]
    Advertises a product - m to all users, u to current user
    </uninstall | /x> <Product.msi | ProductCode>
    Uninstalls the product
    Display Options
    /quiet
    Quiet mode, no user interaction
    /passive
    Unattended mode - progress bar only
    /q[n|b|r|f]
    Sets user interface level
    n - No UI
    b - Basic UI
    r - Reduced UI
    f - Full UI (default)
    /help
    Help information
    Restart Options
    /norestart
    Do not restart after the installation is complete
    /promptrestart
    Prompts the user for restart if necessary
    /forcerestart
    Always restart the computer after installation
    Logging Options
    /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile>
    i - Status messages
    w - Nonfatal warnings
    e - All error messages
    a - Start up of actions
    r - Action-specific records
    u - User requests
    c - Initial UI parameters
    m - Out-of-memory or fatal exit information
    o - Out-of-disk-space messages
    p - Terminal properties
    v - Verbose output
    x - Extra debugging information
    + - Append to existing log file
    ! - Flush each line to the log
    * - Log all information, except for v and x options
    /log <LogFile>
    Equivalent of /l* <LogFile>
    Update Options
    /update <Update1.msp>[;Update2.msp]
    Applies update(s)
    /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode>
    Remove update(s) for a product
    Repair Options
    /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode>
    Repairs a product
    p - only if file is missing
    o - if file is missing or an older version is installed (default)
    e - if file is missing or an equal or older version is installed
    d - if file is missing or a different version is installed
    c - if file is missing or checksum does not match the calculated value
    a - forces all files to be reinstalled
    u - all required user-specific registry entries (default)
    m - all required computer-specific registry entries (default)
    s - all existing shortcuts (default)
    v - runs from source and recaches local package
    Setting Public Properties
    [PROPERTY=PropertyValue]
    Consult the Windows ® Installer SDK for additional documentation on the
    command line syntax.
    Copyright © Microsoft Corporation. All rights reserved.
    Portions of this software are based in part on the work of the Independent JPEG Group.

    download from the link here,
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Package into a native installer fails on Linux (Flex SDK 4.5) : "Invalid AIR file"

    Hi,
    We've moved our application to compile against the 4.5 SDK.
    We're compiling it with Flash Builder (on mac) into an air file and as our application is using NativeProcess API, we're packaging it on each platform into a native installer with the following command (linux example) : adt -package -target native app.deb app.air
    We think we fall into the same issue ashttp://forums.adobe.com/message/3271944#3271944 but for the 4.5 DSK.
    On Linux it used to work with the following environment (env1):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.1.0.16076 + Adobe Air SDK 2.5.0
    It stops to work when we upgrade to the new Flex SDK (env2):
    - Ubuntu 10.10
    - Java Sun 1.6.0_24
    - Flex SDK 4.5.0.20967 (with the default embeded Adobe Air SDK 2.6)
    The faut message is "Invalid AIR file" and nothing is logged in the log file (/home/<username>/.appdata/Adobe/AIR/Logs/Install.log).
    1) The .air file is installing correctly on env2 (without the support of the NativeProcess as expected)
    2) We also tried to compile the project directly on env2 :
    amxml app.mxml
    adt -package -storetype pkcs12 -keystore cert.p12 app.air app-app.xml air.swf
    The .air file is installing fine but the packaging into a native process fails in the same way...
    3) We tried to package a native installer of our .air file on env1 and it works!!! (the installed application seems to work fine also on env2!!!)
    Are we missing something or does it seems to be a bug of the Flex SDK 4.5?
    Are there some restrictions to package a native installer with the Flex SDK 4.1 a air app build with the Flex SDK 4.5 ?
    Thanks in advance,
    Mich

    Hi,
    Finally we figure out how to solve the issue.
    The packaging into native .deb installer fails as explain above because with the hole Flex SDK 4.5 (adt -version told 2.6.0.1920).
    The packaging is successfull if only Air SDK 2.6 is install.
    What is strange that both adt seems to be the same "2.6.0.1920" (found with "adt -version").
    Can someone from the Adobe dev team explain it?
    I suppose as the Flex SDK is not available for the Linux platform, the download only contains the Air SDK for Windows and Mac OS as opposed to the specific download of the Air SDK for te Linux platform...
    Thanks,
    Mich

  • Problem with -silent -location installation parameters

    Hi,
    I'm trying to specify the installation path to my air application's installer that was made with -target native.
    However, I'm getting the following error:
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>CardinalQuest.exe -silent -location C:\cq
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>failed (consult log)
    The log (http://pastebin.com/SnYrkaUU) states the following:
    [2011-08-01:23:56:50] Bootstrapper begin with version 2.7.0.19530 on Win x86
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:50] Launching subprocess with commandline "Adobe AIR Application Installer.exe" -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:23:56:50] Commandline is: -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:51] Validating app in folder C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest
    [2011-08-01:23:56:53] Application signature verified
    [2011-08-01:23:56:53] Unpackaging/validation complete
    [2011-08-01:23:56:53] No app located for appID 'CardinalQuest' and pubID ''
    [2011-08-01:23:56:53] Starting silent app installation to c:\cq. Installing app CardinalQuest version 1.0 using the source file at file:///C:/Users/ido/AppData/Local/Temp/AIR1580.tmp/Cardinal%20Quest
    [2011-08-01:23:56:53] Installing msi at C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi with guid {7161D8D5-8A80-F0B6-AF2A-9A6AC64749EC}
    [2011-08-01:23:56:55] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Rolling back install of C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi
    [2011-08-01:23:56:55] Rollback complete
    [2011-08-01:23:56:55] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Application Installer end with exit code 7
    [2011-08-01:23:56:55] Subprocess Application Installer failed (7)
    [2011-08-01:23:56:55] Bootstrapper end with exit code 7
    Any idea what the issue might be?
    Thanks,
    Ido.

    I should add that CardinalQuest.exe works fine when invoked without any parameters.

  • Do we need gcc compiler (prereq packages for linux) after installation?

    Hi
    Our data center folks want to remove any package that is not used at runtime. We told them that all the pre-req packages are needed during installation. Are they needed during the start/stop or run of OracleAS10g?
    Thank you

    Hi,
    The compiler is also used for relinking during patching.
    Regards,
    Mathias

  • Picture package mac photoshop elements trial

    Why can't I print a picture package from Photoshop elements 11? I am using the trial version on my mac. I opened the editor and went to file. The picture package option was not in bold, therefore I was unable to click on it.

    Thanks Barbara!!! I 'm not an expert, but at least I can print a picture package now!! LOL  Have a nice evening!

  • Silent Un-Installation of LabView Run-Time 8.2.1

    Hi,
    Does any one of you know the silent Un-Installation command for Labview Run-time 8.2.1 application??
    Many thanks in advance.
    Kind Regards,
    Chetan G S

    If you download or have the files for the LabVIEW Run-Time Engine 8.2.1 available, change directory to that location within the Windows command prompt.  Then, issue the command:
    C:\location>lv82runtime.msi /h
    This will launch a dialog explaining the different command line options available with msiexec.  Thus, the following should be sufficient:
    C:\location>msiexec /quiet /uninstall lv82runtime.msi
    Peter K.
    National Instruments

  • How to download packages (Required for 11gR2 Installation)?

    Hello
    I am not able to download mentioned packages (Required for 11gR2 Installation) Can you Provide link for the same?
    SUNWbtool
    SUNWhea
    SUNWlibC
    SUNWlibm
    SUNWlibms
    SUNWsprot
    SUNWtoo
    SUNWi1of
    SUNWi1cs (ISO8859-1)
    SUNWi15cs (ISO8859-15)
    SUNWxwfnt
    SUNWarc
    SUNWcsl
    Thanks,
    Saurabh

    Go examine your Solaris installation DVD.
    The packages are there (and should have been installed with a default setup of your OS).

  • What is "Disk 2" for in the packaging for Premiere Elements 9? Content or installation need?

    I just got the Premiere Elements 9 yesterday and used "Disk 1" for the installation.  There is NOTHING that I found in the packaging materials to explain what "Disk 2" is used for.  Is it needed for further installation?  Content?  I hesitate to just put it in the DVD tray without knowing what it is to be used for.  I did download the full templates content last night (4 1/2 hours for nearly 5GB of a file).  Thanks for any information anyone can provide me.

    Bill,
    Thank you for your comments!  I figured that maybe, possibly someone in the
    Adobe higher up level might monitor the forums, see my posting(s) and see my
    point.  A few years ago I had gotten the second or third generation of
    Premiere and Photoshop Elements and have had them on my main computer.
    Still do. 
    I just got a laptop and earlier this spring I got a Flip HD Slide camcorder,
    but trying to convert those videos to burn on DVD has proven to be a pain.
    I only found one or two software packages that could convert the MPG4
    formats, and they take forever to format.  So I thought that I'd get PE9
    since I'd read that it had Flip video compatibility.  It did a good job
    yesterday doing what I wanted it to do in burning a DVD.
    I'm old school on labeling the installation disks.  Like you said, years ago
    Adobe (and other software companies, for that matter) had pretty good
    installation and reference cards for use.  I just wasn't quite sure what to
    do with Disk 2.  I got on the Live Chat yesterday morning with a ViJay Kanna
    and all he could come up with was to contact tech support.  So I called that
    800 number and got the message that it would be $39.95 for them to answer
    questions. 
    I decided that I'd better find a better way, so I hung up and found the PE9
    forum.  Posted my question and had a response in just a matter of minutes. 
    I'll certainly be checking in on the forums!  It is nice when other
    contributors actually provide good, solid information, advice, and support
    for each other!
    I just got back from our town square, using my Flip camcorder to get some
    shots of Santa arriving with his police escort to visit with some Fairfield
    children before heading off on his rounds.  I'm looking forward now to see
    what I can put together on PE9! 
    Have a great holiday and thank you for your support and thoughts.  They are
    much appreciated.  Maybe someone at Adobe will change their disk labels
    after all! That is one of my 'wishes' for Santa!
    Sincerely,
    Richard K Thompson
    Fairfield, Iowa

  • Adobe Premiere Elements installation fails

    I get the following error when installing Adobe Premiere Elements:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 8 error(s), 7 warning(s)
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {FEA75AFB-4905-43BB-B1D5-5B44D681BFE7} Camera Profiles Installer_6.4_AdobeCameraRawProfile6.0All 6.4.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {FEA75AFB-4905-43BB-B1D5-5B44D681BFE7} Camera Profiles Installer_6.4_AdobeCameraRawProfile6.0All 6.4.0.0 will be uninstalled now.
    ----------- Payload: {68FE2517-2E45-4B03-8241-D0634F43878B} Smartsound1 1.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Smartsound3: Install failed
    ERROR: DW050:  - Photoshop Camera Raw for Elements 10: Install failed
    ERROR: DW050:  - Smartsound1: Install failed
    ERROR: DW050:  - Adobe Premiere Elements 10: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Premiere Elements 10_LangPacken_US: Install failed
    ERROR: DW050:  - Smartsound2: Install failed

    Can you follow the steps in below mentioned article :-
    http://helpx.adobe.com/premiere-elements/kb/updated-installation-instructions-premiere-ele ments.html

  • Premiere Elements installation problem.

    Hi.
    My name is Martin. I have recently upgraded laptops to a MacBook Pro, and the package Adobe Photoshop with Premiere Elements 10 will not install properly on my new laptop. Photoshop installed with no problems whereas Premiere Elements will not. I have tried several occasions, with no success. The serial numbers are correct as well as system requirments, so will appreciate any advice.
    Many thanks. 

    Hi Jeff, It comes up with the following:
    Exit Code: 7
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DS013, DW006 ... WARNING: DS013, DW016 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 8 error(s), 8 warning(s)
    WARNING: DS013: Payload {AA0D312F-1570-4E7E-9A7D-E191E0090FEC} AdobeHelp 4.0.0.0 is already installed and the session payload {EB3A47AA-B4E2-4857-A69C-92A6E097F24C} AdobeHelp 3.5.0.0 has no upgrade/conflict relationship with it.
    ERROR: DS013: Verifying payload integrity : Failed with code 1
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0
    WARNING: DW016: NOTE: Cannot set action to the payload {3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 as it is already upgraded by the payload {539AEF15-3A2B-4A31-A587-7E90F7D9C700} Camera Profiles Installer 7.0.0.0
    ----------- Payload: {68FE2517-2E45-4B03-8241-D0634F43878B} Smartsound1 1.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Smartsound3: Install failed
    ERROR: DW050:  - Photoshop Camera Raw for Elements 10: Install failed
    ERROR: DW050:  - Smartsound1: Install failed
    ERROR: DW050:  - Adobe Premiere Elements 10: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Premiere Elements 10_LangPacken_US: Install failed
    ERROR: DW050:  - Smartsound2: Install failed

  • Available language in the french package of Photoshop Elements 8 for Windows

    Please could someone tell me the different language that I can choose during the installation of "Photoshop Element 8 for Windows" ?
    I want to know if I offer a french package to a person that speak hungarian, could he install it in english ?
    Thanks.
    Camille

    >>I want to know if I offer a french package to a person that speak hungarian, could he install it in english ?
    YES
    Basically, he need to select English in the drop down menu inside the dialog which appears first on double clicking Setup.exe. This is the same dialog in which French might be by default selected when you launched the installer on French OS.
    Regards,
    Ankush

  • Photoshop elements installation problems

    Hi there. I have a purchased disk of adobe photoshop elements 9 and i am having problems installing it on my MAC.
    I tried to download it as well in case there was something wrong with the CD but the same problem appeared as well. It says "Inconsistency in the installer database. Please restart your computer and install again." This appears in the middle of the installation procedure. My MAC runs OS X and the version is 10.6.7.
    I also tried the adobe support advisor but it didn't detect anything.
    PLease help

    Hi Jeff,
    thank you for you're answer. As already posted before, i tried every solution that came from the adobe support or i found in the web.
    This included the solutions in the posted link. I deinstalled every adobe product on my Laptop and my complete antivirus and web Protection suite. I even made changes in the registry, that were suggested from the adobe support.
    I had solutions from adobe developer after analycing my log files. That is the reason I spent this much time with installations tries.
    That is the reason I asked for a service pack, because I see no chance in getting this version installed.
    will there be a patch or something like that?
    thanks Michael

  • SSIS package Corrupted - Connection element is not found - Visual Studio 2008

    Some body help me...
    last week my senior give me a SSIS package, but when I open in visual studio 2008 there is pop up like this.
    TITLE: Microsoft Visual Studio
    There were errors while the package was being loaded.
    The package might be corrupted.
    See the Error List for details.
    BUTTONS:
    OK
    and this is the description of
    Error    1    Error loading KIBB_INVC_IS.02.dtsx: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
         C:\Users\CYH\Documents\Visual Studio 2008\Projects\IS\IS\KIBB_INVC_IS.02.dtsx    1    1    
    Error    10    Validation error. SheetValue Insertion Error Log Execute SQL Task: Connection manager "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" does not exist.      KIBB_INVC_IS.02.dtsx    0  
     0    
    Error    11    Validation error. SheetValue Insertion Error Log : There were errors during task validation.      KIBB_INVC_IS.02.dtsx    0    0    
    Error    12    Validation error. Data Flow Task: SCB_IB_IDS 05: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element
    is not found.      KIBB_INVC_IS.02.dtsx    0    0    
    if some body know this problem, please help me to resolve my problem :(

    It is due to a connection manager being deleted.
    Oftentimes fixable by introducing it back. Sometimes the package even runs successfully even w/o it.
    But if you can create a new package anew.
    Arthur My Blog

  • Package missing in KM installation

    I have installed EP6.0 on WAS6.4 and installed KM on it. I have also applied SP12 patch for both EP AND KM. The problem is when i visit content management in portal it does not shoe any images (like folder etc.). I tried to investigate the problem and found that the package <b>com.sap.km.cm.docs</b> from which it is fatching these images is missing. I reinstall the KM it did not solved the problem. Can anybody tell me from where i can get this package's .sdm file? or any other way to correct the problem.

    Check the 'Root Directory' setting of the 'etc' repository; it must point to the 'etc' directory under 'global/config/cm'; for example, if your installation is under /usr/sap/FUN and the /sapmnt/FUN is the shared filesystem then the 'Root Directory' should be set to '/sapmnt/FUN/global/config/cm/etc'.

Maybe you are looking for

  • Selecting data from external table

    Hi there I was wondering if somebody could assist me. When I try to select data from an external table, no data is displayed, and in my log file I receive the following error: KUP-04026: field too long for datatype. Please find attached my external t

  • Frieght requires separate dept and blocked for payment when frieght invoice

    Hi Gurus, For frieght handling seperate department is maintained and separate approval is required, when ever the frieght invoices comes it has to get blocked for payment automatically. Can any one provide the solution. Regards, Hariprasad.G

  • PO Output Type Issue

    Hi Gurus,            I created New Output Types for PO (PrintOut & Fax).The Output for the Printer is working fine and when i am trying to use the Output type for Sending the FAX,it is throwing an error that "Cannot Process Message,No route from XXXX

  • Cancel in not working on Screen

    Hello All, I am writing a data entry program.  I am stuck........ once the user enters incorrect data - the cancel and back buttons don't work.  I thought I was following the example SAP provided, but my code doesn't work the way the examples does. C

  • How can I moved music stored in Itunes on a PC to an I phone

    I want download my CD collection into I Tunes (which I can do) and then transfer it to either an IPAD 2 or Iphone 4S since I can then use the phones to Airlpay the music to a Bose sytesm. The are connected with Wi Fi (including the Bose systen) I fin