Problems with getting O365 Click to Run to install on systems

I have the click to run tool, my customized xml files, and the downloaded office files on a server share external to my CM server.
The tool version is 15.0.4595.1000, and the Office version I have downloaded is 15.0.4605.1003
I created the Application and set the application to call setup.exe /configure configuration.xml.
My current configuration.xml looks like this (I have tried multiple variations of this):
<Configuration>
 <Add Version="15.0.4605.1003"  OfficeClientEdition="32" >
  <Product ID="O365ProPlusRetail">
    <Language ID="en-us" />
  </Product>
 </Add>
 <Updates Enabled="FALSE" />
 <Display Level="Full" AcceptEULA="TRUE" />
 <Logging Name="Office365Setup.log" Path="%temp%" />
 <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
</Configuration>
My detection method is looking for the following: C:\Program Files\Microsoft Office 15\ClientX64\integratedoffice.exe (I got this detection method from here:
http://www.itsdelivers.com/newsroom/office-365-configuration-manager/. I think this is what is causing the deployment to fail, but not certain)
Once completed, I distributed the content to my DP for testing, and tried deploying it to myself on 2 separate machines; 1 has Office 2010, the other has no Office installed. In each case, I go to my User application portal, and click on the install button
to initiate the O365 Office 2013 download and install to the local client, but I receive the following error in the Software Center:
"There was a problem applying changes to the softwware... etc. The software change returned error code 0x426A(17002)."
I've been unable to find what this error code signifies.
The AppEnforce.log file reads the like this:
+++ Starting Install enforcement for App DT "Deploy Office 365 Pro Plus" ApplicationDeliveryType - ScopeId_D0583E36-6F74-44D4-8436-DB405C987883/DeploymentType_db222e09-5b15-4b3c-abe9-ec845a002a6b, Revision - 14, ContentPath - C:\WINDOWS\ccmcache\l,
Execution Context - User AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    A user is logged on to the system. AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    Performing detection of app deployment type Deploy Office 365 Pro Plus(ScopeId_D0583E36-6F74-44D4-8436-DB405C987883/DeploymentType_db222e09-5b15-4b3c-abe9-ec845a002a6b, revision 14) for user. AppEnforce 4/22/2014 8:10:46 AM 6828
(0x1AAC)
+++ Application not discovered. [AppDT Id: ScopeId_D0583E36-6F74-44D4-8436-DB405C987883/DeploymentType_db222e09-5b15-4b3c-abe9-ec845a002a6b, Revision: 14] AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    App enforcement environment:
 Context: User
 Command line: setup.exe /configure configuration.xml
 Allow user interaction: Yes
 UI mode: 1
 User token: not null
 Session Id: 1
 Content path: C:\WINDOWS\ccmcache\l
 Working directory:  AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    Prepared working directory: C:\WINDOWS\ccmcache\l AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    Prepared command line: "C:\WINDOWS\ccmcache\l\setup.exe" /configure configuration.xml AppEnforce 4/22/2014 8:10:46 AM 6828 (0x1AAC)
    Post install behavior is BasedOnExitCode AppEnforce 4/22/2014 8:10:47 AM 6828 (0x1AAC)
    Waiting for process 5464 to finish.  Timeout = 120 minutes. AppEnforce 4/22/2014 8:10:47 AM 6828 (0x1AAC)
    Process 5464 terminated with exitcode: 17002 AppEnforce 4/22/2014 8:10:48 AM 6828 (0x1AAC)
    Looking for exit code 17002 in exit codes table... AppEnforce 4/22/2014 8:10:48 AM 6828 (0x1AAC)
    Unmatched exit code (17002) is considered an execution failure. AppEnforce 4/22/2014 8:10:48 AM 6828 (0x1AAC)
++++++ App enforcement completed (1 seconds) for App DT "Deploy Office 365 Pro Plus" [ScopeId_D0583E36-6F74-44D4-8436-DB405C987883/DeploymentType_db222e09-5b15-4b3c-abe9-ec845a002a6b], Revision: 14, User SID: S-1-5-21-1645522239-854245398-839522115-34966]
++++++ AppEnforce 4/22/2014 8:10:48 AM 6828 (0x1AAC)
Any ideas on how to resolve this?

Well the configuration.xml file has the log path defined as %temp%. I cleared out all the old log files and the cached data, and tried running the application install again, and got the same results. The odd thing is that although in the configuration.xml
file I defined the name to be ="Office365Setup.log", there is no such file with that specified name. I did find a log file under C:\Windows\temp with several error lines that seem to point to a problem accessing the source files:
04/22/2014 09:23:02.863 OFFICECL (0x1538) 0x1518  Click-To-Run 00000 Medium CCS::GetStreamCabs: Caught OException, fallback not allowed for x-none. {"SessionID":"e19b23fb-8b9b-4321-a5f3-662840fa442f","GeoID":"244","Ver":"15.0.4605.1003","ErrorCode":"2","ErrorMessage":"FileNotFound
(Source not reachable.)","AppVErrorSource":"","ErrorType":"FileNotFound"} 
I'm logged into the target machine as myself, so I should have full access to the network share when calling it through CM12. 
If I run setup.exe /configure configration.xml from a command line, the install succeeds with no errors.
The setup.exe for O365ProPlus, is "special".
When you launch setup.exe in a user-contact (e.g. when you are logged in as yourself), setup.exe launches in the current-user context, but then it spawns a second installer, and that second installer executes in the LocalSystem context (e.g. the computer account
of the client machine), so, you must grant the computer account for the client machine read-access to the configured source. This is typically done by granting "Domain Computers" or "Authenticated Users" read-access to the source folder.
It works when you launch it yourself, because your account is being used, and you will have granted yourself access to the source folder.
This is documented in the O365ProPlus installation documentation.
When using ConfigMgr, you should create the package/application so that it is "download-and-run-local", this way, the source folder for the installation will be in the client cache on the local machine.
http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx#PrepareDeploy
! Important:
The computer account for the computer on which you install Click-to-Run for Office 365 products must have read permission to the network share that contains the Office Deployment Tool, the customized Configuration.xml file, and the Click-to-Run for Office
365 product and language files. If you cannot give read permission to the computer account, you can copy the files down to the computer from the network share, and then run Setup from the computer. After the installation is complete, you can delete those files
from the computer.
Logfiles: http://support.microsoft.com/kb/2826852/en
Share permissions: http://blogs.technet.com/b/odsupport/archive/2012/11/20/office-2013-installation-hangs-at-10-percent-when-installing-from-a-network-share.aspx
Don
(Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

Similar Messages

  • AirDrop. Has anyone had a problem with getting this program to run consistently?

    I have had numerous case openings with this product. I love it when it works, but for some reason, my mac and mac book pro can no longer see each other when the application is opened. Both are running the current 10.8.2 upgrade and both are between 2-3 years old and air drop is supported on both. No one has been able to figure this out! I've gotten to the point where I absolutely need this program because of its simplicity and speed in transferring big files like adobe illustrator files for example. Please help!!

    Review your hardware again from Apple's AirDrop criteria here.
    Supporting information on AirDrop usability and workflow. It uses Wi-Fi. Do you have Wi-Fi interference when it isn't working the way you expect?
    If you would like to enable AirDrop for wired and wireless, here is an article that shows how to do that from the command line in Terminal. This side-steps any issue where the machine has wireless deemed to old for AirDrop support.
    And here is a Bash script that I wrote to implement the above wired/wireless AirDrop solution. Copy and paste this into a text editor. Save it as airdrop.sh. Make it executable, and run it as: ./airdrop.sh ON
    #! /bin/bash
    # airdrop.sh - turn on or off the AirDrop feature in OS X.
    # airdrop.sh ON or airdrop.sh OFF
    case "$1" in
        ON)
        /usr/bin/defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1
        echo "AirDrop facility enabled"
        killall Finder
        OFF)
        /usr/bin/defaults write com.apple.NetworkBrowser BrowseAllInterfaces 0
        echo "AirDrop facility disabled"
        killall Finder
        echo "Usage: $0 {ON|OFF}"
        exit 1
    esac
    exit 0

  • Problem with getting resized image's bytes

    I've got a problem with getting correct bytes of a newly resized image. The flow is that I retrive an image from the filesystem. Due to the fact that it is large I resize it to a 50x50px thumbnail. I can display this thumbnail in #benchmark1 (see code below). Unfortunately something's wrong with my imageToBytes funtion which returns reasonably small size of image but is totally useless - I can't make an image of it anymore so at #benchmark2 the application either crashes or keeps freezing. I saved this byte array on my disk and tried to preview under Windows how does it look but I got a message "Preview unavailabe". I did some digging in the Internet and I supposed that it's because I don't use any jpg or png encoders to save the file. Actually I think that it's not the case, as the bytes returned from method imageToBytes look weird - I cannot even make a new image of them and display it without any saving in memory.
                                  byte[] bytes = FileHandler.readFile (
                                          FileHandler.PHOTOS_PATH, fileName);
                                  Image img2 = Image.createImage (bytes, 0, bytes.length);
                                  img2 = ImageHandler.getInstance ().resize (img2);
                                                    //#benchmark1
                                  bytes = ImageUtils.imageToBytes (img2);
                                  img2 = Image.createImage (bytes, 0, bytes.length);
                                                    //#benchmark2my imageToBytes function is as follows:
         public static byte[] imageToBytes (Image img)
              int[] imgRgbData = new int[img.getWidth () * img.getHeight ()];
              byte[] imageData = null;
              try
                   img.getRGB (imgRgbData, 0, img.getWidth (), 0, 0, img.getWidth (),
                           img.getHeight ());
              catch (Exception e)
              ByteArrayOutputStream baos = new ByteArrayOutputStream ();
              DataOutputStream dos = new DataOutputStream (baos);
              try
                   for (int i = 0; i < imgRgbData.length; i++)
                        dos.writeInt (imgRgbData);
                   imageData = baos.toByteArray ();
                   baos.close ();
                   dos.close ();
              catch (Exception e)
              return imageData;
    I've run totally out of any idea what's wrong, please help!
    Edited by: crawlie on Jul 17, 2010 6:21 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hey Crawlie,
    Please note that simply writing int values into ByteArrayOutputStream will not suffice. Please have a look at the following conversion from int pixel value into byte[4]:
    public static final byte[] intToByteArray(int value) {
            return new byte[] {
                    (byte)(value >>> 24),
                    (byte)(value >>> 16),
                    (byte)(value >>> 8),
                    (byte)value
    }Good Luck!
    Daniel

  • Problem with getting iPod to work.

    I'm having a problem with getting an iPod to connect to my computers. Also I can't even really get it to run. My brother gave it to me one or two years ago and it had these problems I just didn't think of the idea of going directly to Apple to figure it out. It's a 30 GB black iPod if that helps. When I plugged it in it showed the battery symbol. When I leave it for a while it shows the Apple symbol. Then it comes up with this: http://spirrwell.webatu.com/ipod.jpg If you can help thanks in advance!
    Message was edited by: Spirrwell

    I figured out that it was a hard drive problem so I'll find a fix if not I guess I'm screwed.

  • Problem with getting the little blackberry icon

    Hi the blackberry I'm using is working and up to date. I was setting up my mates blackberry 9320 but having a problem with getting the little blackberry icon to appear in the top right corner of my phone where the GMS is and signal bar and stuff its something to do with blackberry.
    I tried downloading bbm and it say associating bbm with blackberry id and constant loads with nothing happening bbm not working
    I NEED THE TINY BB ICON AT TOP RIGHT???

    Hi neal123
                            That BlackBerry icon will appear near signal bar when we activate  BIS on a 3G device. Did he activated BIS on his account. ? 
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Hi, I have a problem with getting my apple Id working for me. It's been 2 months since it happened and Apple failed to act. I can tell my story proerly, but am not sure, you guys can help, so I just copy my message to them today, I am trying to get it acr

    Hi, I have a problem with getting my apple Id working for me. It's been 2 months since it happened and Apple failed to act. I can tell my story proerly, but am not sure, you guys can help, so I just copy my message to them today, I am trying to get it across all the places around to pay their attention. This is a desperate move, so if you are not the right people to help me to get my message accross, may be you can advise where can I go.
    Thank you, and sorry for the language.
    Vitas Dijokas
    I am sorry to say that, but your security makes my life miserable – it’s been 2 months since my Apple ID account got stuck, and since then I cannot update 37 applications (to date), i.e. most of my applications. Half of them I bought. I also paid for iCloud, and it is not working. I paid money and I am stuck with old applications and no iCloud. Your security *****. Your service ***** too. It took your service 1 month to finally understand why this happened to me, and it took me tens of emails to you and 3 hours of telephone conversation to find out the reason for my problem. And the problem is still not fixed. NOT FIXED. You just leave your customer – the one who paid you money and spent so much time with you trying to help you help me – and nothing. You tell me:  “Vitas, Stick your stinky iphone in your *** and enjoy life, we do not care!” *************.
    It is ******* outrageous, and you should know that,  guys. Get into the ******* database and correct the bug. Get someone in the partners-telephone carriers company (it is Orange as carreer and Cellcom as seller of the phone)  authorized to Identify me in personal encounter in one of the branches in Israel (where I live) and make sure it is really me, and get the ******* system accept my password and let me use my phone.
    Otherwise **** off. None of my friends will get my advise to buy an iphone or any of apple products. And I think you should be very attentive to cases like this, guys. Do your work for the money we pay, or disappear. There are many others eager to take your place, and if the problem is not fixed I will eventually go to the others. My patience is lost, and as soon as I can afford another phone I will change it. AND I WILL TRY TO GIVE BAAAAAD PUBLICITY TO APPLE – I am threatening here, so ACT NOW.
    Vitas Dijokas

    Well, it seems waiting is not my strong suit..! I renamed a javascript file called recovery to sessionstore. This file was in the folder sessionstore-backups I had copied from mozilla 3 days ago, when my tabs were still in place. I replaced the sessionstore in mozilla's default folder with the renamed file and then started mozilla. And the tabs reappeared as they were 3 days ago!
    So there goes the tab problem. But again when I started mozilla the window saying "a script has stopped responding" appeared, this time the script being: chrome//browser/contenttabbrowser.xml2542
    If someone knows how to fix this and make firefox launch normally, please reply! Thank you

  • Just moved my email from entourage to Mail. Having real problems with getting my signatures to work properly. When adding in a small company logo, windows computers only receive signature as an attachment. Am sending email as Rich Text. Any ideas on a fix

    Just moved my email from Entourage to Mail. Having real problems with getting my signatures to work properly despite sending email as Rich Text.
    When adding in a small company logo to the signature, PC's / windows computers only receive signature and logo as attachments.
    I've tried all possible fixes I can find including getting a PC user to format the logo but no joy. Has anyone experienced this and any ideas on a fix gratefully received.

    Send it as html so the signature is an image source URL

  • Problems with getting my Ipod Touch to work on my Sony Bravia or any TV

    I am having problems with getting videos or movies to play on my Sony Bravia HDTV or any TV. I have a first generation Ipod Touch and I have the Apple AV Composite Cables and all I get is sound for both TV's that I tried. I read one post where some guy had a faulty Ipod that wouldn't work. Does anyone know how of something hidden or special that needs to be done or how did they fix the problem if they had the same one? Thank, ejcarlson

    Check connection, if you have a case on your Ipod the connection may not be good enough.

  • Problems with the secondary click after updating to 10.7.4

    Hi there,
    since my update to 10.7.4 on my MacBook Air I have a problem with the secondary click. I configured it to "click on right side", but some times and espacially after wake-up my MBA the secondary click is not working. So I have to switch to the System Preferences and remove the hook at secondary click and set it again. Than everything is working again.
    Has some one the same problem or even know how to solve this?
    Thanks

    I have had the issue with a Snow Leopard but never with Lion.
    Can you go to System Preferences>Displays>Color and select your profile.
    I had made 3 profiles and they are all still there and my iMac is still using the same one I previously selected

  • TS2755 I am having a problem with getting notified when I receive a call or a text.  My phone will not ring or vibrate.

    I am having a problem with getting notified when I receive a call or a text.

    Hi BigBroMAC,
    The first thing I would check is Do Not Disturb mode, as this will cause that behavior:
    iOS 6: Using Do Not Disturb
    http://support.apple.com/kb/HT5463
    If that isn't the issue, this article has slightly different symptoms but the troubleshooting would be the same:
    iPhone: Can't hear through the receiver or speakers
    http://support.apple.com/kb/TS1630
    Before you do step 10, however, I recommend resetting all settings to see if that helps.  To do that, choose Settings > General > Reset > Reset All Settings.
    I hope this helps!
    - Ari

  • I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my we

    I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my website online (with Firefox, Explorer, Chrome browser) I always get the message 'Forbidden, You don't have permission to access / on this server.' Can somebody help me please? I have to get my website online..Thank you!

    Hello Els,
    it's well known, that in all these cases you describe I'm not a friend of a detailed Troubleshooting (I see Nancy#s smile already).
    To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

  • Right, MacBook Pro 17" early 2011(Built March) and my new OCZ sata III 6G not working, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III.

    My MacBook Pro 17" early 2011(built March) and my new OCZ sata III 6G are not working together, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III and in my MacBook Pro it does not work. 
    Now MacBook Pro 17" early 2011 built May onward do not have this problem it was fixed in the Intel's 6 Series Chipset. (So there is a problem). Cam I have my MacBook Pro fixed please.

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Hello i have a problem with my MacBook Air they wiped out the operating system then installed windows 7 how do i re install the apple firmware

    Hello i have a problem with my MacBook Air they wiped out the operating system then installed windows 7 how do i re install the apple firmware please help

    That is incorrect. You can install Windows on a Mac, any Mac, without having OS X installed on it.
    To the OP you will need the original system reinstall USB thumb drive that came with your Mac Air if it is older than a Mid 2011 model or if it is newer than a Mid 2011 model you use the Online Internet recovery system.
    If you don't have that original reinstall USB thumb drive you can order one from Apple for a small charge. Call Apple and ask to speak to someone Specifically to order a Replacement USB system reinstall thumb drive for your model year. You will need the serial number of that Air. It is etched into the bottom of the case.
    Eric Ross wrote:
    You can't run Windows on your Macbook Air without having Mac OS X installed with Boot Camp.  So it should be an option to select the Mac OS X partition at startup when holding down the option key.  Take a look at this link, http://support.apple.com/kb/HT4818

  • Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1

    Problems with Mac OSX 10.5.2 and installing my pro tools le 7.1.1.
    My garage band & reason software don´t open anymore giving me a error messasge regarding the midi drivers in the operating system.
    Please help!!!
    Thanks,
    Paolo

    Somewhere at either Macworld or here I learned that DVDSP 2, DVDSP 3 and now DVDSP 4 "internally" are major re-writes.
    Support for HD among a few other items along with QT 7 which comes with Tiger means sincerely that one set of applications/OS is not going to be stable.
    Personally I think of all the issues possible its DVDSP vs QT.
    Unless you move to DVDSP v4 the alternative is to wipe the disk and go back to Jaguar (10.2) or perhaps Panther but avoid upgrading QT beyond 6. I advocate wiping the disk because I'n not sure an archive and install to down shift to an earlier version of the OS is possible. If it is I'd still worry about mis-matched files in all sorts of locations.

  • I have a problem with Adobe Creative Cluod. Basically after installing the application when I open it I do not charge adobe products but remains all white screen. I tried to uninstall it and install it several times but it does not work.  What should I do

    I have a problem with Adobe Creative Cluod. Basically after installing the application when I open it I do not charge adobe products but remains all white screen. I tried to uninstall it and install it several times but it does not work.
    What should I do?

    Hi Anto2211,
    Please follow the thread: Black screen CC where this issue is already discussed and resolved.
    Let me know for any further query.
    Thanks,
    Ratandeep Arora

Maybe you are looking for

  • 30gb ipod, disk cannot be read or written to.

    I have a 30 GB Ipod and everytime i try to sync my music a message comes up that says "the iPod " " cannot be synced. The disk could not be written to or read from." I've tried everything suggested in these forums and it still will not work. any sugg

  • Problems when transporting from DEV to PROD

    Hi experts, I have problem during transport from DEV to Production. We have a  DEV, QAS and PRODUCTION and we have transport from DEV to QAS very well. But when we transport from DEV to PROD, recibe an error  like: After beginning the import method R

  • Connecting itouch to windows 2000

    Can you connect the itouch to windows 2000?

  • 10.10.10 kernal panic

    My MBP 17" 2.166 Core Duo had never yet rebooted normally from the time it rebooted with the "update." I get an ACPI kernel panic as soon as the grey screen tries to appear. It panics in safe mode, verbose, and single user. I can reset pram but I can

  • Pre Plus EAS Out of Office

    Is there a way to set an Out of Office condition and message on an EAS Outlook account on the Pre Plus?  I had this feature on my old Treo and it was useful. Please advise if there is a way to set Out of Office through the Pre Plus.  If not, it would