Install script is not executed during installation of homemade package

I'm working on my first PKGBUILD for the AUR, trying to create a package to install dphys-swapfile on Arch.
Here are the files that I'm using to create this package:
PKGBUILD
dphys-swapfile.install
dphys-swapfile.service
The installation of dphys-swapfile as specified in the PKGBUILD works perfectly, i.e. it is actually installed to the right location and you can use it without any problems at all.
The systemd unit file is copied to the right location as well and you can enable and start the service with systemctl.
The problem arises with the install script. I wrote dphys-swapfile.install so that the service would be automatically enabled and started right after the installation of the package, but this is not working, i.e. the service is neither being enabled not being started, and I don't know what is causing this issue.
Any insight on what could be failing, as well as general tips on how to improve this package, will be very much appreciated.
Last edited by jonancm (2015-02-14 22:13:38)

It looks like presets are the appropriate way to do this:
systemctl preset is used by the post install scriptlets of RPM packages (or other OS package formats), to enable/disable specific units by default on package installation...

Similar Messages

  • FormCalc script is not executed

    Hi everybody,
    I've developped a Pdf forms with FormCalc Script.
    This script does works in the preview designer of SFP transaction but when i try to run the pdf forms through a specific program, the script is not executed.
    Do you have any idea ?
    The pdf is a ZCI layout.
    My SAP platform is ECC 6.0

    Brice,
    What is the type of form you are developing ? Interactive or Print.
    My guess you be creating a Print form where dynamic scripting does not work.
    Alternatively put following line of code in the script to see if the control is transferred to your event or not.
    $host.messageBox("Inside event")
    Chintan

  • "The installed product does not match the installation source" error

    Each time I attempt to use the SL disk to update the Apple drivers in Windows XP SP3 on my MacBook Pro 13" I get the error message posted in the title. I used this same disk successfully to update my MacPro. Anyone know what this means?
    "The installed product does not match the installation source. Until a matching osurce is provided or the installed product and source are synchronized, this action can not be performed."

    I get the same error, and I have an idea of what's going on.
    When I try to install Boot Camp 3, Windows asks me to locate "BootCamp.msi". If I try to uninstall Boot Camp via "Add/Remove Programs", the same prompt comes up.
    What I think is happening is that the original installer for Boot Camp 2.0 is being requested. But I have applied the Boot Camp 2.1 update, which has no BootCamp.msi file associated with it.
    So I'm at a road block of sorts, unable to install Boot Camp 3.0. I cannot download the original Boot Camp 2.0 installer from Apple, only the 2.1 update. (I recently moved across the country and didn't bring my 10.5 media.)
    Any ideas out there on what can be done to get Boot Camp 3.0 installed?
    Message was edited by: Human Being

  • I downloaded fire fox and installed but its not opening after installation

    I downloaded fire fox and installed but its not opening after installation. So what should i do?

    Hi, tiger's iphone.  
    Thank you for visiting Apple Support Communities.
    Here are the best troubleshooting resources to go through when experiencing issues updating your iOS device over-the-air.
    Turn your iOS device off and on (restart) and reset
    http://support.apple.com/kb/ht1430
    Resolve issues with an over-the-air iOS update
    http://support.apple.com/kb/TS4431
    You can also update this iPad via iTunes on a computer as an alternative.
    Update your device using iTunes
    If you can’t update wirelessly, or if you want to update with iTunes, follow these steps:
    If you use your device's Personal Hotspot for your computer's Internet connection, update your device wirelessly or connect your computer to another network.
    Install the latest version of iTunes on your computer.
    Plug in your device to your computer.
    In iTunes, select your device.
    In the Summary pane, click Check for Update.
    Click Download and Update.
    If you see an error message while updating your device, you can learn how to resolve iOS update errors in iTunes.
    Update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    Cheers,
    Jason H.

  • Scripts are not executing

    Hi,
    we have scheduled scripts through crontab,but from few days these scripts are not executing,there is no problem with time entries in crontab because some of them are executing correctly,what can be possible reasons for the cronjobs to not to execute.we are using sun solaris sparc 64 bit.oracle 10.1.0.4

    I can't say without knowing what the script does. Maybe somebody changed the permissions on another directory that script needs, or maybe another file it needs is no longer available, or ???
    Just suggesting a troubleshooting step. If you can run the script in a similar setup then you can eliminate the script as a likely problem. I didn't see anything on the crontab entry that looked to be a problem.
    PS: "will the date change with the execution of cronjob or it remains the same."
    No, the date on the cron daemon will stay the same. It just wakes up once a minute to check for things to do and kicks them off, it never restarts.

  • J2EE server does not start during installation

    Hi,
    I am installing WebAS JAVA 640 (NW04 SR1) on a Windows 2003/MSSQL server. I am using JAVA SDK 1.4.2_9. The installation stops at step 24/25 whereby the installer waits for the J2EE engine to start. After making 3 attempts to start the J2EE server, the installation process just hangs and I have to Cancel the installation.
    BTW, I am specifying a heap size of 1024 MB and using the "Database Only" option as UME data store during installation.
    Having checked the trace and log files, it seems the UME service fails to start, throws an exception and the message "the start of a core service failed, Web AS will not start".
    According to the information available  <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/20/361941edd5ef23e10000000a155106/content.htm">here</a>, I have checked the settings and it seems that option 2, <b>"User or group data is missing"</b> is causing the problem since database content of UME is missing. I have tried selecting entries from table UME_STRINGS but this table is empty.
    Now, the same link says that I should login to UME web application as SAP* but the problem is that without the J2EE engine starting up, I cannot login and create missing users/groups.
    Any ideas???
    Regards
    Shehryar

    Thanks to all who replied. I have actually tried all options suggested like waiting for retries until the box appears, trying to manually start the server, and reducing heap size. None worked for me. For your information, I have a 2.4 GHz machine with 4GB RAM so I think heap size should not be an issue. I checked SAP Note regarding heap size issues in Win 2003 but that does not seem to apply in my case since my system does not behave abnormally with JVM settings.
    Thanks again and I'll give it another shot.
    Regards
    Shehryar

  • Linux Script doees not executed as cronjob

    I have created a script b.sh as follows to get the status of Oracle Database
    [oracle@accurman1 tmp]$ cat b.sh
    #! /bin/bash
    $ORACLE_HOME/bin/sqlplus -s < /tmp/1.sql >> /tmp/mylog.log
    [oracle@accurman1 tmp]$
    [oracle@accurman1 tmp]$ cat /tmp/1.sql
    connect sys/xxx@orcl as sysdba
    set heading off
    set feedback off
    set verify off
    select 'STATUS:'||status from v$instance;
    select 'MODE:'||log_mode from v$database;
    [oracle@accurman1 tmp]$
    when execute manually from command promp it executes properly and I get the sql output in mylog.log file
    However if I schedule the script, b.sh , as cron job then it does not executes... and do not through any error.....
    What is wrong here?
    Message was edited by:
    johnveslin

    #! /bin/bash
    $ORACLE_HOME/bin/sqlplus -s < /tmp/1.sql >> /tmp/mylog.log
    What is wrong here?Environment. Cron doesn't know the enviroment of (oracle) user.
    So set the environment (at least ORACLE_HOME) in your b.sh script.
    as cron job then it does not executes... and do not through any error.....Usually when error occurs during cron execution it is mailed to user's inbox.
    So try to log as that user (su - oracle) and try to execute "mail" command.
    The other way how you can log the output and errors is (crontab entry example):
    5 * * * * /home/oracle/bin/my_cron_script >> /tmp/my_cron_script.log 2>&1

  • Bluetooth device is not detected during installation of bluetooth driver

    Hi , Initialy bluetooth was working properly, Few day ago I saw that there was no bluetooth icon in system trayas well as in list device manager. So I uninstalled the driver and try to install. But during installation it showthat bluetooth device in not detected and it exit. 

    Downloads the Windows 7 Hotkey Features. This will enable the wireless console with Fn+F5. Then you can enable bluetooth from there. Windows's built-in bluetooth drivers should work fine, maybe even with an update from WU if you're lucky.
    -tm
    Edit: Don't forget to download the System Interface Driver too.

  • Script Runner Not Executing

    My script runner is not executing. I can run a simple statement such as select count(*) from mtl_system_items_b; with the Execute Statement. When I attempt to run the same statement using the Run Script command SQL Developer hangs up and never completes.
    I have not had any trouble with this in the past. It could have started with my latest upgrade. I'm running version 1.1.2.25 build MAIN-25.79

    It would have depended on when and how you did you update. Check for Updates was not available for updating from a 1.0 build to the 1.1 build. You could only use Check for Updates on a 1.1 build (or its subsequent patches) to reach 1.1.2.
    The latest release is 1.2.1.32.13 and requires a full fresh install. There is no Check for Updates available.
    Regards
    Sue

  • SSIS Script task not executing macro through SQL Agent (but it does through bids)

    <p>Hello everyone,</p><p>I am having an issue with SQL Agent when executing a macro contained in a script task component. The script task actually opens an excel file, runs the macro, save and closes the file. </p><p>When
    I execute the package via BIDS/Visual studio, it works like a charm. However, when i execute the package with SQL agent, the package runs successfully but it seems that the macro is not executed as the excel file has not been modified as it should have. Also,
    the history log does not show any error messages. </p><p>Could </p>

    Thanks!I did create a credential and a proxy too but still the macro is not executed.I have searched online for solutions but no one has experimented this kind of issue before it seems. Please have a look at the script task code:
    Imports
    Excel = Microsoft.Office.Interop.Excel
    Imports
    System
    Imports
    System.Data
    Imports
    System.Math
    Imports
    Microsoft.SqlServer.Dts.Runtime
    <System.AddIn.AddIn(
    "ScriptMain", Version:="1.0",
    Publisher:="", Description:="")>
    <System.CLSCompliantAttribute(
    False)> _
    Partial
    Public
    Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
    Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End
    Enum
    Public
    Sub Main()
    Dim Macro_name
    As
    String
    Dim ExcelObject
    As
    New Microsoft.Office.Interop.Excel.Application
    Dim oBook
    As Microsoft.Office.Interop.Excel.Workbook
    Dim oBooks
    As Microsoft.Office.Interop.Excel.Workbooks
    Try
    Macro_name =
    "Macro001"
    ExcelObject =
    CType(CreateObject("Excel.Application"),
    Excel.Application)
    ExcelObject.Visible =
    True
    ExcelObject.UserControl =
    False
    ExcelObject.DisplayAlerts =
    False
    oBooks = ExcelObject.Workbooks
    oBook =
    CType(oBooks.Open("C\Book1.xls"),
    Excel.WorkbookClass)
    ExcelObject.Run(Macro_name)
    Catch ex
    As Exception
    ExcelObject.Application.Quit()
    ExcelObject.DisplayAlerts =
    True
    ExcelObject =
    Nothing
    End
    Try
    Dts.TaskResult = ScriptResults.Success
    End
    Sub
    End
    Class

  • Script is not executed - Standard-TimeOut

    Hello, I have a problem with a script, that is debugged without mistakes, but is not executed anyway. The Script consists of the movie with a keyframe  that creates a new Instance for an Object that again creates a series of new Instances for another Object (array) that controls an associated Movieclip.
    The Error: A Script was executed longer than the Standard-Time-Out of 15 Seconds.
    If necessary, I will add the script.
    Thank you

    The Script shall create an endless flow of fonts that fall from top to bottem (a "matrix in serif")
    The Main Movie
    import testklassen.*;
    stop();
    var FontFlow1:FontFlow = new FontFlow();
    The "testklassen"-package:
    The First Object "Font" controls the Motion of the "FontMovieClip".
    package testklassen {
        import flash.display.*;
        import flash.display.MovieClip;
        import flash.utils.*;
        import flash.events.*;
        import flash.events.Event;
        import fl.transitions.*;
        public class Font {
                public var Counter:int;
                public var X_Position:int;
                public var Y_Position:int;
                public var Speed:int;
                public var myFrameRate:Number;
                public function Font (pCounter, pX_Position, pY_Position, pSpeed)  {
                    this.Counter = pCounter;
                    this.X_Position = pX_Position;
                    this.Y_Position = pY_Position;
                    this.Speed = pSpeed;
                    this.myFrameRate = 1000/32;
                    //Loop moves the FontMovieClip from the top to the bottom...
                    //The Motion consists only of Y-component.
                    root.FontMovieClips[Counter].play();
                    var timer:Timer = new Timer(myFrameRate, 100);
                    timer.addEventListener(TimerEvent.TIMER, goOn);
                        function goOn()  {
                        this.Y_Position += this.Speed
                        root.FontMovieClips[Counter].Y = this.Y_Position;

  • Hard drive not identified during Installation. Disk Utility showing nothing in left side bar

    Some day before my Macbook pro shown the flashing question mark. I have tried to install thr OS Snow leopard using disc.
    When I started to install the OS, my start up disc ( Hard drive) is not showing for installation.
    I have gone through the Disk Utility to repair it, but in that  Hard drive is not showing in left side bar.
    Kindly suggest how can I recover my Hard drive to install the OS?

    That suggests that the drive is dead; if so, it needs to be replaced, and any data on it can only be recovered by a professional service, which can charge hundreds or thousands of dollars.
    (101654)

  • CS6 Does not initialize during installation

    creative suite 6 stops the installation almost immediately and gives the message that installation failed to initialize. The Adobe Support Advisor says nothing is wrong. Help?

    OK, here's the log:
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - Build Version - 2.0.242.0
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - Launch Path set to /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - Found 3 packages in setup manifest
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:46:47 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 09:46:47 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x67a3d0 {NSUnderlyingError=0x6789d0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:46:47 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - PackageCheck: Package id 6631D8B7-5630-4063-8AE4-73AEBA07ACE7 not installed on the system. Size required: 31584736
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - PackageCheck: Package id E151B8CE-26AF-4884-B06C-E54B0283C4E7 not installed on the system. Size required: 26568265
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - PackageCheck: Package id AD43D07D-5EFD-46F9-B542-E802BC4773E5 not installed on the system. Size required: 16837911
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - PackageCheck: Package id 6D19AB79-7CA3-4DB5-8E2E-3E9655C26EDC not installed on the system. Size required: 14359974
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 98285974
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - freeDiskSpace ... 683075837952
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 09:46:47 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - START installPackage at file /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 09:46:47 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 09:46:48 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 09:46:48 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 09:46:48 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x45ca60 {NSUnderlyingError=0x45ca00 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:46:48 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 09:46:48 2012
    [FATAL] Setup - Error installing core /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 09:46:48 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 09:46:56 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x4b7e410 {NSUnderlyingError=0x4b7f8a0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:46:56 2012
    [INFO] Setup - Exiting Installer with Code: 0
    Mon Nov 19 09:46:56 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 09:46:56 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - Build Version - 2.0.242.0
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - Launch Path set to /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - Found 3 packages in setup manifest
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:47:02 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 09:47:02 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x464250 {NSUnderlyingError=0x464400 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:47:02 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - PackageCheck: Package id 6631D8B7-5630-4063-8AE4-73AEBA07ACE7 not installed on the system. Size required: 31584736
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - PackageCheck: Package id E151B8CE-26AF-4884-B06C-E54B0283C4E7 not installed on the system. Size required: 26568265
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - PackageCheck: Package id AD43D07D-5EFD-46F9-B542-E802BC4773E5 not installed on the system. Size required: 16837911
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - PackageCheck: Package id 6D19AB79-7CA3-4DB5-8E2E-3E9655C26EDC not installed on the system. Size required: 14359974
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 98285974
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - freeDiskSpace ... 683075526656
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 09:47:02 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - START installPackage at file /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 09:47:02 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 09:47:04 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 09:47:04 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 09:47:04 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x225f2e0 {NSUnderlyingError=0x225e260 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:47:04 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 09:47:04 2012
    [FATAL] Setup - Error installing core /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 09:47:04 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 09:50:43 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x1d9610 {NSUnderlyingError=0x1d8db0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:50:43 2012
    [INFO] Setup - Exiting Installer with Code: 0
    Mon Nov 19 09:50:43 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 09:50:43 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - Build Version - 2.0.242.0
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - Launch Path set to /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - Found 3 packages in setup manifest
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:51:15 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 09:51:15 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x14e280 {NSUnderlyingError=0x14e410 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:51:15 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - PackageCheck: Package id 6631D8B7-5630-4063-8AE4-73AEBA07ACE7 not installed on the system. Size required: 31584736
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - PackageCheck: Package id E151B8CE-26AF-4884-B06C-E54B0283C4E7 not installed on the system. Size required: 26568265
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - PackageCheck: Package id AD43D07D-5EFD-46F9-B542-E802BC4773E5 not installed on the system. Size required: 16837911
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - PackageCheck: Package id 6D19AB79-7CA3-4DB5-8E2E-3E9655C26EDC not installed on the system. Size required: 14359974
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 98285974
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - freeDiskSpace ... 682916737024
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 09:51:15 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - START installPackage at file /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 09:51:15 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 09:51:16 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 09:51:16 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 09:51:16 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x15b680 {NSUnderlyingError=0x1484d0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:51:16 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 09:51:16 2012
    [FATAL] Setup - Error installing core /Volumes/CS5_5 Design Std/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 09:51:16 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 09:51:18 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x638510 {NSUnderlyingError=0x62adf0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 09:51:18 2012
    [INFO] Setup - Exiting Installer with Code: 0
    Mon Nov 19 09:51:18 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 09:51:18 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - Build Version - 2.0.242.0
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - Launch Path set to /Volumes/CS5_5 Design Std 1/Adobe CS5_5 Design Standard
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - Found 3 packages in setup manifest
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 12:49:46 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 12:49:46 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x48e270 {NSUnderlyingError=0x482fb0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 12:49:46 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - Build Version - 2.0.242.0
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS5_5 Design Std 1/Adobe CS5_5 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - PackageCheck: Package id 6631D8B7-5630-4063-8AE4-73AEBA07ACE7 not installed on the system. Size required: 31584736
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - PackageCheck: Package id E151B8CE-26AF-4884-B06C-E54B0283C4E7 not installed on the system. Size required: 26568265
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - PackageCheck: Package id AD43D07D-5EFD-46F9-B542-E802BC4773E5 not installed on the system. Size required: 16837911
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - PackageCheck: Package id 6D19AB79-7CA3-4DB5-8E2E-3E9655C26EDC not installed on the system. Size required: 14359974
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 98285974
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - freeDiskSpace ... 679544946688
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 12:49:46 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - START installPackage at file /Volumes/CS5_5 Design Std 1/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 12:49:46 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 12:49:48 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 12:49:48 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 12:49:48 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x141270 {NSUnderlyingError=0x145640 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 12:49:48 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 12:49:48 2012
    [FATAL] Setup - Error installing core /Volumes/CS5_5 Design Std 1/Adobe CS5_5 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 12:49:48 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 12:49:52 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x13fbb0 {NSUnderlyingError=0x13f610 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 12:49:52 2012
    [INFO] Setup - Exiting Installer with Code: 0
    Mon Nov 19 12:49:52 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 12:49:52 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - Build Version - 6.0.335.0
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - Launch Path set to /Volumes/CS6 DesignStd/Adobe CS6 Design Standard
    Mon Nov 19 13:20:33 2012
    [INFO] Setup - Found 6 packages in setup manifest
    Mon Nov 19 13:20:33 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:20:33 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:20:33 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 13:20:33 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x631420 {NSUnderlyingError=0x632090 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:20:34 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id DF1EA1EE-7B19-4CC4-8950-BEB6D7F70191 not installed on the system. Size required: 49365843
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id 36C746D4-D32C-422A-9B0F-F3719DAA3DF8 not installed on the system. Size required: 2889421
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id 5C2E838A-E0AD-4727-B8FD-54DA0C7A6FBB not installed on the system. Size required: 15633430
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id B5032FD8-3CFB-4FA1-9051-811EB16A189B not installed on the system. Size required: 4237309
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id 59792158-B2AE-4670-8F68-EB7DE9535F3D not installed on the system. Size required: 13952220
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id 7EF4FA31-DD11-4D7E-A9D0-7C1526746C65 not installed on the system. Size required: 16135843
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - PackageCheck: Package id F07FC360-0D5A-46FA-97FE-D317850ECBFF not installed on the system. Size required: 22302498
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 136968220
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - freeDiskSpace ... 681652748288
    Mon Nov 19 13:20:34 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 13:20:34 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - START installPackage at file /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx'
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pima'
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 13:20:34 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 13:20:35 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 13:20:35 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 13:20:35 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x183aeb0 {NSUnderlyingError=0x1838af0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:20:35 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 13:20:35 2012
    [FATAL] Setup - Error installing core /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 13:20:35 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 13:20:55 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x42ed60 {NSUnderlyingError=0x446a30 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:20:55 2012
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================
    Mon Nov 19 13:20:55 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 13:20:55 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - Build Version - 6.0.335.0
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - Launch Path set to /Volumes/CS6 DesignStd/Adobe CS6 Design Standard
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - Found 6 packages in setup manifest
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:23:15 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 13:23:15 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x659030 {NSUnderlyingError=0x658da0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:23:15 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id DF1EA1EE-7B19-4CC4-8950-BEB6D7F70191 not installed on the system. Size required: 49365843
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id 36C746D4-D32C-422A-9B0F-F3719DAA3DF8 not installed on the system. Size required: 2889421
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id 5C2E838A-E0AD-4727-B8FD-54DA0C7A6FBB not installed on the system. Size required: 15633430
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id B5032FD8-3CFB-4FA1-9051-811EB16A189B not installed on the system. Size required: 4237309
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id 59792158-B2AE-4670-8F68-EB7DE9535F3D not installed on the system. Size required: 13952220
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id 7EF4FA31-DD11-4D7E-A9D0-7C1526746C65 not installed on the system. Size required: 16135843
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - PackageCheck: Package id F07FC360-0D5A-46FA-97FE-D317850ECBFF not installed on the system. Size required: 22302498
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 136968220
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - freeDiskSpace ... 681622904832
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 13:23:15 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - START installPackage at file /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx'
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pima'
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 13:23:15 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 13:23:17 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 13:23:17 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 13:23:17 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x1a7f00 {NSUnderlyingError=0x1a6d70 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:23:17 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 13:23:17 2012
    [FATAL] Setup - Error installing core /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 13:23:17 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 13:30:07 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x4bc5cb0 {NSUnderlyingError=0x4bc54d0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:30:07 2012
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================
    Mon Nov 19 13:30:07 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 13:30:07 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - Build Version - 6.0.335.0
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - Launch Path set to /Volumes/CS6 DesignStd/Adobe CS6 Design Standard
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - Found 6 packages in setup manifest
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:30:35 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 13:30:35 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x413f00 {NSUnderlyingError=0x414b70 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:30:35 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id DF1EA1EE-7B19-4CC4-8950-BEB6D7F70191 not installed on the system. Size required: 49365843
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id 36C746D4-D32C-422A-9B0F-F3719DAA3DF8 not installed on the system. Size required: 2889421
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id 5C2E838A-E0AD-4727-B8FD-54DA0C7A6FBB not installed on the system. Size required: 15633430
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id B5032FD8-3CFB-4FA1-9051-811EB16A189B not installed on the system. Size required: 4237309
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id 59792158-B2AE-4670-8F68-EB7DE9535F3D not installed on the system. Size required: 13952220
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id 7EF4FA31-DD11-4D7E-A9D0-7C1526746C65 not installed on the system. Size required: 16135843
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - PackageCheck: Package id F07FC360-0D5A-46FA-97FE-D317850ECBFF not installed on the system. Size required: 22302498
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 136968220
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - freeDiskSpace ... 681745403904
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 13:30:35 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - START installPackage at file /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx'
    Mon Nov 19 13:30:35 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pima'
    Mon Nov 19 13:30:36 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 13:30:36 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 13:30:37 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 13:30:37 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 13:30:37 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x16a8e0 {NSUnderlyingError=0x167620 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:30:37 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 13:30:37 2012
    [FATAL] Setup - Error installing core /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 13:30:37 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 13:30:42 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x1831870 {NSUnderlyingError=0x183d3a0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:30:42 2012
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================
    Mon Nov 19 13:30:43 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 13:30:43 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - Build Version - 6.0.335.0
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - Launch Path set to /Volumes/CS6 DesignStd/Adobe CS6 Design Standard
    Mon Nov 19 13:56:28 2012
    [INFO] Setup - Found 6 packages in setup manifest
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:56:28 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 13:56:28 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x43f770 {NSUnderlyingError=0x4403e0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:56:28 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 13:56:28 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id DF1EA1EE-7B19-4CC4-8950-BEB6D7F70191 not installed on the system. Size required: 49365843
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id 36C746D4-D32C-422A-9B0F-F3719DAA3DF8 not installed on the system. Size required: 2889421
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id 5C2E838A-E0AD-4727-B8FD-54DA0C7A6FBB not installed on the system. Size required: 15633430
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id B5032FD8-3CFB-4FA1-9051-811EB16A189B not installed on the system. Size required: 4237309
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id 59792158-B2AE-4670-8F68-EB7DE9535F3D not installed on the system. Size required: 13952220
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id 7EF4FA31-DD11-4D7E-A9D0-7C1526746C65 not installed on the system. Size required: 16135843
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - PackageCheck: Package id F07FC360-0D5A-46FA-97FE-D317850ECBFF not installed on the system. Size required: 22302498
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 136968220
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - freeDiskSpace ... 681172000768
    Mon Nov 19 13:56:29 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 13:56:29 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - START installPackage at file /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx'
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pima'
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 13:56:29 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 13:56:30 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 13:56:30 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 13:56:30 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x15d7f0 {NSUnderlyingError=0x15c080 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:56:30 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 13:56:30 2012
    [FATAL] Setup - Error installing core /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 13:56:30 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 13:57:02 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x1a6730 {NSUnderlyingError=0x197470 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 13:57:02 2012
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================
    Mon Nov 19 13:57:02 2012
    [INFO] PIM - PIMSqlite closeDB status 0
    Mon Nov 19 13:57:02 2012
    [INFO] PIM - FREE PIM Instance ...
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - Build Version - 6.0.335.0
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - Logging Level verbosity Set  to 4
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - TimeLog: Bootstrapper Start
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - TimeLog: Start initial checks
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - Launch Path set to /Volumes/CS6 DesignStd/Adobe CS6 Design Standard
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - Found 6 packages in setup manifest
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 14:08:24 2012
    [WARN] PIM - Detected Old content in USF trying to delete it...
    Mon Nov 19 14:08:24 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x22b2d70 {NSUnderlyingError=0x229c6b0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/, NSUserStringVariant=(
        Remove
    Mon Nov 19 14:08:24 2012
    [WARN] PIM - Failed to delete Old content in USF.
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Build Version - 6.0.335.0
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Logging Level verbosity Set  to 4
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - CREATE PIM Instance ...
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - trying to createOrUpdatePIMDbSchema.
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - SUCCESS Created Tables.
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PIM Database is Up To Date.
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Updater Inventory location:/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/Install.app/Contents/Frameworks/UpdaterInventory.framework/UpdaterInventory
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id DF1EA1EE-7B19-4CC4-8950-BEB6D7F70191 not installed on the system. Size required: 49365843
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id 36C746D4-D32C-422A-9B0F-F3719DAA3DF8 not installed on the system. Size required: 2889421
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id 5C2E838A-E0AD-4727-B8FD-54DA0C7A6FBB not installed on the system. Size required: 15633430
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id B5032FD8-3CFB-4FA1-9051-811EB16A189B not installed on the system. Size required: 4237309
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id 59792158-B2AE-4670-8F68-EB7DE9535F3D not installed on the system. Size required: 13952220
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id 7EF4FA31-DD11-4D7E-A9D0-7C1526746C65 not installed on the system. Size required: 16135843
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - PackageCheck: Package id F07FC360-0D5A-46FA-97FE-D317850ECBFF not installed on the system. Size required: 22302498
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 136968220
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - freeDiskSpace ... 680972685312
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - TimeLog: End initial checks
    Mon Nov 19 14:08:24 2012
    [INFO] Setup - TimeLog: Begin Installing
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - START installPackage at file /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx'
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - Validating package file: '/Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pima'
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - SUCCESS insertPackageUpdateList.
    Mon Nov 19 14:08:24 2012
    [INFO] PIM - SUCCESS insertAppletRegInfoList.
    Mon Nov 19 14:08:25 2012
    [FATAL] PIM - Error in copy.
    Mon Nov 19 14:08:25 2012
    [FATAL] PIM - Error Failed to extract assets...
    Mon Nov 19 14:08:25 2012
    [INFO] Native-Utils - NOTE Could not remove existing backup path. Error Error Domain=NSCocoaErrorDomain Code=513 "“core” couldn’t be removed because you don’t have permission to access it." UserInfo=0x197660 {NSUnderlyingError=0x1974b0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp/core, NSUserStringVariant=(
        Remove
    Mon Nov 19 14:08:25 2012
    [FATAL] PIM - Error Failed to remove the Package copied
    Mon Nov 19 14:08:25 2012
    [FATAL] Setup - Error installing core /Volumes/CS6 DesignStd/Adobe CS6 Design Standard/packages/core/PDApp.pimx package. pim_installPackage returned -8
    Mon Nov 19 14:08:25 2012
    [FATAL] Setup - Error installing Packages.
    Mon Nov 19 14:08:28 2012
    [ERROR] Setup - Error while cleaning up. Error: Error Domain=NSCocoaErrorDomain Code=513 "“PDApp” couldn’t be removed because you don’t have permission to access it." UserInfo=0x45afc0 {NSUnderlyingError=0x457ed0 "The operation couldn’t be completed. Permission denied", NSFilePath=/Users/davidwoodruff/Applications/Adobe/OOBE/PDApp, NSUserStringVariant=(
        Remove
    Mon Nov 19 14:08:28 2012
    [INFO] Setup - =================  Exiting Installer with Code: 0  =================

  • ITunes won't install on my system: error during installation of assembly

    Hey everyone. I've been living a nightmare for the past month. I tried to upgrade my system to Windows7 x64 and had major CPU problems. After nearly a month of trying to fix it, I decided to go back to Vista x64. That solved my CPU problem, but now I can't get iTunes to load!
    Here the error message I get during installation:
    An error occurred during installation of assembly 'Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32"version="8.0. 50727.762",processArchitecture="x86". Please refer to Help and Support for more information. HRESULT: 0x80070424
    Any ideas??

    Doublechecking something, paradox. Head into your Windows Update and have a look at your Update History. Have updates also been failing for you? If so, what error code shows up for the failed updates?
    (Doubleclick the failed updates to see a small window with more information, including the error codes.)

  • My laptop (Windows 7) will not install iTunes. "Error occured during installation of assembly 'Microsoft.VC80.CRT.type=win32'

    I have a picture of the entire error message, but it won't let me attach it. Also, if anyone knows a way of contacting apple support without being charged $20 that would be nice as well...

    Hi mateo3303,
    Welcome to the Support Communities!  The article below will help you troubleshoot the issue you are having installing iTunes on your PC:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    I hope this information helps ....
    - Judy

Maybe you are looking for

  • Not able to access the URL for this web service (BPR)

    1. Start SAP Solution Manager and call transaction SICF. 2. Right-click on default_host/sap/bc/solman, for example, and select Enable service. When the service is enabled, additional subgroups are visible. Enabling reveals the URI of the Web service.

  • Mac mini doesn't send sound to HP LA2206xc Monitor

    I have attached my Mac Mini (late 2009) with a DVI - Mini DVI connector on a the HP LA2206xc Monitor, but I don't have any sound through the speakers of the monitor. Also the webcam doen't work with facetime. Any ideas?

  • How to set 15 min default time to add in end time based on start time.

    Hi, When we are creating activity in  crmd_order transaction system is automatically adding 10 min to start time. if start time is 08:00  then end time to 08:10 min here my requirement is to to add only 15 min to start time then i need to show 08:15

  • For update......urgent

    how to use for update in group functions. for e.g select max(ref_no) from ttt for update of ref_no. i.e i want to update in table ttt based on ref_no. the problem i am facing is that at a time more than one user is using my application and the value

  • Generation of derived roles when transported

    Hello Everyone, We are on ECC6.0 and I've come across a scenario where I've created certain number of derived roles from a parent role and generated the parent and derived one's from the parent role in PFCG and created a transport request. But, When