Cannot install full solution package for 2600n in Windows 7

I have downloaded and run the Full Solution Package (hp_CLJ_2600n_Full_Solution-v20110217-50132926-RC5​-Signed) for the Color Laserjet 2600n Printer networked to my Windows 7 computer. The Plug and Play Driver installed properly but when I try to install the Full Solution, I receive:
The printer installation failed. Please try the following steps after you click Close.
1. Ensure the USB cable is disconnected from the printer.
2. Uninstall.
3. Rerun the CD install software.
There is no USB cable (it is TCP/IP). I do not see anything to uninstall in add/remove programs. What is the solution to this installation. I must note that the printer does work with the new driver. There is a problem in that messages from the printer do not popup. I get a dialog instead from the Interactive Services Detection service.
/s/ Alan Auerbach

alanauerbach
This should get you up and running. Give the steps a shot and let me know the results:
http://goo.gl/J35q5
Best of Luck!
You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

Similar Messages

  • Cannot find lib when packaging for iOS

    You can see the same question on StackOverflow here:
    http://stackoverflow.com/questions/11547515/cannot-find-lib-when-packaging-for-ios
    Hi,
    I am developping an Air Native Extension (ANE) in order to be able to use the burstly(1) ads on mobile devices.
    As for my setup, I am using the FlashDevelop 4.0.4(2) and Adobe Air 3.3 (3). I'm using Flex 4.6.0 SDK. The project is setup on Windows7.
    In order to work on iOS devices, Burstly requires a number of frameworks and librares (4)
    I managed to write and compile the .a library for iOS. I also have the interface (actionscript code) that will be shared for Android and iOS compiled into a swc and a librairy.swf. All of this is successfully packaged into a .ane which is included in my project.
    When compiling a .a library on MacOS, all the framework and library used don't seems to be packaged in the ".a". This is why I had to use Air 3.3, for the -platformsdk option(5).
    Since I work on Windows, I followed the instruction in this post to get the iOS SDK (6).
    Following (4) and (5), I made a platformConfig.xml file like this, which is packaged in the .ane
        <platform xmlns="http://ns.adobe.com/air/extension/3.1">
            <sdkVersion>4.2</sdkVersion>
            <linkerOptions>
                <!-- to use the AssetsLibrary framework -->
                <option>-framework AssetsLibrary</option>
                <option>-framework AudioToolbox</option>
                <option>-framework AddressBook</option>
                <option>-framework AVFoundation</option>
                <option>-framework CFNetwork</option>
                <option>-framework CoreLocation</option>
                <option>-framework MapKit</option>
                <option>-framework MediaPlayer</option>
                <option>-framework MessageUI</option>
                <option>-framework OpenAL</option>
                <option>-framework OpenGLES</option>
                <option>-framework QuartzCore</option>
                <option>-framework StoreKit</option>
                <option>-framework SystemConfiguration</option>
                <option>-framework Foundation</option>
                <option>-framework CoreGraphics</option>
                <option>-libsqlite3</option>
                <option>-libxml2</option>
                <option>-libz</option>
            </linkerOptions>
        </platform>
    and this is the line to compile the actuale .ane
        call "%FLEX_SDK%\bin\adt" -package -target ane ../release/burstlyadsextension.ane extension.xml -swc burstlyAds.swc -platform iPhone-ARM library.swf libBurstlyAds.a -platformoptions platformConfig.xml
    Problem arises when I try to package the iOS app with ADT:
        call adt -package -target %TYPE%%TARGET% %OPTIONS% %SIGNING_OPTIONS% "%OUTPUT%" "%APP_XML%" %FILE_OR_DIR% -extdir lib/external/ -platformsdk ../Libraries/iPhoneOS5.0.sdk/
    this happens:
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    frameworks seems to be added fine, but the dylib are not. I tried to add the line:
        <option>-L usr/lib/</option>
    before including the lib, but I got this error instead:
    "ld: warning: directory not found for option '-Lusr/lib/'
    ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    I tried to use the full path, other relative path, but no matter what path I put in the option, I always get a "warning: directory not found for option". Even "<option>-L ../</option>" give me this warning. The only thing that seems to work is "<option>-L /../</option>", but my .dylib obviousle are not there.
    So my questions are: What did I do wrong? Any idead what else I could try? Even an explanation as to why it is not working would be helpful!
    Links:
    #1: http://support.burstly.com/
    #2: http://www.flashdevelop.org/
    #3: http://get.adobe.com/fr/air/        //Sorry, my OS is in french
    #4: http://support.burstly.com/kb/ios/required-compiler-flags-frameworks
    #5: http://blogs.adobe.com/rajorshi/2011/11/16/ios5-support-for-airusing-external-sdks-to-pack age-apps/
    #6: http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/

    Thanks a lot, that took care of the
    "ld: library not found for -libsqlite3
    Compilation failed while executing : ld64"
    But now, I'm stuck with this error instead:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    Undefined symbols for architecture armv7:
      "_ADBannerContentSizeIdentifier480x32", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_ADBannerView", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_EKEventStore", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_OBJC_CLASS_$_FlurryAnalytics", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_CMMotionManager", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAJavascriptBridge.o)
      "_ADBannerContentSizeIdentifier320x50", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor supportedSizes] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
          -[Burstly_iad_Adaptor makeSizesSetWithArray:] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogDebug", referenced from:
          -[MedialetsAdServer sendAppPixelWithURL:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer adFitsSlot:adID:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer isAdValidForSlot:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer processReceivedData:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_EKEvent", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyORMMAView.o)
      "_ADBannerContentSizeIdentifierPortrait", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(BurstlyUtils.o)
      "_ADBannerContentSizeIdentifierLandscape", referenced from:
          +[Burstly_iad_Adaptor initializeContentSizeIdentifiers] in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
      "_MedialetsShouldLogInternal", referenced from:
          -[MedialetsAdServer init] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAdsFromList:forAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer qualifiedAd:foradSlotKey:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdFromList:forTargetKey:keywords:andBlockKeywords:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer nextAdForAdView:] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer attemptCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
          -[MedialetsAdServer startCacheLoad] in libcom.bhvr.burstlyads.a(MedialetsAdServer.o)
      "_OBJC_CLASS_$_FlurryAppCircle", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_flurry_Adaptor.o)
      "_OBJC_CLASS_$_ADInterstitialAd", referenced from:
          objc-class-ref in libcom.bhvr.burstlyads.a(Burstly_iad_Adaptor.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    Which is the same error as when I did not include any library at all.
    Any other insight?

  • Installing HP Solution Center for HP Photosmart C6380 in Windows 7

    Installing HP Solution Center for HP Photosmart C6380 in Windows 7
    After this scanner/printer has loaded down the Driver - Product Installation Service the next step of downloading software is interrupted by the notice/instruction "The system cannot find the file specified" identified as 
    C:\Users\Owner\Appdata\Local\Temp\7zS2780\Setup\.\Setup\blocksysuserins...
    Then the  Driver - Product Installation Service is once again downloaded and when that issue is successfully completed, then, once again, the next download is interrupted by 
    the notice/instruction "The system cannot find the file specified" identified as 
    C:\Users\Owner\Appdata\Local\Temp\7zS2780\Setup\.\Setup\blocksysuserins...
    and the process continues in an infinite loop.
    That means that my HP Photosmart C6380 in Windows 7 will be useless during an infinite time. 

    Hi,
    Follow the steps below and check if that resolve the issue:
    1. Open Mcafee software, from the Virus and Spyware Protection section click on Schedule and run scans. Click on Real time scanning and then on Turn Off. select till I restart the PC and confirm by clicking the Turn Off button.
    Now try reinstalling the HP Software and check if the installation goes as expected.
    If the issue persists continue following the next steps below:
    2. Open the run dialog by clicking both the Windows key and the R key on your keyboard. Type %windir% and click on OK.
    3. Type hpoins*.dat into the top search bar, if there are any results rename the extention into old instead of dat. (e.g. hpoins1.old)
    4. Type hpwins*.dat into the top search bar, if there are any results rename the extention into old instead of dat. (e.g. hpwins1.old)
    5. Launch the Run dialog by clicking both the Windows key and the R key on your keyboard. Type MSIEXEC /UNREGISTER into the Run dialog and click on OK.
    6. Launch the Run dialog by clicking both the Windows key and the R key on your keyboard. Type MSIEXEC /REGSERVER into the Run dialog and click on OK.
    7. Run the installation file and check for any difference.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    I cannot install Adobe Flash Player. I have windows 7 64bit and firefox browser. During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    Many thanks for this!   I managed to install the Flash Player with this successfully after many failed attempts before.
    Thanks again
    Jason Pearlson
          From: Jeromie Clark <[email protected]>
    To: Jason Pearlson <[email protected]>
    Sent: Wednesday, March 25, 2015 10:46 PM
    Subject:  I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    created by Jeromie Clark in Installing Flash Player - View the full discussionPlease use the offline installer Internet Explorer: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe Firefox and other NPAPI browsers: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7349939#7349939 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7349939#7349939 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Installing Flash Player by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again

    Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again and keep getting the same message.  Please help !

    See Troubleshooting issues with iTunes for Windows updates.
    For downloading issues see the further information area and use a different browser and/or the direct links.
    tt2

  • I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I cannot install Creative Suite 5.5 on my Windows 7 Professional. I keep getting error message: "Exit Code: 15 - Media DB sync failed". I have disabled UAC and Startup items and Services with no luck. Can you please help?

    I am sorry Erickkasner but there is no longer direct support provided for Creative Suite 5.5 installation issues.
    You are welcome to post any specific errors you are able to discover within your installation log to this discussion.  Since you are using Windows then Exit Code 15 could mean one of the following:
    Installer database is corrupted
    Update pending to your operating system
    Improper permissions set for the Media.db
    The installation log file should provide additional insight into the exact error you are experiencing.  Please make sure to use the find command to look for the words 'ERROR' and 'FATAL' to locate the relevant error messages.

  • HT1925 I cannot install the latest version of Itunes under Windows XP because itunes.msi cannot be found in order to remove the older version (11.0.1.12) of itunes

    I cannot install the latest version of Itunes under Windows XP because itunes.msi cannot be found in order to remove the older version (11.0.1.12) of itunes.  Is there any other way I can accomplish an upgrade without using the Itunes.msi file?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Acrobat XI Pro Install via CCP Packager for Enterprise unuseable - tips for the unitiated

    Well, after at least six weeks of trying to script and package Acrobat XI via the CCP packager for enterprise (Windows 7 X64) I have learnt many home truths which I thought I would share with the unitiated. This process, from the point of view of an IT admin who has to mass deploy this application to 680 PC's as part of an updated SOE has been the most painful scripting process I have ever found of any package (we successfully deploy Office, and Autodesk apps!). Not only that, but our entire State technical colleges have all purchased the same version. This will be affecting IT staff across a huge area, perhaps worldwide. Below are some some facts relating to this that I will share so others do not have to trawl the minefiled of dead-ends and confusion that is Adobe forums/official documentation. Apologies for not finding direct links to all of the below just yet but I've run out of time as we now have MANUALLY install Acrobat XI on all of these machines. When I get time I will post some of the links:
    Facts:
    Acrobat XI and Lightroom are NOT "CC" packages. Therefore they rely on a spearate serial numbers to install standalone without another major Adobe product (eg Photoshop) to be installed and then run first. Otherwise they will run in trial mode. If your organistaion is wanting to install these products I highly recommend seeing if Adobe can provide you with these.
    Without the use of serial number for Acrobat XI this almost renders the Customisation Wizard effectively useless, none of the silent install switch will work with "Offline Exception"
    Yes, one Adobe employee notes that you must install a major package before Acrobat but as the aoplogies for not fixing this were posted last August, we are still in the quandry of not having any useable fix except for the ridiculous "Exceptions" file and Exceptions installer.
    If you run the Build and/or execeptions msi's it installs Acrobat twice, gold Adobe, gold.
    http://forums.adobe.com/message/6039529#6039529 - look at this for a working script for Photoshop etc, it's great.Thanks to http://forums.adobe.com/people/PetriRiihikallio for posting this. However, alas, it cannot silently install Acrobat correctly (thus far).
    It appears that the msi builder for CCP for enterprise is fatally flawed. I have never had as much problem with installing msi's -  ever. For example, I have had to re-package the msi multiples times and many times simply running the msi will fail.
    The idea that all major installs have to install the 32 bit version AND the 64 bit version is riduclous, enough said.
    http://blogs.adobe.com/acrolaw/2013/02/acrobat-xi-deployment-guide-for-large-firms/ this guide may be useful for people who have been given a separate serial number.
    http://helpx.adobe.com/acrobat/kb/known-issues-acrobat-xi-reader.html another useful link
    I think for the time being I have now wasted enough time trying to tear my hair out with this. I will be waiting for Adobe to announce Acrobat and Lightroom CC. this will enable the correct deployment of a single app without having the bloat my SOE with unnecessary applications that most staff rarely use. Ahhh, I love a good manual install via VNC/RDP, don't you?

    Hi Waltpenner and others, yes it can be very confusing and writing script after script got me even more confused.
    Now, the story continues, after 6+ hours on the phone with Adobe Support...
    When you install Adobe Acrobat XI it asks you to install the C++ Redistributable package and this is where the msi will STOP INSTALLING. even though the MSI says "complete"
    Now you think to yourself, OK, I'll write a script to install this msi package no problems, solved.
    Nope, the msi for Acrobat Pro XI will Still Halt even if you write this into the script along with halt no err or something similar in your code.
    So what do you do?
    When you create your msi in Cloud Packager, even though this feels completely against your better judgement tick the box under conflicting Process entitled "Ignore Conflicts and Continue installations" This will (finally) allow you to run the msi. Please see the wonderful deployment script above, which you may still need to edit to your needs (I did) - which I post once it's working perfectly.
    You could then install the C++ redist from Microsoft at a later date ----> On that note however (thanks Microsoft for this gem) the Visual C++ redist is an msi for download, but it's actually a zip file calling an exe inside it. I suggest using the App Deploy Repackager  to help you change registry entries if you need to install this, but choose your favourite tool (and no I'm not talking about that work colleague you don't like
    Note: You will need to install this for certain features of Acro Pro XI to function, most of which relates to sever functions of Acrobat. I will post the exact reasons when I find them. Under pressure to get this deployed, I have not deployed this pckage as yet. Also, I'm unsure how Visual C++ will affect other major apps across my enterprise just yet.
    Things to still consider
    Acrobat still installs twice in the program directory (1.7GB nd 1.8GB respectively)
    As all of the other CC packages are quite easy to install, Adobe needs to provide better service to it's enterprise customers by creating a proper version of Acrobat and Lightroom which is Acrobat CC and Lightroom CC, not version numbers tacked onto their new Cloud Service.
    As for the above point I would still recommend creating the smallest msi packages you can, as large msi's that install a number of Apps (eg all of the web/image editing apps) take forever and quite often exhibit install errors
    The amount of time I've spent on this is ridiculous, and we've had to package everything from Office to Autocad.
    The amount of bandwidth I've chewed up is excessive, with package re-creation (download) of all the products probably about 100GB - however the ability to edit these packages with updates with the CCP is a good step forward.
    Using the CCP through a proxy is horrendous, and complicated with the amount of exception through the servers you have to prvide (even then it rarely works).
    The MSI packager still needs quite alot of work. As Petri states why he had to write a script like this when Adobe could have done the same thing is beyond him.
    Adobe needs to trawl it's forum posts and take out the many false leads and dead ends provided by it's experts.
    When I Think of anything else, or wite more scipts I'll let you all know.
    Cheers,

  • Pacman. Cannot install previously uninstalled package from cache

    Hi all.
    I'm trying to install packages from shared cache to keep few machines in sync. I thought using "pacman -U --needed /path/to/cache/*" would solve it. However when I started testing I've noticed that when one package is removed I cannot install it  back that way. Pacman will just skip that package for some reason. If i use the same command but specify the the package /path/to/package/package_name or even first letter followed by * it will also install it. Why is that?

    Is it possible that the '*' is expanded in some unexpected way?
    I'm not using nfs, I tested it by uninstalling aurphan and running
    $ sudo pacman -U --needed /var/cache/pacman/pkg/*
    loading packages...
    warning: archlinux-keyring-20131027-1 is up to date -- skipping
    warning: aurora-27.0a2+20131114+gc6d8fa8-1 is up to date -- skipping
    warning: avahi-0.6.31-11 is up to date -- skipping
    warning: bison-3.0.1-1 is up to date -- skipping
    <snip>
    warning: xproto-7.0.25-1 is up to date -- skipping
    warning: xvidcore-1.3.2-3 is up to date -- skipping
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    aurphan 20130912-1 0.03 MiB
    Total Installed Size: 0.03 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [########################################################] 100%
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) installing aurphan [########################################################] 100%

  • Fatal error during installing HP Solution Center for Deskjet F2180

    Hi everyone!
    During installation of HP Solution Center for Deskjet F2180 it says "fatal error" - couldn´t write the key to " \SOFTWARE" plus "MSI.GPBaseService2" error.
    I tried many times to completely uninstall all this software and delete keys in regedit and reinstall it. I also respected the order: firstly install, after that connect printer. HP Digital Imagiing Monitor is working right but iťs insufficient for me. Maybe there will be some problem with permissions in Windows, who knows. I have just installed Windows 7 Professional 32-bit.
    Could you help me to solve it, please? Each response pleases!
    This question was solved.
    View Solution.

    Welcome to the forums @MuzikizuM 
    I read your post about the installation error you are seeing for our Deskjet F2180. I would suggest trying out the steps in the guide below. Hopefully this will allow you to install the printer successfully!
    A 'Fatal Error' (MSI error) Displays on the Computer During HP Software Installation in Windows
    Let me know the results
    Have a great day!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Cannot download the business package for ESS or MSS

    Hi All,
    I'm trying to download the 'Business Package for Employee Self-Service
    (mySAP ERP) via
    http://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio.  When I
    click the 'Download' link, I get taken to the URL
    https://www.sdn.sap.com/irj/docs/mappingtexts/sapnotesusermapping.htm
    where I get an IE message "The page cannot be found".
    Any idea why?
    How can I download this business package ?
    I also get the same problem when I try to download any other version of
    ESS or any version of MSS.
    Please respond ASAP as I am trying to prepare a demonstration for the business on Monday (tomorrow).
    Regards
    Anthony Gray

    Hi
    Browse to http://service.sap.com.swdc/
    Click on content for Business Suite 2005 --> Select mySAP ERP 2005 - EndUser Service Delvery --> Select Employee Self Service --> Click on the link for BP for Employee Self-Service (mySAP ERP)
    It should promt you to download the package.
    Hope it helps..
    -Madhu

  • How to install the user_lock package for Oracle 11g(11.2.0.1.0)

    Hi,
    I have installed Oracle DB 11g(11.2.0.1.0) on Windows 2003 server. According to my product requirement its say "you must install the user_lock package.".
    Can you Please help me how to install the user_lock package.
    Thanks
    Krishna

    provided link is very good and i installed the user_lock package successfully.
    Thanks
    Krishna

  • Cannot install newest Flash player for Mac 0sx 10.5.8

    Out of nowhere I got a message telling me I need to udate to the latest Flash Player.  I have Mac OS X 10.5.8
    I have tried to download and install 100 times and it keeps going in circles telling me that it CANNOT INSTALL
    I uninstalled my old player ALREADY..
    This is driving mne nuts..
    Please tell me what to do
    RIGHT AWAY PLEASE
    [email address removed]

    I think I got it -
    first, follow this guy's instructions on using your disk utility to verify and repair your hard drive.  http:/http://forums.adobe.com/thread/857425
    use the adobe uninstall again, just to be safe - http://http://kb2.adobe.com/cps/909/cpsid_90906.html
    restart
    follow the instructions of BD Aqua to a "T" on this link - http://https://discussions.apple.com/thread/2805854?start=0&tstart=0
    should be an enthusiastic "voila" after that.
    good luck my friend, this was a little frustrating to figure out

  • I cannot install iTunes 10.2 64 bit on Windows 7 Home Premium

    I'm able to download the iTunes 10.2 64 bit program without any issue. However, when I try to intall the program Windows installer issues error message: "This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package”.
    I have tried to open 'itunes64bit.exe' as the Administrator but this still doesn't work!
    I’ve scanned a Microsoft forum for iTunes download/installation problems. Most answers on the forum refer to a system32 error appearing when they attempt to install itunes64bit.exe on Vista or Windows 7.
    One member had a solution whereby they downloaded a program from Orca to increase Windows Installer’s capability and another to help install iTunes.
    The problem is that Windows Installer will not install these downloaded programs either!
    I’ve followed tech advice to change the Windows Installer setting from ‘Service Status’ stopped to ‘Service Status’ started and applied/ok’d changes. However, as soon as I try to install a non-windows program it automatically defaults to the ‘stopped’ setting and issues the error message about not being able to verify the package being installed.
    I followed the steps to unregister and reregister Windows Installer too, also to no avail.
    You’re probably thinking this sounds like an administrator issue. However, I’m the only user and Windows 7 is registered to me – which should make me the only administrator.

    Hi Lee,
    "You’re probably thinking this sounds like an administrator issue. However, I’m the only user and Windows 7 is registered to me – which should make me the only administrator."
    You are correct but to a point.  I thought so too, however, like you, I am "second in command"...under myself. 
    I was in the same situation and tried others' successful workarounds.  Nope.  Actually, an ongoing frustration for a few months to no avail...until I came across this link, http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/ this-installation-package-could-not-be-opened/40c3cf33-b155-4dc7-b21e-ca5acce105 f3.  It shows you how to access the Administrator login, literally.  It worked for me. 
    This is from a Microsoft support page (SJ has probably been alerted, so I don't have much time, LOL).  I did not want to hit that "final" option and reinstall Win 7.  The first time was trying enough and I was about to give in.  
    " I’ve scanned a Microsoft forum for iTunes download/installation problems. Most answers on the forum refer to a system32 error appearing when they attempt to install itunes64bit.exe on Vista or Windows 7."
    I was opposite on this one.  What led me to think it wasn't the above was seeing this user " ` " , also known as Accent grave.  The Users first file is labeled " ` " and has a little gold lock on it.  When I scanned Task Manager, under Processes Tab, the User Name column showed " ` " attached to certain processes.  I knew it was me, but did not realize it was the Alpha me 
    I cannot say if the system automatically did this or I or Alpha (I'm blaming Alpha).  If there is a way to change this I do not know, and if I should.  Either way, I will do some more research and pray another personality isn't isn't lurking about
    Hope this helps you.
    Ss

  • Cannot install BB Desktop Software v7.0 on Windows 7

    I downloaded the new Desktop Software  v7.0 B44, but cannot install it. When I double click on the file (700_b044_multilanguage.exe) it starts extracting itself, and it stops half way (while unzipping Data1.cab) and a message comes up saying "Zip damaged: file Data1.cab: Bad CRC".
    Anyone else has the same problems? Please advise. By the way, I'm using Windows 7, in case that makes any difference. Thanks.

    Hi Iveras,
    I cannot find a RIM KB but this article from Wikki Errors is worth reading:
    How to fix 0x800004005 Error?
    Also this article from Microsoft Answers Win 7
    Windows 7 SP 1 error: E_FAIL (0x800004005)
    This link contains Microsoft site search results I am pursuing:
    Microsoft Support Search Results
    Thanks,
    Bifocals
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • Report to display a Cash/Cheque receipt for Vendor

    Hi.,        How to Create a report to display a Cash/Cheque receipt for Vendor

  • I want to disable some of the check boxes on gl post form

    I am looking for form personalization that will disable the option to post some of the journal in GL Post form. The problem is that I managed to catch the new record event, this is operated only if the user chooses the line. But the user is standing

  • Cant export back to tape

    Hi, I use iMovie since 3 years ago, and so far no prob, but since yesterday this prob is bugging me. I have FCP4 installed in the same drive (which later upgraded to 4.5HD then FCP5)and i know the issue regarding export to tape failure and i have alw

  • Mac Pro Late 2013 OpenCL GCD Crossfire

    I want to buy a Mac Pro Late 2013 to do Calculation With Boinc (system to give CPU time for university research) Some Boinc App use OpenCL and calculations are done on the GPU. The new Mac Pro having 2 video card, will those App  be able to use both

  • Why does my mac burn all files as shortcuts?

    This is driving me insane. I need to burn some high resolution photos and when I drag and drop the files using finder it always transfers them as shortcuts to the actual files. I tried to highlight, copy and paste and the same thing occured. Also, th