J
Joanne
It's generally known that Outlook 2000 clients prior to Office SP2
have a bug related to the growth of the outcmd.dat file in relation to
toolbar customizations. As many know, if the outcmd.dat file grows too
large in size, the opening of Outlook forms (such as email and contact
items) eventually becomes unbearably slow. To fix this, the outcmd.dat
file would have to be renamed or deleted, and the user would have to
install at least Office SP2, or upgrade to Outlook 2002.
I have a VB com-addin that makes heavy use of toolbar customizations:
1. I create/destroy a custom toolbar whenever an Explorer window is
opened/closed
2. I create/destroy a custom toolbar whenever an Inspector window is
opened/closed
3. I dynamically change the captions and visibility of certain menu
items in my toolbar while a user navigates through Outlook
(note: My toolbar & its controls are all created with the temporary
flag, and are all destroyed once Outlook is closed.)
It's fine and dandy that MS put out a service pack to fix this, but it
makes it rather difficult to deploy my addin to end users, partly
because not all users have Office 2K Sp2 installed, and even if they
take the time to install it, it's not fool-proof because MS asks for
SP1 (if they don't already have it), and it sometimes asks for the
original Office install disks (which the user probably doesn't have
because their installation was done through the corporate network, or
whatever). This makes it a hassle for many users to install our addin
solution, and we're trying to make it as painless as possible.
Has anyone writing such an addin found a way to get around this O2K
bug without forcing an end user install Office SP2 prior to using your
solution?
I'd appreciate any thoughts.
have a bug related to the growth of the outcmd.dat file in relation to
toolbar customizations. As many know, if the outcmd.dat file grows too
large in size, the opening of Outlook forms (such as email and contact
items) eventually becomes unbearably slow. To fix this, the outcmd.dat
file would have to be renamed or deleted, and the user would have to
install at least Office SP2, or upgrade to Outlook 2002.
I have a VB com-addin that makes heavy use of toolbar customizations:
1. I create/destroy a custom toolbar whenever an Explorer window is
opened/closed
2. I create/destroy a custom toolbar whenever an Inspector window is
opened/closed
3. I dynamically change the captions and visibility of certain menu
items in my toolbar while a user navigates through Outlook
(note: My toolbar & its controls are all created with the temporary
flag, and are all destroyed once Outlook is closed.)
It's fine and dandy that MS put out a service pack to fix this, but it
makes it rather difficult to deploy my addin to end users, partly
because not all users have Office 2K Sp2 installed, and even if they
take the time to install it, it's not fool-proof because MS asks for
SP1 (if they don't already have it), and it sometimes asks for the
original Office install disks (which the user probably doesn't have
because their installation was done through the corporate network, or
whatever). This makes it a hassle for many users to install our addin
solution, and we're trying to make it as painless as possible.
Has anyone writing such an addin found a way to get around this O2K
bug without forcing an end user install Office SP2 prior to using your
solution?
I'd appreciate any thoughts.