Script to print a file ending with specific characters

Hi all
Can anyone help me with a script that will automatically print to a laser, any file within various sub folders on a NAS that end in '_IMP.pdf'???
total newb to scripting!
thanks

Folder actions don't handle subfolders well, and I forget whether they can cope with network drives.  I'm sure you could make it work, but since we already have the script as given here's how you modify it to do what you want. Save the following as a stay-open application (save it as an application, and check the "application stays open after run handler" checkbox), and leave it running in the background. it will label files with a color as they are processed, which will tell both you and it what files have been printed.
property nameCue : "_IMP.pdf" -- file ending
property folderPath : "/Path/To/Folder" -- posix path to folder that holds pdfs
property intervalMinutes : 10 -- time in minutes between iterations
property labelColor : 3 -- integer between 1 and 7; 3 is yellow by default
on idle
  -- use an idle handler to run the recursive search and print periodically
          set filesToPrint to recursiveFolderSearch(folderPath)
          tell application "<printer name>" -- set this to the correct printer name
                    activate
                    print filesToPrint
          end tell
          return 60 * intervalMinutes
end idle
on recursiveFolderSearch(folderPath)
  -- a handler to do a recursive folder search
          tell application "System Events"
                    set folderItems to disk items of folder folderPath whose visible is true
                    set chosenFiles to {}
                    repeat with thisDiskItem in folderItems
                              if class of thisDiskItem is folder then
  -- folder: recurse
                                        set chosenFiles to chosenFiles & my recursiveFolderSearch(POSIX path of thisDiskItem)
                              else
  -- file: check file name for correct ending and then check to see if it's labeled
                                        if name of thisDiskItem ends with nameCue and my checkLabel(path of thisDiskItem) then
                                                  set end of chosenFiles to POSIX path of thisDiskItem
                                        end if
                              end if
                    end repeat
          end tell
          return chosenFiles
end recursiveFolderSearch
on checkLabel(f)
     check if the file is labeled, which means it has already been printed.
     if it hasn't been printed, label it with the appropriate color and return true
     to tell the calling handler the file should be printed
          tell application "Finder"
                    if (label index of file f) = 0 then
                              set label index of file f to labelColor
                              return true
                    else
                              return false
                    end if
          end tell
end checkLabel

Similar Messages

  • InDesign CS4 crashes with files ending with a single page

    I work in the IT team of a French press group. Our users (OS 10.6.6, InDesign CS4 [6.0.6]) work on facing pages documents, mostly set up with one spread; some files end with a single page. Most of our users complain about the fact that they always have to add a blank page (right to the single page) to avoid crashing. They never crash when they work on files containing only spreads.
    Has anybody encountered the same issue?

    Hi jmlevy,
    Working as a consultant for graphic design companies, I did not hear  of this problem. But, it is an interesting one. Can you send over one of  the files crashing (+images / fonts used)? Then I can see if I can reproduce the crash.
    Redmac

  • Batch script to print PDF files to press quality

    Hello, I'm looking for a way to print PDF files to the Adobe PDF driver with "Press Quality" setting.   Ideally I could also save any file attachments first and then reattach them after printing to new files.
    I've been experimenting with the batch sequence feature but I am not getting very far.   Are there any sample scripts that do something similar to this?   I appreciate any guidance you can offer.
    Thanks
    LLL

    No, I do not have access to the original files that went into making the source PDFs.
    I've looked at PDF Optimizer but it does not shrink the file size nearly as much as printing the file through the Adobe PDF print driver with "Press Quality" setting.   I suspect this has to do with font consolidation.   PDF Optimizer seems to let you unembed fonts from the file but that's not what I'm looking for.  I need to have all fonts embedded.
    I appreciate the feedback.  Anyone else have ideas here on the original issue?  Thanks.

  • Mail Merge script to replace any blank fields with specific text

    In InDesign Mail Merge I would like to replace any blank fields with specific text. For example if we have four fields (A, B, C & D) to merge, and field A is blank, it would insert field C.
    In essence leaving no blank fields but replacing a blank field with another specific field.
    I have read that inDesign does have Mail Merge limitations but if there is a script that we could run that would solve our problem.
    Please let me know if you can help?

    I take from the lack of response it is not possible to do this in InDesign.

  • Pages Exports to PDF/Printer Saves as PDF with weird characters

    This situation is getting worse for me, not better, the more I'm using Pages.
    I have made several files, nothing special, just used Pages for layout and the ease of using colors and shapes.
    When I Export as PDF, sometimes random text boxes end up having all spaces replaced with exclamation marks. Not always the same one, not always all of the text fields on my page, and so far, never the title. When I "Print to PDF," which used give me an error and say I had to export only but now works, I get the same error. Even a character I used 5 times on the page, the first 4 were fine and the 5th had turned to an exclamation mark. Just for kicks when I could not get my file to work last night, I exported to Word (looked fine) and then went to Save as PDF... same exclamation marks. Physically printing the files has no errors.
    Last night I rebooted my MacBook and let it sit a bit and tried again, and both files I was trying to export came out fine. Other times this has happened though, my computer was neither warm nor a few hours from the last reboot.
    Methinks that this is related to making PDFs on my computer, maybe that connection between printer driver and making PDFs, but it's also got to be Pages-related. Except for the file I exported to Word, I have no problems with Print to PDF for anything else- Word, Excel, web pages, etc. What should I check/do to try and diagnose the problem? Since the things I do in Pages are generally on a deadline, I need to be proactive about the solution. Rebooting is not going to save me every time.

    It could be a font cache problem. You might try using a utility to clear the caches or try doing it by hand. Try a Google search on "clearing font caches" and Leopard, for example. I believe something like Onyx will do it though I haven't used that myself.
    I'm not sure about this - it is just a hunch based on some things I've read about problems with Leopard and pdfTeX.
    - cfr

  • Does photoshop cs5 sdk support file names with unicode characters?

    Hi,
    For the export module, does the windows sdk have support for filenames with unicode characters?
    The ExportRecord struct in PIExport.h has an attribute filename declared as char array.
    So I have a doubt whether filenames with unicode characters will be supported for export module.
    Thanks in advance,
    Senthil.

    SPPlatformFileSpecificationW is not available in ReadImageDocumentDesc.
    It has SPPlatformFileSpecification_t which is coming as null for export module.
    I am using phostoshop cs5 sdk for windows.
    Thanks,
    Senthil.

  • Printer and File Sharing with Windows is not working

    I have a MacBook Pro, Vista machine, and an XP machine on my network.
    The MacBook Pro is running 10.5.2.
    The Windows machines can see the MacBook Pro and access files on it, but I cannot see the Windows machines in Finder - thus I can't access the printers on those machines.
    If I goto 'Finder> Go> Connect to Server' and enter smb://ipadress I am able to mount the shares and access them.
    But obviously this does not help me with Printer sharing.
    Any help is appreciated, but FYI I have been reading many suggestions and none have worked.

    Go to "System Preferences/Security/Firewall" and change settings to: "Set access to specific services and applications". "File Sharing" and "Printer sharing" were already present for me, I don't know how to get them if they are not, and I don't know what the ramifications for security are. I can now see Windows computers and printers.

  • Bash script to dumpstream many files simultaneously with mplayer

    hi guys
    i have a problem which i´m sure can be solved with the power of bash scripting
    unfortunately i´m no bash scripting guru and all my experiments failed so far
    the problem:
    i have a file in which are links(streaminglinks)
    mplayer offers the funtion to dump such a stream with simply issuing
    mplayer -dumpstream mms://path/to/video -dumpfile video1
    for example.
    now i want mplayer to download this streams specified in the links-file automatically.
    basically all it required is a bash script which goes through the link file and generates a command like mplay -dumpstream <link> -dumpfile video<n>
    (where n is the nth link) and execute it.maybe there a even simpler solutions
    well since i´m not that experienced with bashscripting i can´t solve that problem at my self....
    i´m grateful for any help

    hey guys
    thx for the two scripts.
    my approach was nearly the same as your´s kraluz with the difference that it doesn´t work
    but they both have a little blemish
    they download the files sequentially not simultaneously
    how could that be realised
    thx in advance

  • Cannot print pdf files remotely with cups

    Hi @ all.
    I have a printer connected to my homeserver via lan. The printer is shared over the network via cups. The clients can print raw text, png files etc, but not pdf files. The printer wakes up, the cups webinterface shows the job as success, but nothing is printed. There are no errors in journal on server or clients, same for application. Pdf printing from the server works fine.
    I guess there's some package missing on the clients, but have no idea which. I've tried cups-filters and samsung-unified-driver, but no success.
    All machines run uptodate arch, the printer is a Samsung SCX-4726FN.
    Any help is appreciated.
    Cheers,
    Marcus

    Thanks for the reply.
    Not all of the optional deps are installed, only ghostscript. But they're not installed on the server either.

  • Printing DOC files generated with RH HTML

    I've generated 7 DOC files from my project (took 3hrs). They
    all opened OK when generation was complete and I did a SAVE AS to
    my jump-drive.
    Now when I come to open them on 3 different PC's (incl the
    one I generated the files on , Word just stops, and I have to creah
    out of it. I've tried this with the smallest doc (4pgs) and the
    same thing happens.
    Well I'm now confused as there was no prob during the
    generation.
    By the way - if I generate then with PDF output option all is
    OK
    Yours Confused
    Al

    I have looked in Preferences and cannot find anything that seems to address these added-in headers and footers.
    Aha! There is no Create from Web menu in Acrobat. But there is a Create menu, with the item Create PDF from Web Page, which opens a small deceptively simple dialog. It has a URL field and a few buttons, one of which is Settings. Settings opens a two-tab dialog. On the General page, there is a "PDF settings called Place headers and footers on new page." It was selected. I deselected it, and that did the trick.
    I would have thought to find a setting like this instead on the Page Layout page. And, either way, this is a deeply buried setting. It ought to have been in Preferences.
    Thanks!

  • Powershell script to get all user profiles with specific email address

    Hello,
    Please help me. I need a powershell script which can do the following things.
    List of all sharepoint user profiles with email address
    [email protected]
    List of all FBA user profiles with email address  [email protected]
         List of all Pending Access Requests
    Any help is much appreciated. Thanks.
    chirag

    The script is not working for me. I changed the url according to my site. See the below error
    New-Object : Exception calling ".ctor" with "1" argument(s):
    "UserProfileApplicationNotAvailableException_Logging ::
    UserProfileApplicationProxy.ApplicationProperties ProfilePropertyCache does
    not have 3f3a5705-0691-4fe8-8643-cccd65363dc9"
    At C:\Scripts\userprofileemails.ps1:11 char:19
    + $profileManager = New-Object
    Microsoft.Office.Server.UserProfiles.UserProfileMan ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidOperation: (:) [New-Object], MethodInvoca
       tionException
        + FullyQualifiedErrorId : ConstructorInvokedThrowException,Microsoft.Power
       Shell.Commands.NewObjectCommand
    You cannot call a method on a null-valued expression.
    At C:\Scripts\userprofileemails.ps1:12 char:1
    + $profiles = $profileManager.GetEnumerator()
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
        + FullyQualifiedErrorId : InvokeMethodOnNull
    Please guide me what to do on this.
    Thanks
    chirag

  • SQLServerExpress2008R2 v10.50.1600.1 - Installation Failed - Log file ends with : Setup closed with exit code: 0x84C40013

    Below is the screenshot of installed components of SQL Server 2008 Express 10.50.1600.1. Please find failed installation log in attachment.
    Firoz Ahmad

    Log file details :
    01/10/2014 08:36:52.030 ======================================================================
    01/10/2014 08:36:52.045 Setup launched
    01/10/2014 08:36:52.045 Attempting to determine media source
    01/10/2014 08:36:52.045 Media source value not specified on command line argument.
    01/10/2014 08:36:52.045 Setup is launched from media directly so default the value to the current folder.
    01/10/2014 08:36:52.045 Media source: c:\99ee9b96f4dc3ef6b675\
    01/10/2014 08:36:52.045 Attempt to determine media layout based on file 'c:\99ee9b96f4dc3ef6b675\mediainfo.xml'.
    01/10/2014 08:36:52.155 Media layout is detected as: Advanced
    01/10/2014 08:36:52.155 Not a slip stream media, so continuing to run setup.exe from media.
    01/10/2014 08:36:52.155 /? or /HELP or /ACTION=HELP specified: false
    01/10/2014 08:36:52.170 Help display: false
    01/10/2014 08:36:52.170 Checking to see if we need to install .Net version 3.5
    01/10/2014 08:36:52.170 Determining the cluster status of the local machine.
    01/10/2014 08:36:52.264 The local machine is not configured as a cluster node.
    01/10/2014 08:36:52.264 Attempting to find media for .Net version 3.5
    01/10/2014 08:36:52.264 .Net version 3.5 is installed
    01/10/2014 08:36:52.264 RedistMSI::GetExpectedBuildRevision - Setup expects MSI 4.5.6001.22159 at the minimum
    01/10/2014 08:36:52.264 Attempting to get Windows Installer version
    01/10/2014 08:36:52.264 Windows Installer version detected: 5.0.7601.17807
    01/10/2014 08:36:52.264 RedistMSI::IsVistaRTM - Not Vista RTM build
    01/10/2014 08:36:52.264 Required version of Windows Installer is already installed
    01/10/2014 08:36:52.264 Local setup.exe not found, so continuing to run setup.exe from media.
    01/10/2014 08:36:52.264 Attempt to initialize SQL setup code group
    01/10/2014 08:36:52.264 Attempting to determine security.config file path
    01/10/2014 08:36:52.264 Checking to see if policy file exists
    01/10/2014 08:36:52.295 .Net security policy file does not exist
    01/10/2014 08:36:52.295 Attempting to create .Net security policy file
    01/10/2014 08:36:54.326 Attempting to load .Net security policy file
    01/10/2014 08:36:54.326 Processing entry ("MSVCM80", "Native")
    01/10/2014 08:36:54.326 Attempting to create .Net security code group node: MSVCM80
    01/10/2014 08:36:54.342 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGE
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PACKAGEDATA
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.SQL.CHAINER.PRODUCT
    01/10/2014 08:36:54.358 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX
    01/10/2014 08:36:54.358 Processing entry ("LANDINGPAGE", "Native")
    01/10/2014 08:36:54.358 Attempting to create .Net security code group node: LANDINGPAGE
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.DMF
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SMO
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION
    01/10/2014 08:36:54.373 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA
    01/10/2014 08:36:54.373 Processing entry ("SHELLOBJECTS", "Native")
    01/10/2014 08:36:54.373 Attempting to create .Net security code group node: SHELLOBJECTS
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.SQM
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    01/10/2014 08:36:54.389 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    01/10/2014 08:36:54.389 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: FIXSQLREGISTRYKEY
    01/10/2014 08:36:54.389 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    01/10/2014 08:36:54.389 Required security code group nodes exist, contine.
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES
    01/10/2014 08:36:54.389 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    01/10/2014 08:36:54.389 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES
    01/10/2014 08:36:54.404 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    01/10/2014 08:36:54.404 Attempting to create .Net security code group node: LANDINGPAGE.RESOURCES
    01/10/2014 08:36:54.404 Saved .Net security policy file
    01/10/2014 08:36:54.404 Attempting to determine security.config file path
    01/10/2014 08:36:54.404 Checking to see if policy file exists
    01/10/2014 08:36:54.436 .Net security policy file does not exist
    01/10/2014 08:36:54.436 Attempting to create .Net security policy file
    01/10/2014 08:36:56.545 Attempting to load .Net security policy file
    01/10/2014 08:36:56.545 Processing entry ("MSVCM80", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    01/10/2014 08:36:56.545 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    01/10/2014 08:36:56.561 Processing entry ("LANDINGPAGE", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    01/10/2014 08:36:56.561 Processing entry ("SHELLOBJECTS", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    01/10/2014 08:36:56.561 Attempting to create .Net security code group node: MICROSOFT.DATAWAREHOUSE.SQM
    01/10/2014 08:36:56.561 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    01/10/2014 08:36:56.561 Attempting to create .Net security code group node: FIXSQLREGISTRYKEY
    01/10/2014 08:36:56.561 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    01/10/2014 08:36:56.561 Processing entry ("FIXSQLREGISTRYKEY", "IA64")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    01/10/2014 08:36:56.561 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    01/10/2014 08:36:56.576 Saved .Net security policy file
    01/10/2014 08:36:57.014 Strong name verification disabling is not required
    01/10/2014 08:36:57.014 /? or /HELP or /ACTION=HELP specified: false
    01/10/2014 08:36:57.014 Help display: false
    01/10/2014 08:36:57.014 Attempting to launch landing page workflow
    01/10/2014 08:36:57.014 Attempting to set setup mutex
    01/10/2014 08:36:57.014 Setup mutex has been set
    01/10/2014 08:36:57.014 Attempting to launch global rules workflow
    01/10/2014 08:36:57.014 Media source: c:\99ee9b96f4dc3ef6b675\
    01/10/2014 08:36:57.014 Install media path: c:\99ee9b96f4dc3ef6b675\x64\setup\
    01/10/2014 08:36:57.014 Media layout: Advanced
    01/10/2014 08:36:57.014 Attempting to get execution timestamp
    01/10/2014 08:36:57.014 Timestamp: 20140110_083652
    01/10/2014 08:36:57.014 Attempting to run workflow RUNRULES /RULES=GlobalRules
    01/10/2014 08:36:57.014 Attempting to launch process c:\99ee9b96f4dc3ef6b675\x64\setup100.exe
    01/10/2014 08:37:25.168 Process returned exit code: 0x00000000
    01/10/2014 08:37:25.168 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    01/10/2014 08:37:25.168 Attempting to launch component update workflow
    01/10/2014 08:37:25.168 Media source: c:\99ee9b96f4dc3ef6b675\
    01/10/2014 08:37:25.168 Install media path: c:\99ee9b96f4dc3ef6b675\x64\setup\
    01/10/2014 08:37:25.168 Media layout: Advanced
    01/10/2014 08:37:25.168 Attempting to get execution timestamp
    01/10/2014 08:37:25.168 Timestamp: 20140110_083652
    01/10/2014 08:37:25.168 Attempting to run workflow COMPONENTUPDATE
    01/10/2014 08:37:25.168 Attempting to launch process c:\99ee9b96f4dc3ef6b675\x64\setup100.exe
    01/10/2014 08:38:39.444 Process returned exit code: 0x00000000
    01/10/2014 08:38:39.460 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    01/10/2014 08:38:39.460 Attempting to launch user requested workflow locally
    01/10/2014 08:38:39.460 Attempting to find local setup.exe
    01/10/2014 08:38:39.460 Local bootstrap folder path: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\
    01/10/2014 08:38:39.475 Local setup100.exe full path: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x64\setup100.exe
    01/10/2014 08:38:39.475 Media source: c:\99ee9b96f4dc3ef6b675\
    01/10/2014 08:38:39.475 Install media path: c:\99ee9b96f4dc3ef6b675\x64\setup\
    01/10/2014 08:38:39.475 Media layout: Advanced
    01/10/2014 08:38:39.475 Attempting to get execution timestamp
    01/10/2014 08:38:39.475 Timestamp: 20140110_083652
    01/10/2014 08:38:39.475 Attempting to run user requested action from local setup100.exe
    01/10/2014 08:38:39.475 Attempting to launch process C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x64\setup100.exe
    01/10/2014 08:59:18.651 Process returned exit code: 0x84BB0001
    01/10/2014 08:59:18.651 Local setup100.exe returned exit code: 0x84BB0001
    01/10/2014 08:59:18.651 Attempting to determine security.config file path
    01/10/2014 08:59:18.651 Attempting to load .Net security policy file
    01/10/2014 08:59:18.667 Attempting to remove .Net security code group node
    01/10/2014 08:59:18.667 Removing entry ("MSVCM80", "Native")
    01/10/2014 08:59:18.667 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    01/10/2014 08:59:18.667 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    01/10/2014 08:59:18.667 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    01/10/2014 08:59:18.667 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    01/10/2014 08:59:18.667 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    01/10/2014 08:59:18.683 Removing entry ("LANDINGPAGE", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    01/10/2014 08:59:18.683 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    01/10/2014 08:59:18.698 Removing entry ("SHELLOBJECTS", "Native")
    01/10/2014 08:59:18.698 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    01/10/2014 08:59:18.714 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    01/10/2014 08:59:18.714 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    01/10/2014 08:59:18.714 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    01/10/2014 08:59:18.714 Saved .Net security policy file
    01/10/2014 08:59:18.714 Attempting to determine security.config file path
    01/10/2014 08:59:18.714 Attempting to load .Net security policy file
    01/10/2014 08:59:18.714 Attempting to remove .Net security code group node
    01/10/2014 08:59:18.714 Removing entry ("MSVCM80", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.MSCLUSTERLIB", "Native")
    01/10/2014 08:59:18.714 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    01/10/2014 08:59:18.729 Removing entry ("LANDINGPAGE", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    01/10/2014 08:59:18.729 Removing entry ("SHELLOBJECTS", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    01/10/2014 08:59:18.729 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    01/10/2014 08:59:18.729 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    01/10/2014 08:59:18.729 Removing entry ("FIXSQLREGISTRYKEY", "IA64")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    01/10/2014 08:59:18.729 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    01/10/2014 08:59:18.745 Saved .Net security policy file
    01/10/2014 08:59:18.745 Attempting to release setup mutex
    01/10/2014 08:59:18.745 Setup mutex has been released
    01/10/2014 08:59:18.745 Setup closed with exit code: 0x84C40013
    01/10/2014 08:59:18.745 ======================================================================
    Firoz Ahmad

  • Print folder of pdfs with specific settings

    I can create a desktop printer and drap 30 pdf files to it to print, but I want them to print half-size and 2-up.
    How can I set something like that up?
    thanks
    alan

    Another thing I tried was to save images into a pdf, but I don't know where the PDF is saved to...
    What is the order that I am supposed to do things in?
    What I have now is:
    1. Get specified Finder items (I have the items selected)
    2. Compress Images into PDF Document
    Now what? When I press play, it seems to work, but I don't know where the PDF is saved...

  • How to restore from a file ending with ".pcv"

    I saved a profile which appears as a pcv file (using mozbackup).
    How do I use this to restore details to Firefox on another computer?
    I am using v 3.6 on Windows 7

    You can install mozbackup on the other computer and use that to import the .pcv file.
    Alternatively, a pcv file is just a zip file, you can use any archive utility that can extract zip files and manually copy the contents into your current profile folder. For details of the location of your profile folder see the [[profiles]] article. The [[Recovering important data from an old profile]] article may also be of use, in your case the old profile is the pcv file.

  • Need help in setting file name with special characters in attachment

    Hi
    We have a requirement where we need to set the file name that contains special characters (like Russian) and send mauil using Java mail.
    If we set the file name as such, the attachment in the email contains garbled filename
    Can you pl let me know how to resolve this?
    We should use the file name as attachment name and this will have say special characters. The receiver who gets the mail should get with the correct attachment name
    One important point.. the attachments are opened from MS outlook.
    Thanks and regards
    Ram
    Edited by: 884910 on 13 Sep, 2011 5:00 AM

    Read the FAQ carefully. You don't need to call encodeText unless you're using a really
    old version of JavaMail.
    And, it depends on whether the mail reader you're using is handling encoded parameters
    according to the (new) MIME standard, or according to the (old) non-standard hack.
    Sadly, without knowing what mail reader the recipient is using, it's impossible to use
    encoded filenames that will work everywhere.

Maybe you are looking for