Installing Office 2010 64-bit Trial

Hello,
I need to install a trial version of Office Profession Plus 2010 64-bit onto a server.  I mistakenly installed the 32-bit version of the trial, and now after uninstalling it (on the same day), the 64-bit version of the trial will not install.
 I am getting an error saying "Error 25004: The product key you entered cannot be used on this machine".
If the 64-bit trial does install, and it integrates well with other 64-bit software in my environment, my company will purchase licenses.  Before purchasing those licenses though, I need to see it working in my development environment.  How
can I get the 64-bit version of the trial installed?
Regards,
Brian

Hi Brian,
If you are attempting to install Office 2010 Trial on a machine which has Microsoft Office 2010 Trial installed once, you will have this error.
This functionality is by design, only one Trial installation is permitted. You might want to try with another machine.
More reference: https://support.microsoft.com/kb/2559816
Regards,
Ethan Hua
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • Error 1719 Installing Office 2010

    I'm trying to install Office 2010 (32 bit) on a Windows 7 (64 bit) laptop.
    It gets about half way through and gives the following error:
    "Error 1719: The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed."
    I've checked the Windows Installer and it is set to Automatic.  I've also tried unregistering and re-registering it as well.  Haven't found any answers on the web so far.
    Any ideas?

    Hi Dave,
    Based on the current situation, we need to repair the Windows system.
    Method 1: System file checker
    ============
    1. 
    Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. 
    2. 
    Type the following command, and then press ENTER:
     sfc 
    /scannow
    The sfc 
    /scannow command scans all system files and will recover the corrupted ones. 
    3. If the command is successful, please restart the computer and check the results again.
    Note: You can also run the sfc command in safe mode to repair the corrupted files.
    If the problem persists, try Method 2.
    Method 2: In-place Upgrade
    ==============
    We need to focus on system files and repair them with Windows 7
     DVD first. If the Vista DVD is available, please perform the following steps:
    Turn off Windows features
    1. Click the Start Button, click Control Panel.
    2. Click Classic View on the left pane, and double click Program and Features.
    3. Click "Turn Windows features on or off" on the left pane.
    4. In the Windows Features dialog box, uncheck all of the check boxes, and then click OK. 
    If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
    Now, let's perform the following steps to repair the corrupted files:
    NOTE: In-Place upgrade will not remove any installed programs or files on the computer. It just repairs the system. However, it will remove all of the
    installed updates, we need to run Windows Update to reinstall them after repairing. In addition, I suggest we back up useful files to avoid data lose.
    In-Place upgrade (Repair install)
    1. Start the computer by using the current Operating System.
    2. Insert the Windows 7 DVD in the computer's DVD drive.
    3. Use one of the following procedures, as appropriate:
    If Windows automatically detects the DVD, the Install now screen appears. Click Install now.
    If Windows does not automatically detect the DVD, follow these steps:
    a. Click the Start Button, type Drive:\setup.exe in the start search box and then click OK.
    Note: Drive is the drive letter of the computer's DVD drive.
    b. Click Install now.
    4. When you reach the "Which type of installation do you want?" screen, click Upgrade to upgrade the current operating system to Windows 7. Please make
    sure the edition of Windows 7 is selected correctly.
    Best Regards,
    Sally Tang

  • Firefox 4 is not playing well with Microsoft Office 2010 32-bit on my Windows 7 64-bit laptop.

    Since I loaded Office 2010 Firefox 4 has been acting up. Sometimes you can click on a FF4 window and it will not activate. Other times, when you are trying to select an item from a listbox, you can not select it. The listbox closes without anything being selected. FF4 worked fine until I installed Office 2010 32-bit. (from the HUP program so the price was right.) IE9 seems to work fine.

    Hi ITBobby85,
    If the excel version in the Connection Manager is Microsoft Excel 2010 (.xlsx), we should use Microsoft.ACE.OLEDB provider.
    We can't install 32bit and 64bit parts of office on the same machine. We will get an error as you said when we run the installer to install the 64bit version of the Microsoft Access Database Engine 2010 Redistributable in the machine where a 32bit version
    of Microsoft Office installed. To fix this issue, please download and install the 32bit version of the Microsoft Access Database Engine 2010 Redistributable with the link below:
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to uninstall Office 2010 32 bit and install Office 2013 64 bit

    Hi Everyone,
    I am rather new to SCCM.  I have setup a SCCM 2012 SP1 system.  I am now trying to setup an Application where it will install Office 2013 64 bit.  Everything seemed to go smoothly until I tried testing it.  I received an error that I
    cannot install the 64 bit version of Office 2013 because Office 2010 32 bit is already installed.
    I tried to modify the MSP where it will uninstall Office 2010 before installing Office 2013 but apparently as soon as it starts it checks for the 32 bit installation and exits when it finds it.
    Could someone give me a detailed solution (since I am new to SCCM)?
    Ken

    While referring to older versions of office I think this link may apply: http://social.technet.microsoft.com/Forums/en-US/f255e17d-4e1f-4231-8a88-d63f41c83c52/how-to-automatcally-uninstall-office-2007-32-bit-for-installation-of-office-2010-64-bit?forum=officesetupdeployprevious
    Also you might create an office 2010 package, with an uninstall program that removes it.
    Then in your office 2013 package make the uninstall for 2010 to be run first. 

  • Excel (Office 2010 64 bit) will not connect to Oracle DB not matter what I try

    Hello Everyone,
    I started a new role that requires me to interact with an Oracle DB using Excel.  Currently I have both the 32 bit and 64 bit Oracle clients installed on my Windows 7 PC. 
    Firstly I can TNSPing the database I need to connect to, I can also connect using SQLPlus to the desired database, I can even connect using TOAD.
    No matter what I try I cannot connect using Excel VBA (Office 2010 64 bit).
    The process below used to work for me in a different location, now the objDatabase always is returned "Empty"
    Set objSession = CreateObject("OracleInProcServer.XOraSession")
    Set objDataBase = objSession.OpenDatabase("database server", "user name/passsword", 0&)
    I am not even able to set up a simple ODBC connection working.  I get a error "ORA-12557: TNS:protocol adapter not loadable."
    When using a ADODB connection I get this error. Run time error '-2147467259 (80004005)':
    [Microsoft][ODBC Driver Manager] Data source name not found and default driver specified.
    I have place the TNSNames file in both Oracle Home's
    I have even reinstalled Office 2010.

    Hi,
    The 12577 error (12557: TNS:protocol adapter not loadable) is related to Windows Environment or Oracle Home PATH because sqlplus command works smoothly when I execute it inside ORACLE_HOME\bin.
    There are two solutions to this issue:
    1. Put the Oracle DB Home in front of the other paths in the PATH environment variable.
    2. Remove ORACLE_HOME From environment Variable and re-boot PC
    http://www.dba-oracle.com/t_ora_12577.htm
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If you have further question about the ADODB, I recommend you post the question to MSDN forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    Regards,
    George Zhao
    TechNet Community Support

  • Help with OBDC connection in Windows 7 64bit with Office 2010 32 bit.

    Hi,
    Many moons ago I wrote an application in Java that configured XP machines after they were sysprep’d and deployed. I am currently migrating all our workstations to Windows 7, and was checking my application still worked and queries the correct registry keys etc.
    As it turns out however I don't even get going as I believe the application is unable to connect to the ODBC Microsoft Access Driver in Windows 7 64bit with Office 2010 32 bit. Below is the code I have always used and no longer works. I am hopeful that someone can tell me how to modify the command to work on Windows 7 64bit. If I browse to C:\Windows\SysWow64\OBDCad32.exe all the drivers I need are there I think, but if I open OBDC from Administrative Tools the Drivers tab is empty but for SQL. Anyway I will shut up and below is the code I used to use:
         public IOMakeConnection()
         dm = new DisplayMessage();
         ioed = new IOEncryptDecrypt();
         url = "jdbc:odbc:DRIVER=Microsoft Access Driver (*.mdb);DBQ=" + getPath() + "Config.mdb;Uid=admin;Pwd=password";
              try
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              connection = DriverManager.getConnection( url );
              catch( Exception e )
              system.out.println( "" + e );
              errorObtainingPath();
    The exception is always thrown as my little app that requests the database path always loads.
    Thanks in advance,
    Cheers Kris

    Hello again,
    Sorry for the delayed response, I have been out of the office for a few days.
    I have solved the issue, and as stated above the issue was the way I was launching the application. Below is a summary of the issue and the resolution.
    My problem was that in Windows 64bit if you click on ODBC in Administrative Tools the Drivers Tab only includes an SQL Driver, and my code reference a Microsoft Access Driver to query the database. That said however if you browse to C:\Windows\SysWow64 and open obdcab32.exe it opens the 32bit version of ODBC, and the Microsoft Access Driver (*.mdb) is listed.
    Basically what I need to do therefore is get my code to access the “32bit” version of ODBC in a Windows 7 64bit environment, so my application was able to read the necessary information from the Access Database associated with it.
    I understand that this is not a coding issue directly, but assuming people still use Java to open an Access Database on a Windows 7 64bit OS, this may be of help.
    So previously I ran the following command, from the “Target” box in a shortcut to execute the java code:
    cmd.exe /C SET CLASSPATH=C:\SCAConfigurationUtility && CD\SCAConfigurationUtility && JAVAW SCAConfigurationUtility
    Windows 7 64bit, defaults to the 64bit version of Java, and just seems to plain fail if you only have the 32bit version installed. To overcome this I forced the java executable that I was using to be the 32bit version, and used the system switches available in Java 7 (-cp does not appear to be available in Java 6)
    So my Shortcut now has this in the “Target” box:
    java.exe -d32 -cp C:\SCAConfigurationUtility SCAConfigurationUtility
    And this in the “Start in” box:
    "C:\Program Files (x86)\Java\jre7\bin"
    Or by using the target below the same shortcut works in XP
    "C:\Program Files\Java\jre7\bin"
    Thanks for all the help,
    Regards Kris.

  • Windows 7 - ODBC for Office 2010 64 bit - MS ODBC Driver for Oracle

    I am trying to link a table from an oracle rac 10.2.0.4 64 bit install.
    I have windows 7 with the oracle 64 bit client.
    in odbc i can create a datasource using the oracle driver
    and when i try to link a table i get an error :
    Reserved error (-7732); there is no message for this error.
    I would like to use the Microsoft ODBC for Oracle Driver but it doesnt exist on my computer.
    the old one on windows xp used file MSORCL32.DLL is there a MSORCL64.DLL now?
    Anyone have any help?
    Jeff

    Jam The Man's solution worked for me.
    >
    Here's the solution.
    My operating system is Windows 7 64-bit, using Office 2010 64-bit. Trying to connect to an ODBC data source through Excel. The data source is an Oracle9i 32-bit database on a Windows Server 2003 32-bit server. However, the database version or server operating system is arbitrary; it could be an 8i, 9i, 10g, or even an 11g 32-bit or 64-bit database on a UNIX or Windows server. If you're using Windows 7 64-bit and you want to connect to an ODBC data source through Excel to an Oracle database, you must use Office 2010 64-bit. You cannot use Office 2003 or 2007, for example.
    Follow these steps on your Windows 7 64-bit PC to connect to your ODBC data source.
    1. Through Oracle's web site, go to Instant Client Downloads for Microsoft Windows (x64). Currently, the address to that page is:
    http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winx64soft.html
    2. Download the two following files, found under the version 11.1.0.7.0 heading:
    Instant Client Package - Basic (instantclient-basic-win-x86-64-11.1.0.7.0.zip)
    Instant Client Package - ODBC (instantclient-odbc-win-x86-64-11.1.0.7.0.zip)
    3. Extract both zip files to the same directory (such as c:\oracle\instantclient_11_1).
    4. Launch the Command Prompt (DOS command window) by running it as administrator. Go to Start > All Programs > Accessories, then right click Command Prompt and select Run as Administrator.
    5. From within the Command Prompt, navigate to c:\oracle\instantclient_11_1, and run odbc_install.exe. You should receive a message saying Oracle ODBC Driver is installed successfully. The name of the new ODBC driver that was just installed is Oracle in instantclient11_1 -- use this driver when creating your ODBC connection.
    6. Create a new system environment variable. Set the value of the variable name as TNS_ADMIN, and the value of the variable path as the directory that contains the tnsnames.ora and sqlnet.ora files. On my PC, I have another Oracle client already installed which has its own tnsnames.ora and sqlnet.ora files. Therefore, I set the value of variable path as c:\orant\net80\admin (the directory that contains my tnsnames.ora and sqlnet.ora files). If you don't have another Oracle client installed on your PC, create a new directory such as c:\oracle\instantclient_11_1\network\admin, and place the tnsnames.ora and sqlnet.ora files in that directory. Then, set c:\oracle\instantclient_11_1\network\admin as the value for the variable path.
    7. To create the ODBC connection, go Start > Control Panel > Administrative Tools > Data Sources (ODBC). Alternatively, you can create the connection right from within Excel.
    Thanks man it worked for me.
    My host environment is windows 7 x64 ultimate and I have my oracle 10g in centos installed in VMware.
    Previously I had vista home premium x64 there instantclient 10.2 basic and odbc worked but in windows 7 it wasn't working.
    Thanks again.

  • Windows 7 ffox 1.6.16 installed office 2010 intimated cannot open link outlook firefox default browser, firefox will not initiate at all. Have to restart to get any response from firefox which then works but it crashes again. No error message

    Windows 7, firefox 1.6.16 just installed office 2010, sometimes cannot open a link in outlook and firefox is my default browser, and firefox will not initiate at all. Have to restart computer to get any response which then works but after a while it crashes again. Was this due to an update or office 2010 has a hidden setting somewhere? Why would firefox crash without any message? Intimated consuming

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • Installing office 2010 - should I set up share point for users

    I have just upgraded from office 2003 to office 2010.  We are limited to 2010 because of some legacy programs.
     Anyway this is my first install of office 2010 that eventually I need to install on 40 or 50 computers.  After it is installed there appears a menu item to set up sharepoint. It says "Welcome to Sharepoint Workspace" "Create a new
    account" when I click Next it asks me to "Create an account using your email address" and so on.
    We do not have a sharepoint server, I also know almost nothing about sharepoint. We use Exchange 2003.
    Here are my questions,
    Can I create a sharepoint account without having sharepoint server?
    Is there any advantage if I can install it?
    If having SHAREPOINT without a Sharepoint Server is useless then should I in future installs remove some portion of the install when I install office 2010?
    I know this is a bit of a generic question but I really don't know what sure point does this by watching videos, it seems like it does a lot of the things that's other programs already do like address books ensuring of calendars.  That's really what exchange
    does.
    Thanks.

    Alex has hit all the right notes in his response and the one that I'd agree with would be the planning.  It's not uncommon to hear stories of firms putting SharePoint in, before they get around to thinking what to do with it.  It is a collaborative
    product that can provide answers to defined problems.
    On the SharePoint workspace issue, my personal thought would be give it a miss.  It doesn't have a 2013 version and it'll be pointless giving this to your user base, only to have to remove it depending on what your settled SP plans might be.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • When I installed Office 2010, it migrated my Outlook 2003

    When I installed Office 2010, it migrated my Outlook 2003 setup successfully and the Backup add-in appears on the Add-Ins tab.  It is also shows up as being active in the Manage Add-Ins page.  The add-in is set up to run every day, but when I
    close Outlook 2010, it does not run.  If I trigger the add-in from within Outlook, the normal dialogue box comes up, and lets me select "Save Backup".  But it still does not run.
    I have tried disabling the add-in, removing it, and then re-installing it.  But it makes no difference.  Does it depend on any other add-in?  Has anyone else managed to get it to work?

    Please visit http://www.outlookbackup.recoverytoolbox.com/  for
    the solution for Personal Folder Backup problem for Outlook 2010 (32-bit) - Outlook Backup Toolbox. I found a very simple solution to it and it is working perfectly  well in my computer
    without any bugs. Good luck to all.
    I have the add-in installed on a number of laptops for staff with a reminder every 7 days and rely on it to backup their pst files. I found this info, but it didnt work for the couple I have tested so far.

  • BIP Deskotop 11.1.1.6 (32-bit) with Office 2010 (32-bit) on Win 7 64-bit

    BIP Deskotop 11.1.1.6 (32-bit)
    Office 2010 (32-bit)
    Win 7 (64-bit)
    The current certification matrix seems to say this is supported, however I am having the following problem:
    1. I have an existing RTF template, with data template that works. I have run it to be sure, and can view output and verify.
    2. If Iopen that RTF template in BIP Desktop, then remove a field, and then using the field browser ( or insert > field ) add that same field back, or a new one the report will not generate output.
    Upload the RTF, and the process will finish with status warning, and it fails during post processing. I look at the Output Post Processor error. edit the RTF template with a text editor and see that instead of putting in a <?YOUR_FIELDNAME?> BIP Desktop has instead inserting something similar to the following: <?ref:xdo0001?>. The only solution I currently have is to manually change these tags, however for large BIP reports this is cumbersome, and unacceptable for a long term solution.
    Is there a workaround? or reported bug? I couldn't find anything on MOS for this.
    Here's the OPP log, you can see the error points to the "REF" element that was added by BIP:Desktop.
    [5/29/12 1:26:38 PM] [8629358:RT6176186] Executing post-processing actions for request 6176186.
    [5/29/12 1:26:38 PM] [8629358:RT6176186] Starting XML Publisher post-processing action.
    [5/29/12 1:26:38 PM] [8629358:RT6176186]
    Template code: XX123XML
    Template app: MUTL
    Language: en
    Territory: US
    Output type: RTF
    [5/29/12 1:26:39 PM] [8629358:RT6176186] Output file was found but is zero sized - Deleted
    [5/29/12 1:26:39 PM] [UNEXPECTED] [8629358:RT6176186] java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared.
         at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
         at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
         ... 17 more

    Solution was to follow: Report Generation Fails Due to oracle.xdo.parser.v2.XPathException: Namespace prefix 'ref' used but not declared [ID 1337111.1]

  • How do I install office 2010 to my windows 7 running parallels where I have no disc drive on my macbook air

    I have a mba without a disc drive. I installed parallels 7 and windows 7. Now I want to install office 2010 and other windows apps that I have on disc. I tried using remote disc to install from the disc drive on another windows 7 computer. no luck. Can someone refer me to information about how to do these installs?

    Thank you for your responses. I couldn't figure out how to download it fro the internet without buying it. But I got a thumb drive to work very easily. You just have to have windows running and it asked if I wanted to run the usb drive through windows or the mac.

  • "The language of this installation package is not supported by your system" Error Message when installing Office 2010

    Hello, I am having a very hard time attempting to install Office 2010 Pro Plus on a system.  The error message that I receive is as follows:
    The language of this installation package is not supported by your system.
    I have tried running the Microsoft FixIt tool to remove any traces of Office 2007 and Office 2010.  Also, I have followed the instructions in
    KB928218 to manually uninstall any traces of Office 2007.
    I believe the user had both Office 2007 and Office 2010 installed previously.  There is no article to remove all traces of Office 2010.
    Here is some additional output from the Setup log:
    Parsing setup.xml file: F:\Access.en-us\setup.xml
    Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
    Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
    Error: Installation of this product requires operating system supplemental language support. Type: 54::NoSupportedCulture.
    Showing parent-less message Title: 'Setup Error', Message: 'The language of this installation package is not supported by your system.
    I have tried both running setup from a disc and a network share.  I am completely stumped and have been trying to get this to load for hours now.  Thanks in advance for any advice!

    Hi,
    Thank you for contacting Excel IT Pro Discussions Services. 
    From your description, I understand that you encountered the following error when trying to install Office 2010:
    "The language of this installation package is not supported by your system"
    If there is any misunderstanding, please feel free to let me know.
    Please check if this blog helps:
    http://blogs.technet.com/b/jks/archive/2009/04/23/how-to-fix-the-error-the-language-of-this-installation-package-is-not-supported-by-your-system-during-office-products-installation.aspx
    If anything is unclear or if there is anything I can do for you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • Running Microsoft Script Editor after installing Office 2010

    As per this link:
    http://office.microsoft.com/en-us/excel-help/use-office-excel-2010-with-earlier-versions-of-excel-HA010342994.aspx
    Microsoft Script Editor is installed along with Office 2010, even though it cannot be accessed from the UI. However, I cannot find it. I've looked in the installation folder, and in Program Files\Common Files for MSE7.EXE, and could not find it.
    Previously, when I encountered a Javascript error, I would get a window prompting me to choose a debugger. Now I get a window saying no debuggers are found.
    I would use IE8's built-in developer tools, but that doesn't help when debugging an HTA or under WSH.
    I am using Office 2010 Professional Plus on Windows XP SP3.

    Microsoft Script Editor (MSE) seems has been removed from Office 2007 and Office 2010.
    That means MSE will not install when you have installed office 2010.
    Microsoft Script Editor (MSE) has been removed from Office 2010 from what I can tell; however, it is still installed in Office 2007. There isn't a default botton configurationm to bring it up like in Office 2003. If you want to access it make sure it is installed
    with the installation of Office 2007 and make a shortcut going to "%programfiles%\Common Files\Microsoft Shared\OFFICE12\MSE7.EXE". If anyone finds where it is in office 2010 please let me know or has a definitive "no it is not a feature."
    Thanks.

  • Office 2010 64-bit BPC

    Hello Experts,
    I am trying to get an offical notification regarding BPC and Office 2010 64-bit.  I read somewhere in the forums that there are no plans for this version.  Can someone please verify this for me?
    Thanks
    David

    For 7.0 and 7.5 it will not be supported. It will be supported for BPC 10.
    Regards
    Sorin Radulescu

Maybe you are looking for

  • Overflow text on PDF form

    I created art in inDesign and created forms in Acrobat 9. The issue is that when people fill in the form box with too much info the additional info does not display and cannot be printed. I have been given a sample form created in LiveCycle Designer

  • How to listen to FM online on Safari?

    Hi, please help me to listen to my favourite FM radio online. I'm from Malaysia and i love the local FM stations. When i try to listen, it says " Safari cannot find the internet plug-in. The page _ has content of MIME type "application/x-oleobject".

  • Different between upload an image and a XML file??

    To uploading an image file then to database, i use the following function: " .getLoader().setOrdHttpUploadFile " but if I want to upload an XML file, is it work?? If not, how can I do??

  • How can I transfer/import iPhotos from iMac to MacBook Pro?

    How can I transfer some  photos from iPhoto on iMac Desktop to iPhoto on MacBook Pro?

  • Quicktime DTS AC3 5.1 Output?, need help please

    i want to output a surrounding audio to my home theater system through spdif optical cable,but i dont know how to set up the output from quicktime or whatever to get hi quality audio. any tip please? everything connected and tested well i got a vedio