X201 Modem fails to install using a silent unattended install.

I have a script that installs Lenovo software and drivers depending on what model it is.  I have had success with the UltraNAV drivers, display, WWAN, ethernet and more.  BUT I cannot get the modem to install silently though my script.
Here is what I'm working with:
-Vista 32 - X201
Here are the steps I'm taking.
Download software from website (http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-70328)
Extract
Copy extracted files to c: drive
have the script run from firstlogin in unattend.xml
The command is C:\DRIVERS\ModemOM\WINVISTA\setup.exe -s
The setup look like it runs but it doesn't and my modem is still uninstalled when I reboot into the operating system.
Any help is appreciated.

KB3032359 was a red herring that looked like the cause but wasn't at all.
The problem only occurred on VS2013 development machines which had built the ActiveX controls within VS2013.
This created registry entries which were incomplete.
My cab ActiveX setup has to create the following extra registry entries to work
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{EA47DB16-9272-4CB3-A800-C369A479396A}\Implemented Categories\{7DD95801-9882-11CF-9FA9-00AA006C42C4}]
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{EA47DB16-9272-4CB3-A800-C369A479396A}\Implemented Categories\{7DD95802-9882-11CF-9FA9-00AA006C42C4}]
[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{EA47DB16-9272-4CB3-A800-C369A479396A}\InstalledVersion]
@="60,11,1,0"
With incomplete entries in place the cab file failed to run.
Once I removed the registry entries that VS2013 put in place it all started working

Similar Messages

  • USB ADSL Modem fails to install on Equium P200-1ED

    I have a Toshiba Equium P200-1ED; Model Number# PSPB5E-003004KS.
    I wish to use my Thomson SpeedTouch 330 - a USB bus powered USB ADSL modem - to my Toshiba Equium P200-1ED and have downloaded Release 4.1 of the Windows Vista driver from this web-page:
    http://www.thomson-broadband.co.uk/codepages/content3.asp?c=7&ProductID=471
    ... however when the Vista modem driver is executed, the software fails to recognise the Thomson SpeedTouch 330 ADSL modem when the driver software prompts me to connect the modem.
    The Thomson SpeedTouch 330 ADSL modem works perfectly when used with my old Toshiba/XP laptop (which was how I downloaded the Vista driver for the modem for the Equium).
    What is wrong?

    Problem Solved!
    Un-installing all USB modem device drivers, disconnecting all USB devices and removing all USB host controllers and hubs from the Vista device manager and then rebooting the notebook MADE NO DIFFERENCE.
    However when I received the new Thomson SpeedTouch 330 USB ADSL modem drivers on CD-ROM from the manufacturer the modem installed immediately.
    I can only assume that there is a problem with the download of Release 4.1 of the Windows Vista driver for the SpeedTouch 330 from this web-page:
    http://www.thomson-broadband.co.uk/codepages/content3.asp?c=7&ProductID=471
    ... as the drivers on the CD-ROM from Thomson work - but their web download of the driver for the SpeedTouch does not.
    The problem was with the driver for Windows Vista - the laptop and modem now work correctly - as they should have done at the first installation attempt!
    Thanks for your help.

  • Satellite M110: Wireless Broadband USB Modem fails to Install

    Hello all,
    I have a M110 Satelite mahine running XP SP3.
    I have tried two different brands of Wireless USB modems. Both install the modem portion of the drivers corectly and the Device Manager shows this. However the Coms Port drivers do not install. The installation wizard gives the message "Driver's did not install correctly, Access is denied".
    The modem providers cannot explain the failure as the modems will work on my desktop (vista) machine without any issues just plug and play so to speak.
    I have tried -
    1)disabling all anitvirus and firewall programs.
    2)disabling and/or removing all other modems and internet connections
    3)updating BIOS
    4)re-starts completed after all above steps
    5)Checked all drivers are the latest and most up to date.
    Reverting to the "out of box" state by re-loading windows is not an option as I run a number programs on my machine which are no longer available in the format I use in my business. Some suggestion has been made by one tech that the Windows Registry Values are incorrect and are blocking the installation?

    You said, that the Wireless USB modems works on your desktop with Vista. Do the modems support Windows XP or Windows XP SP3?
    I would make a downgrade to SP2.
    Furthermore I think the best way would be a reinstallation of Windows. If its not an option, test it on an other HDD in notebook.
    So you have no risk to loose your data.

  • Adobe Reader 11 MUI failing to install using transform and patch 11.0.10 via cmd/SCCM in one package

    Hello,
    I have all the files, MST and the patch located in one folder. I am trying to use the following MSI command lines locally on my computer before I can attempt to deploy this via SCCM 2012. I am having issues either with the package not compatible or using /p and getting the MSIEXEC help window prompt. I've tried a few command lines:
    msiexec /i AcroRead.msi PATCH="AdbeRdrUpd11010_MUI.msp" TRANSFORMS="AcroRead.mst"
    msiexec /i AcroRead.msi /p AdbeRdrUpd11010_MUI.msp TRANSFORMS="AcroRead.mst"
    msiexec /i AcroRead.msi TRANSFORMS="AcroRead.mst" /p AdbeRdrUpd11010_MUI.msp
    Adding /qn on the end makes the install work silently when not attempting to include the patch, but fails to install it silently when only using the transform file that I have selected in the wizard to silently install.
    We have 5 different versions from 8.0 through 10.0 in our environment of 3000 machines. Sadly this was not managed before...I can easily update our current 11.0 versions that range from 11 to 11.0.09 by only applying the patch to them but need to get the full install working for the 2500 machines I need to target.
    I tried using the /a command which seems to work, but creates program files and common files folders inside my adobe folder on the desktop when executing it from the cmd. Am i suppose to package that folder all in one and then use the /i command to install adobe? I've been researching for a week but finally hit a wall where I dont think I am getting anywhere.
    Thank you in advance,
    Kevin

    I have almost answered my own question as I just came across this link
    https://it-god.co.uk/deploy-adobe-reader-xi-11-0-10-with-sccm-2012/
    This is for the plain reader version, but we use MUI now (due to other languages required in our environmet). I get to the part where it asks to apply the patch to the AIP folder but it fails.
    msiexec /p AdbeRdrUpd11010.msp /a C:\Reader\11.0.10\AcroRead.msi
    I changed this to account for the MUI naming,
    msiexec /p AdbeRdrUpd11010_MUI.msp /a C:\Reader\11.0.10\AcroRead.msi
    But I get the windows prompt that says this package can not be opened, please verify. I ensured that both the patch and base install were MUI versions, and i downloaded fresh copies of each. I also unblocked the patch so that it can run. No luck so far.
    EDIT: Using another guide i found the command line (modified the path to my location) and this worked,
    msiexec /a C:\adobe\Reader\11.0.10\AcroRead.msi /qb /p AdbeRdrUpd11010_MUI.msp TARGETDIR=C:\adobe\Reader\11.0.10\

  • Firefox Mobile 4 beta 3 (and pre-beta 4) fails to install on Archos 101 Tablet using Android 2.1 Eclair with no specific error.

    Firefox Mobile 4 beta 3 (and pre-beta 4) fails to install on Archos 101 Tablet using Android 2.1 Eclair with no specific error. Is this a know issue or has someone been able to successfully install?

    Sorry, we haven't tested Firefox on this device yet, and we aren't sure why it isn't working. If anyone (especially with Android development experience) would like to help us debug this problem, please start by creating an account and submitting a bug report at: https://bugzilla.mozilla.org/
    Thanks for the report.

  • IOS app fails to install on iPod touch using flash professional cs5.5

    I am having trouble testing apps on my 3rd generation iPod touch. The very first app I tried to put on there worked, the app was called mynewapp. Then I tried to put another app on there using the same provisional profile and same app id, the app failed to install. It didn’t matter if mynewapp was on my iPod touch or not. No matter what app I tried to put on my iPod touch they all failed to install, the only one I could get on there was mynewapp. I even created an app with the exact same code as mynewapp and this new app failed to install.
    Then I created a new provisional profile using the same app id that my first profile was using. I tried putting an app using the new provisional profile this app failed to install for the second time. The first time it was using the old profile.
    Then I created a new provisional profile with a new app id and I took an app and tied it to this new profile and app id this app seemed to install on the iPod touch. Right now only two apps can be installed on my iPod touch each app is using a different profile and app id. If I were to copy one of these apps and use the copy that was just created to replace the old version on my iPod touch the app would failed to install.
    I have spent over a week trying just about everything to fix this problem. I remember reading that multiple apps can have the same app id.
    I’m using a windows 7 64 bit computer with flash professional 5.5. Furthermore iTunes, Flash pro, AIR and my iPod touch are all up-to-date.
    What could be the problem?
    I’m sorry if this seems so long it is just I have tried many different things.

    As Colin says make sure your device is still supported by the newer AIR.
    Here's a page which you can check
    http://www.adobe.com/products/air/tech-specs.html
    Adobe stopped supporting older devices (after AIR 2.5 i think), so you can either re compile it with the older AIR or else move onto a newer device. Had the same issue with an iPhone 3g which no longer works.

  • I bought apps from apps store,my money was taken and den I downloaded the pass buh 2 didn't work .it told me iTunes failed to install app,the apps were the dark knight rises(batman) and asphalt 7 I need help plss am using iPad 2

    bought apps from apps store,my money was taken and den I downloaded the apps buh 2 didn't work .it told me iTunes failed to install app,the apps are the dark knight rises(batman) and asphalt 7 I need help plss am using iPad 2

    Although iTune terms says that all sales are final. You can try explaining to get a refund.
    http://www.apple.com/support/itunes/contact/

  • 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

  • Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?

    Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?
    The following was done so far:
    1. Windows Firewall - new rule created for itunes.
    2. iTunes - latest version installed.
    3. LAN setting : automatic detection of proxy is enabled;
    4. iTunes diagnostics shows:
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    TOSHIBA Satellite L655
    iTunes 11.0.2.26
    QuickTime 7.7.3
    FairPlay 2.3.31
    Apple Application Support 2.3.3
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 003FB880034B7720
    Current user is not an administrator.
    The current local date and time is 2013-04-23 11:01:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.2.26 (x64) is currently running.
    iTunesHelper 11.0.2.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {1CB5BBC2-8124-4664-899A-CE0A4683E3B4}
    Description:          Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 08:00:00 1970
    Lease Expires:          Thu Jan 01 08:00:00 1970
    DNS Servers:
    Adapter Name:          {8140112A-43D0-41D6-8B36-BE146C811173}
    Description:          Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)
    IP Address:          10.5.7.196
    Subnet Mask:          255.255.0.0
    Default Gateway:          10.5.0.1
    DHCP Enabled:          Yes
    DHCP Server:          172.18.255.2
    Lease Obtained:          Tue Apr 23 10:14:40 2013
    Lease Expires:          Tue Apr 23 22:14:40 2013
    DNS Servers:          121.97.59.7
                        121.97.59.2
                        121.97.59.3
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was unsuccessful.
    The network connection timed out.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2013-03-22 10:05:31.
    @@@. iTunes IS ENABLED THROUGH THE FIREWALL , even though diagnostics says "NOT enabled"

    hours after the first post i somehow got this to work. dont know how, but i do tried the dns clear cache, the clear host file, oh and i did the check automatically detech dns AND THEN se-check it again before i got this to work.

  • Fail to install O365 additional product once some already installed

    Hi community,
    I have following issue trying to install additional O365 product in case some product already present on my virtual machine(VM). I mean I can install several products at once e.g. OfficeProPlus, Visio and Project. But in case OfficeProPlus already installed
    installation of Visio or Project fails. running installation using admin account with UI I get error code 255-11 and a message "Something went wrong". If I launch silent installation without UI under SYSTEM account (using psexec) installation exits
    with error code 17002.
    VM is a clean Windows 7 installation with only C++ Redist, .Net and Silverlight installed. In my case I'm using O365 Project and O365 Visio. It actually installed by same downloaded installation media. I mean Office, Project, Visio and SharePoint
    designer installed from same installation media using C2R installer and different XML files.
    The log file my client version is too low. But the client is installed together with Office software and when I launch for example Word and go File -> Account menu and try to Update it nothing happen as the Office version is already the latest one.
    Not sure what am I doing wrong. Could you please assist me with any advice?
    O365 is a latest version:15.0.4631.1002
    C:\Program Files\Microsoft Office 15\ClientX86\OfficeClickToRun.exe is version 15.0.4631.1001
    Click2Run setup.exe version latest present on MS download web page: 15.0.4623.1001
    Here is the log with error:
    38:25.676 SETUP (0x8d8) 0x264  Click-To-Run anhmm Medium Prereq::PrereqsFailed: No prereqs have failed. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ambtx Medium ClientValidator::CheckPreReq: C2R service is running. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run an8wz Medium ClientValidator::CheckPreReq: Client located here C:\Program Files\Microsoft Office 15\ClientX86\OfficeClickToRun.exe is version 15.0.4631.1001 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ap2j2 Medium ClientValidator::CheckPreReq: Current client version is located here C:\Program Files\Microsoft Office 15\ClientX86\OfficeClickToRun.exe 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ambt0 Medium ClientValidator::CheckPreReq: Current client version is version 15.0.4631.1001 available is 15.0.4631.1002 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ap2j3 Medium ClientValidator::CheckPreReq: Comparison result: -1 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ap2j4 Medium ClientValidator::CheckPreReq: Version of client too low to install with: Have: 15.0.4631.1001 Need: 15.0.4631.1002 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run an8w0 Medium ClientValidator::CheckPreReq: returning: 0. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run anhmp Medium Prereq::ShowPrereqFailure: A Prereq check has failed. Client update needed.  We are sorry, but we could not complete the installation. Please try
    again later. 
    http://officeredir.microsoft.com/r/rlidC2RErrorToAsset?scenario=ClickToRun&errorCode=9&ErrorSource=BOOTSTRAPPER_PREREQ&exceptionType=clientVersion&lang=en-us&crc32=0 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run aoh88 Medium RunPrereqs::HandleStateAction Prereq check has failed. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run aoh9d Medium HandlePrereqFailure::HandleStateAction: Need to update the client. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ap2j6 Medium TryConfigureClient::HandleStateAction: No config file. Using default values for parameters. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run ambt2 Medium TryConfigureClient::HandleStateAction: C2R service is running. 
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run amayg Medium TryConfigureClient::HandleStateAction: Found OfficeClickToRun.exe  
    07/11/2014 16:38:25.676 SETUP (0x8d8) 0x264  Click-To-Run aoh9t Medium TryLaunchClient::HandleStateAction: Launching OfficeClickToRun.exe with parameters: scenario=CLIENTUPDATE acceptalleulas="True" cdnbaseurl="http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675"
    productreleaseid="none" displaylevel="False" culture="en-us" baseurl="C:\New folder" lcid="1033" platform="x86" updatebaseurl="<bla bla bla>" updatesenabled="True"
    version="15.0.4631.1002" productstoadd="SPDRetail_en-us_x-none" 
    07/11/2014 16:38:27.116 SETUP (0x8d8) 0x264  Click-To-Run aoh9n Medium TryGetClient::HandleStateAction: Installation path is: C:\Program Files\Microsoft Office 15 
    07/11/2014 16:38:27.116 SETUP (0x8d8) 0x264  Click-To-Run amaya Medium TryGetClient::HandleStateAction: Looking for existing client. 
    07/11/2014 16:38:27.116 SETUP (0x8d8) 0x264  Click-To-Run amayb Medium TryGetClient::HandleStateAction: Found C2R Client at: C:\Program Files\Microsoft Office 15\ClientX86\OfficeClickToRun.exe 
    07/11/2014 16:38:27.116 SETUP (0x8d8) 0x264  Click-To-Run aoh9t Medium TryLaunchClient::HandleStateAction: Launching OfficeClickToRun.exe with parameters: scenario=unknown acceptalleulas="True" cdnbaseurl="http://officecdn.microsoft.com/pr/39168D7E-077B-48E7-872C-B232C3E72675"
    productreleaseid="none" displaylevel="False" culture="en-us" baseurl="C:\New folder" lcid="1033" platform="x86" updatebaseurl="bla bla bla" updatesenabled="True" version="15.0.4631.1002"
    productstoadd="SPDRetail_en-us_x-none" 
    07/11/2014 16:38:37.679 SETUP (0x8d8) 0x264  Click-To-Run apx75 Monitorable TryLaunchClient::HandleStateAction: C2R Client returned failing error code 17002 
    07/11/2014 16:38:37.679 SETUP (0x8d8) 0x264  Click-To-Run aoh72 Medium ExitBootStateMachine::HandleStateAction: Bootstrapper workflow exiting with result: 0x0 
    07/11/2014 16:38:37.679 SETUP (0x8d8) 0x264  Click-To-Run aoh9z Medium AdminBootstrapper::Main: Installation came back with 17002. 
    07/11/2014 16:38:37.679 SETUP (0x8d8) 0x264  Logging Liblet aqc99 Medium Logging liblet uninitializing.

    Hi,
    As per the log, it seems your current client version doesn't match the version of Office that you are trying to install.
    Please go to update your existing Office 365 Pro Plus and make sure you have the matched version then try again and verify result.
    You can try to do a online repair to your existing office program, that's the basic troubleshooting to repair error 255-11. 
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Windows Update keeps failing to install 4 recommended KB;s

    I have tried 6 times to get these updates to install: KB2515325,KB2522422,KB2492386,KB982018. every time Windows Update says it failed to install them. 2 other Updates KB2310138 and KB2467173 installed succesfully. How do i install/stop these updates as
    everytime i reboot i get asked to install them again.
    My System specs.
    Windows 7 Ultimate
    Q9650 cpu
    2x 500Gb HDD's (SATA-AHCI)
    Powercolor 4870 1GB
    8Gb DDR2 1066
    cheers
    Who cares who wins

    Seriously Microsoft?
    Here's the thing, I received a call from my dear mom about this issue. She's not computer expert and never will be. She has no idea how to turn anything off from computer. But she's annoyed that she has to start up computer every
    single time now twice because some one of Q&A fucked up. Your given solution is Invalid! Please come to solution what even 50 year old can do with out some sort understanding how to go ms config and disable startup programs and
    run disk checks. 
    This update confusion makes me want go and buy my mom Apple, and then you guys have meetings on MS wondering why apple does so good. This is the reason. Everyone aren't computer wizards and rather overpay things on first day than pay
    to some long haired WoW player every single time when MS Q&A fuck's up. This is second time in 30 days when I have to travel to my moms house ( 140 miles ) fix something what you guys fucked up. 
    Next time I send you a bill and you can debate abut it in EU highest court. 
    Wow, that's pretty harsh, Taavi.  You seem to have a pretty narrow-minded idea of how many
    hundred of thousands of different configurations Microsoft has to support with a single, unified update system.  Go get your mom an Apple - see how that works out for you.  Something tells me you haven't
    bitched or moaned about the hundreds of other updates that DID seamlessly, automatically and silently install - but now you're all venom and hate towards Microsoft for missing a small detail somewhere in in a massive list of possible configurations. 
    You might try using RDP or some other readily available tool to allow remote access to the box without having to drive 140 miles to dear mom's house.  That's how I take care of my parent's machines, and it's worked well for me.  Then again, I like
    seeing my parents - any chance I get, and I generally get a home cooked meal out of the deal.
    If you can stop acting like a douche bag long enough to actually try and troubleshoot the problem, you likely would have figured out of to solve this issue yourself.  You're one of those kinds of people who LOVE to Bandwagon-bash Microsoft
    when it's convenient for you, but the rest of the time you silently LOVE to use their products. 
    Whatever you do, don't give Microsoft any credit for their successes - that bitter pill just might drive you over the edge.
    Flames aside, here's what I did to get these particular updates to install.  It seems that KB2515325 is the hinge that's making or breaking these installs from working one-after-another.  I installed all the updates I could, did a reboot, and was
    left with the 4 KB's mentioned.  I didn't download the standalone updates, either - I used Windows Update.  Here's what I did to get them all to install on my 64-Bit system:
    Install KB2492386 by itself - unselect all other updates
    Reboot
    Install KB2515325 by itself - unselect all other updates
    Reboot
    Install KB2522422 by itself - unselect all other updates.  I was not asked to reboot after this update.
    Check for updates again, and you should only have KB982018 left.  Install KB982018.
    Reboot one last time, then everything will hopefully have taken.
    If that works for you, Taavi, be sure and give me your address so I can send
    you a bill for providing you step-by-step instructions.
    SonarTech

  • FP17 Pepper debugger fails to install on Chrome 42 (OS X 10.8.5)

    With today's update to Chrome 42, the Flash Player content debugger for Opera and Chromium based applications – PPAPI silently fails to install. Does anyone know who needs to know? A colleague is also having this issue and they're using a later version OSX.

    Hi Scott,
    On Windows,
    1. Uninstall Existing PPAPI Flash Player using Uninstaller on Uninstall Flash Player | Windows Page
    2. Install Flash Player Debugger for PPAPI from Adobe Flash Player - Downloads Page, here you will find Download the Flash Player content debugger for Opera and Chromium based applications – PPAPI
    3. Once PPAPI Debugger is Installed on your system,
    In %WINDIR% [32-bit and 64-bit Windows: frequently asked questions - Windows Help]
    If Win 32 Bit,Goto --> C:\Windows\System32\Macromed\Flash, here you will find pepflashplayer32_<current version>.dll
    If Win 64 Bit,Goto --> C:\Windows\System32\Macromed\Flash, here you will find pepflashplayer64_<current version>.dll
    Copy this file to Desktop and Rename this file to pepflashplayer.dll
    Open Chrome, in the Address bar type- Chrome://plugins
    Click on Details
    Goto Adobe Flash Player - Version: <current version> row
    Select the Location from where PPAPI Installer is been used,
    Location will look something like this - C:\Program Files (x86)\Google\Chrome\Application\<current version of chrome>\PepperFlash\pepflashplayer.dll
    Goto this Location
    Take back up of this Plugin
    Paste the Debugger Plugin
    Done.
    Piyush

  • Failed to install Creative Cloud desktop error code 1 Windows 8.1

    I just recently tried to begin a trial of creative cloud in order to get access to photoshop. I really need photoshop for my school because of how powerful it is and the tools is offers. A couple weeks ago I tried to download and install creative cloud for windows 8 64-bit, and the download begins, but once it reaches around 50%, it raises an error message saying "We've encountered the following issues: Creative Cloud desktop failed to install (error code 1)". I was having problems with the internet at the time so I just naturally assumed it was the cause. So I went ahead and gave it a couple of days before I tried again. When I tried again I received the same error message at the same time. I continued to look around for a solution and trying it everyday but I have had absolutely no luck with it, and honestly am getting quite frustrated with it. I have looked everywhere for a solution, I tried the adobe clenup tool, I have checked to make sure I don't have any previous versions of adobe products on my computer, and even tried installing it as an admin in safe mode, and still nothing. I have no idea what to do next, but I know that I have to get ahold of photoshop, one way or another, and it must have the professional tools included in the creative cloud edition. Please tell me there is a simple solution and I have been blind this entire time. If there is no solution, can someone direct me to another software similar to photoshop that has access to the plug-in dDo? (I am in game development and have heard how powerful dDo is and have been dying to use it. I have also been anxious to get photoshop, but it doesn't appear to be possible without the creative cloud desktop app).

    Link for Download & Install & Setup & Activation problems may help
    -Online Chat http://www.adobe.com/support/download-install/supportinfo/

  • HP C1680 fails to install Software

    Can you please help
     I have just reinstalled my operating system Windows 7 6- bit OS and needed to reinstall my printer HP Photosmart C6180 All in One. When I first got my new PC( Dell XPS 501L windows 7 Intel core i5. 243M  2.40GHz)  I originally install the whole package with no issues.
    after the reinstall of the OS, this is issue I was I getting when I tried to reinstalled the HP application (AIO_CDA_FSW_Full_Win_WW_130_140.exe )
    Error message:-
    C:\Users\andylouey\AppData\Local\Temp\7zS4864\setu​p\HPzPNP.ice.
     I have done the following:
    Tried to install from an old download of the software.  Result Failed to install message as above.
    Tried the original install CD and also tried to use them in various compatibility modes. Result Failed.
    Downloaded the critical updates from HP solved the above error message result the above error message was solved.
    Downloaded the latest install software program for my HP printer from the HP website tried again to install failed
    Ran the HP Scan doctor reported that the printer drivers are all working asked it to run the scan program it reported that it need the full install of the C1680 software to run this
    I got the download again ran it. It extracts the file then just disappears and looking at the task manager there is not install running. So again failed
    For the second time I downloaded the HP installer network printer wizard but this failed and just keeps going round in circles> It finishes the download gets to the extracting point and then goes back to the identify printer( which is listed) then goes back once again and downloads the install software.
    Other steps I have taken. I used the old installation disk to do a complete uninstall of all the drivers and software  using Utilities> CCC> Uninstall_ L2.bat . This wored and uninstalled the printer and drivers and I think any remaining software.  I also deleted all the %TEMP% files that my Laptop would allow.
    Then once again I I used the install wizard first without the USB cable disconnected then the wizard asked me to plug it in. I plugged it in and HP Wizard found the printer and downloaded the appropriate software completed the download and extracted it and then NOTHING.
    I have also downloaded the critical update:-
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-126392-2&cc=uk&dlc=en&lc=en​...
    Can you suggest a solution help. In my view I need to start from scratch and remove all traces of any HP software and drivers and start over. My only issue with this I have done this and still have the same issues.  If I go to Microsoft uninstall utility there isn’t anything to uninstall.
     Thanks in advance for your reply.
    PS. HP wizard has finished downloading for the fourth time and looping to discovering the device again :-( HELP!!!!!!!!
    Thanks in adbance for your replies Andy

    Hi
    Thank you for your reply and your advice and help
     If you look at my help request aboveI have described that I have done your suggetion and yet there are still traces of HP on my hard drive and I am still haveing the same issues.
    Below are the steps you have referred to which I covered in my original request :-
    Other steps I have taken. I used the old installation disk to do a complete uninstall of all the drivers using CCC> Utilities and Uninstall_L3 . I also deleted all the %TEMP% files  (7z) that my Laptop would allow.
    Then once again I I used the install wizard first wit the USB cable disconnected then the wizard asked me to plug it in. I plugged it in and HP Wizard found the printer and downloaded the appropriate software completed the download and extracted it and then NOTHING. Except the drivers were installed and the printer was  shown in the devices and printers.
    I have also downloaded the critical update:-
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloa​dIndex?softwareitem=mp-126392-2&cc=uk&dlc=en&lc=en​...
    Can you suggest a solution help. In my view I need to start from scratch and remove all traces of any HP software and drivers and start over. My only issue with this I have done this and still have the same issues. If I go to Microsoft uninstall utility there isn’t anything to uninstall.
    I can print to the printer both wirelessly and via the USB port. But the Solution center will not install just keeps looping. ie idenifies the printer downloads the latest sofware and extracts it then just dissapears of the screen. Nothing comes up and there are no HP programs running in the applications task manager and no processes either.
    Thank you in advance for your reply. Regards Andy

  • Kb2920189 fails to install on Windows 2012 R2 Essentials

    Hello,
    I have a 2012 R2 Essentials server that fails to install the UEFI KB2920189 update.  All other updates installed fine.  It's running two disks, one has 8.1 the other has 2012 R2 Esssentials in dual boot mode.  No VM.  I have heard reports
    of successful installs of this kb2920189 update that basically bricks the OS on reboot.  I would like to avoid this.  The error code during the failed installation is 800F0922.
    Thanks

    Hi,
    Based on your description, I understand that you failed to install KB2920189 with error 800F0922.
    Please refer to following operations and check if can help you to solve this issue.
    Refer to the KB (KB947821), and use the inbox Deployment Image Servicing and Management (DISM) tool. Then install
    this update again.
    Please
    reset Windows Update components and monitor the result.
    Please perform a
    clean boot and check if you can install this update successfully.
    If this issue still persists, please navigate to: %windir%\Windowsupdate.log and check the log file if can
    find some more clues.
    For more details, please refer to the following KB.
    How to read the Windowsupdate.log file
    Hope this helps.
    Best regards,
    Justin Gu

Maybe you are looking for

  • How to modify 'Specified File Name' of a scheduled report

    I run a daily scheduled report every morning and send it out as an emailed attachment. My problem is, I want the file name of the pdf attachment to include the previous day's date. How can I modify the 'Specified File Name' setting in the destination

  • How do I close an app when it is playing  ie. a Podcast

    How do I close an app when it is playing  ie a podcast?

  • Google Exchange mail error

    Wow... I keep finding bugs. I just restored my iPhone 4 since it was resetting every few min after the initial restore from my 3G's backup. Now however it seems Exchange and google or email links maybe are causing havoc on my device. If I enter the c

  • Error in JSP Custom Tag Program

    Hi Dear, when I compile my JSP Custom tag program on weblogic Its give that Error.. Parsing of JSP File '/Home.jsp' failed: /Home.jsp(-1): cannot load TLD: weblogic.xml.dom.ChildCountException: missing child tagclass in tag probably occurred due to a

  • System dump whiling testing Inbound IDoc for BOMMAT(Bill of material)

    HI Experts, I m testing Inbound IDoc from T-Code 'we19' using logical system 'BOMMAT' .System is giving a dump with error"Field Symbol has not yet been assigned". while testing t_code 'we02' A IDoc is genreted with warning with status 64 with error '