E
eagletender
I have several clients that I do templates and macros for in Office 2000/xp.
I am having a problem getting updates to them because of all the security
issues. I realize this is necessary, but I don't know what to do about it.
For the main startup template in Word, I use a routine that checks for an
update: vbe.vbprojects("xx template").vbcomponents.import, and it checks for
the existance of a file. However, my virus scanning software is eating my
templates up because it doesn't like this method; of course I can see why it
would be easy for anyone to do this with a virus macro.
How else can I provide automatic updates to my clients. Most of them I
email the file with the updates and they simply download it, or they can
download it from a webpage. That's a whole other story too, if I can't send
exe files, what can I do? Many of the clients don't know how to unzip
something themselves, so I either have to write a program that will install
the files (again I can't send the executable), or a file that unzips itself.
What's a person to do? I certainly don't want my clients to turn off their
virus software, I'm not even sure if some of them know how. It seems like
we can't do anything these days because some people have nothing better to
do than to cause problems!
Thanks.
I am having a problem getting updates to them because of all the security
issues. I realize this is necessary, but I don't know what to do about it.
For the main startup template in Word, I use a routine that checks for an
update: vbe.vbprojects("xx template").vbcomponents.import, and it checks for
the existance of a file. However, my virus scanning software is eating my
templates up because it doesn't like this method; of course I can see why it
would be easy for anyone to do this with a virus macro.
How else can I provide automatic updates to my clients. Most of them I
email the file with the updates and they simply download it, or they can
download it from a webpage. That's a whole other story too, if I can't send
exe files, what can I do? Many of the clients don't know how to unzip
something themselves, so I either have to write a program that will install
the files (again I can't send the executable), or a file that unzips itself.
What's a person to do? I certainly don't want my clients to turn off their
virus software, I'm not even sure if some of them know how. It seems like
we can't do anything these days because some people have nothing better to
do than to cause problems!
Thanks.