Pages

Search

The look of Office 2003 - Microsoft Office forums

The look of Office 2003 - Microsoft Office forums


The look of Office 2003

Posted: 01 Apr 2006 03:13 PM PST

It's the icon set it uses when it detects 16 bit or less color depth,
however I'm using 32bit color and at a resolution of 1280 x 1024

Office setup

Posted: 01 Apr 2006 03:04 PM PST

Try an Outlook newsgroup
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx



--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com

"Andrea" <microsoft.com> wrote in message
news:com... 


it keeps asking me 2 put my usename and password when testing

Posted: 01 Apr 2006 03:03 PM PST

Are we talking about Outlook or Outlook Express?

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Andrea" <microsoft.com> wrote in message news:com... 

Going from Free trial to purchased

Posted: 01 Apr 2006 12:55 PM PST

Thanks JoAnn for your help though. I appreciate your time! I believe I may
have figured it out. The error message (1406) provides results when searched
but it is pretty complex. It seems to be a known issue. I've followed the
steps up til 7-b. I don't know what the Instance Component Set.# is.

Here are the instructions I've found to correct the problem.
Important This article contains information about how to modify the
registry. Make sure to back up the registry before you modify it. Make sure
that you know how to restore the registry if a problem occurs. For more
information about how to back up, restore, and modify the registry, click the
following article number to view the article in the Microsoft Knowledge Base:
256986 (http://support.microsoft.com/kb/256986/) Description of the
Microsoft Windows registry
SYMPTOMS
You try to install Microsoft Office Outlook 2003 with Business Contact
Manager. During or at the end of the installation process, you may receive
the following error message or a similar error message:
Error 1406 Could not write value to key \SOFTWARE. Verify that you have
sufficient access to that key, or contact your support personnel.
CAUSE
This issue may occur if you do not have sufficient permissions to modify
sections of the registry. These permissions are required to install Business
Contact Manager. This issue occurs when the permission for the Everyone group
of the \SOFTWARE registry subkey is not set to Full Control.
RESOLUTION
Warning Serious problems might occur if you modify the registry incorrectly
by using Registry Editor or by using another method. These problems might
require that you reinstall your operating system. Microsoft cannot guarantee
that these problems can be solved. Modify the registry at your own risk.To
resolve this issue, follow these steps:1. Click Start, click Run, type
control userpasswords, and then click OK.
2. Create a new computer administrator account.
3. Click Start, click Run, type regedit, and then click OK.
4. In Registry Editor, right-click HKEY_CURRENT_USER\Software, and then
click Permissions.
5. Click Add, type Everyone, and then click OK.
6. Under Group or user names, click Everyone. Under Permissions, click to
select Full Control in the Allow column, and then click OK.
7. Follow these steps for the following subkeys: •
HKEY_LOCAL_MACHINE\Software
• HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr ent Version\Setup
a. Locate and then click the subkey.
b. Delete the InstanceComponentSet.# string value in the right panel. Note
that # is a number, and the value of this key is
{66563AD8-637B-407F-BCA7-0233A16891AB}.

8. Unregister and then reregister the Microsoft Windows Installer service.
To do this, follow these steps:a. Click Start, click Run, type msiexec
/regserver, and then click OK.
b. Click Start, click Run, type msiexec /unregister, and then click OK.

9. Insert the Business Contact Manager installation CD, and then follow the
prompts to install.



"JoAnn Paules [MVP]" wrote:
 

Office 2003 Local Installation Source

Posted: 31 Mar 2006 10:02 AM PST

used the setupstd.exe, In the MST generated no source paths where inputed
into CIW during MST creation. I didn't script to delete setup files so to
recap what your saying with all conditions you stipulated met. There will be
no source path no network or CD. So if the files in msocache get corrupted
the resolution is to reinstall this office package again....however the
likehood of corruption of msocache on local PC should be finite on a properly
managed network.


"neo [mvp outlook]" wrote:
 

Office installs over and over

Posted: 30 Mar 2006 05:03 PM PST

I have this same problem.. I did delete the profile and I have the same
problem. When I make the user an admin, the problem goes away.

"neo [mvp outlook]" wrote:
 

How to migrate my preferences from one application to another ?

Posted: 30 Mar 2006 06:15 AM PST

ofreeb wrote:
 
Why not save your entire profile? If the reason for installation IS NOT
corrupted profile, then an additional step to what was given here is
copying you entire profile to a different location, or simply use NT backup
to back it up.
--
TIA
Amnon Feiner
http://www.woodcontour.com
Solid Wood and Stone PC Peripherals

Setup.exe vs MSIEXEC with Office 2003?

Posted: 30 Mar 2006 03:13 AM PST

Hi Bob,
 
directly from an MSI directly to solve some problems that 
Using just the MSI isn't considered to be a 'supported 
note the box labeled "important" 
I'd guess there are folks using their own methods and 3rd 

OK, from what I can gather their only concern is "system verification", this
doesn't worry me as the same rules apply to any other MSI deployment. In
other words, it's my job to ensure the system is "verified". However, the
language used in that paragraph says "DO NOT", and that's a concern for the
reasons you stated (not fully supported etc).
 
Point as the source or to use a Local Installation Source 

Yes, well I'm not the only one that thinks LIS is a "barmy" (quoted from a
website) idea. It seems like a security risk to me, where they'll end up
with CAB files in their "hidden" local cache that contain vulnerable older
versions of things like EXCEL.EXE? I took one look at the MSOCache and
OSE.exe when Office 2003 was first released and decided to steer well clear.
 
be 'messier' than putting the parameters in a batch 
batch and ini are text based command lists.

At first I thought SETUP.INI was a good idea, but I have created a tiny
generic deployment tool that can install/manage/uninstall not just Microsoft
products but others too such as Adobe. The Setup.exe for Office is causing
me headaches because I can't use the same calls from the MSIEXEC service;
one example is that my tool can check to see if Office 2003 is already
installed (e.g. from a CD) and then act accordingly such as uninstalling the
mismatched product first and then installing the correct one - useful for
corporate mergers. The other thing is that I want all parameters to be set
in ONE place; I don't want some things set inside SETUP.INI and others in
TRANSFORMs and CMD lines; as I manage Office 2003, Frontpage 2003, Project
2003, that's 3 x SETUP.INI to worry about. With MSIEXEC I can merely set the
properties for all three products at run time. Of course it's still possible
to do the above with Setup.exe, but not in the elegant way I'd like.
 
depending on how / where they might be used 

Yes, if I'd known what the "Office Web Components" were a few months back
I'd never have selected that feature for install! ActiveX was always a bad
idea; if you're going to put something on the "web" it needs to work in
browsers other than IE and on platforms other than Windows. Even for
Windows-only, it's a bad idea as the ActiveX tends to go wrong when you've
got non-admin users and tight security settings and by nature you get a lot
of security flaws found in ActiveX which then allow system level access
because of parts of IE being part of the operating system. The steps users
are expected to take in KB828950 and the "licensing considerations" are
enough to put anyone off; life is too short for such nonsense.

Anyway, the links you posted have clarified the issue of Setup.exe vs
MSIEXEC, I think it's worth trying my new MSIEXEC system to see if it works,
and in theory it will also work with Office 2007.

--
Gerry Hickman


System Requiemenets for Office 2007

Posted: 30 Mar 2006 02:53 AM PST

My poor computer is just barely meeting those requirements - but it does
meet them. Whew!

--

JoAnn Paules
MVP Microsoft [Publisher]



"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
in message news:%23$rnFz$phx.gbl... 


install Office XP Pro with Publisher 2002 bundle on another comput

Posted: 29 Mar 2006 05:44 PM PST

Good - it's doable. :-)

Uninstall it from your old computer.
Install it on the new computer. Select telephone activation. Call MS and
explain the situation to them. Easy peasy.

--

JoAnn Paules
MVP Microsoft [Publisher]



"jacchops" <microsoft.com> wrote in message
news:com... 


Full 100% Uninstall Office XP

Posted: 29 Mar 2006 01:26 PM PST

Well I updated OL (2k to 03k) recently and did'nt have any of the problems
you mention, but then I was using the same accounts, and in the process I
created a new 03k pst.
Using the mail applet would get rid of all, including profile, but as I
understand it removing the data file merely removes it from the profile. ie
its not deleted.
I did finish up creating a new profile, had some OL probs, whether this was
because of upgrade I cannot say.



"Hughes" <microsoft.com> wrote in message
news:com... 
steps: 


Laptop Crashes When Using Word 2003

Posted: 28 Mar 2006 01:40 AM PST

Yep on all counts with regards to drivers.

With regards to the MSConfig.exe, did that over the phone with tech support.
Still no joy. I will definately try your dependancywalker website when I
get home tonite

Thanks for all you advise, will let you know how I get on

Dee

"DL" wrote:
 

"Send To - E-mail Recipient" Not Working

Posted: 28 Mar 2006 12:48 AM PST

First, have you tried uninstalling all of Office (make backups of your files
including the .pst file for Outlook) and run the Windows Installer Cleanup
Utility? Then try reinstalling only Office XP and see if it works.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Polyprod asked:

| "Polyprod" wrote:
|
|| I am running Office XP and recently installed outlook 2003.
|| I could no longer use [file] - [Send To] - [Email Recipient] to send
|| current documents as e-mail.
|| So I uninstalled outlook 2003 and re-installed Outlook XP hoping to
|| bring this facility back but it didn't work.
||
|| I just get the message
||
|| "Excel could not start the e-mail program.
|| "Check your network connection. Make sure Office is installed
|| correctly, your e-mail program is set up correctly, and you can
|| connect to your e-mail server."
||
|| Any ideas on how to get this feature working again?
||
|
|
| Thanks for responding Milly,
|
| I have just tried "Detect And Repair". It went through all the
| motions, asked for the disc, then completed.
| Unfortunately it still doesn't work.
|
| I have tried changing the default e-mail program to outlook express,
| restart computer, then tried sending a file using send-to from within
| Excel but it gave the same respanse :-
|
| "Excel could not start the e-mail program.
| "Check your network connection. Make sure Office is installed
| correctly, your e-mail program is set up correctly, and you can
| connect to your e-mail server."
|
| Changed the default prog back to "Microsoft Office Outlook" then
| restarted computer.
| No Luck, same response.
|
| Thanks a million for finding the time to respond.
|
| Any other thoughts?


user agreement in word 2003 won't come up

Posted: 27 Mar 2006 08:24 PM PST

Hi
Thanks for your help, but it didnt work I went through detect and repair it
did a few things and then said office was installed correctly yet it still
wont load the templates.

Thanks again for the help, do you havce any other ideas?

"ANONYMOUS" wrote:
 

No manual on how to install office 2003

Posted: 27 Mar 2006 02:38 PM PST

Surely the answer is 'if its too good to be true it aint true'
There are any number of 'internet suppliers' selling Office products at
'knock down prices'

"Milly Staples [MVP - Outlook]"
<org> wrote in message
news:phx.gbl... 
http://www.microsoft.com/office/editions/prodinfo/enterprises/compareprofstandard.mspx 


Activation following new graphics card

Posted: 27 Mar 2006 10:54 AM PST

See:

http://support.microsoft.com/kb/302878/en-us#5d
Frequently asked questions about Microsoft Product Activation

http://support.microsoft.com/kb/826526/en-us
"Your installation cannot be activated" error message when you
try to activate Office 2003

http://support.microsoft.com/kb/326851/en-us
Activation and registration of a Microsoft product


bilgey wrote:
 

Product Key Recovery

Posted: 27 Mar 2006 08:08 AM PST

You can use product like AIDA32 (free inventory tools) on one of your PS were
office is install and obtain your Product Key.

You could find it on :
http://www.blue-hardware.com/divers/download/telecharge98.php


"garfield-n-odie [MVP]" wrote:
 

winword.exe stays open

Posted: 27 Mar 2006 04:09 AM PST

According to office updates, I have the latest release. I repaired word, I
think I try Outllook.

Jan Pirrong

"Amnon Feiner" wrote:
 

Outlook Toolbar Issue

Posted: 26 Mar 2006 08:21 PM PST

Hi JCO,

Thank you for your response.

I am glad to know this solve the issue. If you have any other issue or
something unclear, please continue to use this web, we are glad to be of
any assistance.

Once again, thank you for choosing Microsoft!

Sincerely,
Warner Wang
Microsoft Online Support Engineer
================================================== ====
PLEASE NOTE: The partner managed newsgroups are provided to assist with
break/fix
issues and simple how to questions.

We also love to hear your product feedback!
Let us know what you think by posting
from the web interface: Partner Feedback
from your newsreader: microsoft.private.directaccess.partnerfeedback.
We look forward to hearing from you!
================================================== ====
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====

email address book

Posted: 26 Mar 2006 03:31 PM PST

Well, if you don't mind running a little code, you can change your contacts
to all display the way you want - see:
OL2002: How to Change the File As Field for All Contacts
http://support.microsoft.com/kb/291144/en-us


--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, tbsrrs asked:

| No PDA on this computer
| I did import contacts to outlook after clean install of XP Home from
| ME but all the names were listed last first for a few months and then
| something caused some of them to list first first. Checking the
| original contact list doesn't show any difference between the ones
| last first and the ones first first.
| Any suggestions???
|
| "Milly Staples [MVP - Outlook]" wrote:
|
|| Do you have a PDA or have you recently imported addresses to the
|| contacts folder?
||
|| --
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact. All
|| unsolicited mail sent to my personal account will be deleted without
|| reading.
||
|| After furious head scratching, tbsrrs asked:
||
||| when clicking to in a new email message some of the names are last
||| first and some are first first. It did not use to be this way
||| something made some of them change in the last few weeks. I am quite
||| experenced and have tried all I can think of to correct this. I am
||| running outlook 2002 and win XP home SP2. I hope someone else has
||| had this happen and been able to correct it.


Installing new copy of Office 2003

Posted: 26 Mar 2006 02:46 PM PST

does the versions match?
"tlernst" <microsoft.com> wrote in message
news:com... 

Word Label setup

Posted: 26 Mar 2006 02:43 PM PST

Did you try Format - Paragraph?

--

JoAnn Paules
MVP Microsoft [Publisher]



"chesjak" <microsoft.com> wrote in message
news:com... 


2000 & XP: Concurrent Installation

Posted: 26 Mar 2006 02:43 PM PST

Agree excessive hassle ... likely ditch 2003 (WORD & OL) for a later day.

I have clients that use only Word 2000 and use of XP or 2003 in editing
(inserting Comments, etc) does NOT result in completely compatible when
re-opened in 2000, even when the 2000 compatibility options are selected. We
have over the last couple years with various new users run time and time
againinto this lack of backward compatibility .... with many efforts to find
work-arounds that just never get there.

Thanks for the reply

"DL" wrote:
 

Office 2007 Launch Delayed

Posted: 26 Mar 2006 02:00 PM PST

Hi Bob,
 

Thanks for the link; it's one to watch.

--
Gerry Hickman (London UK)