View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default How to determine Office version


"VanS" wrote in message
...
Rob,
Thanks for your reply.
However, as mentioned, I need to determine the version during the
installation via my Wise installer. That is why I was wondering if there

were
a registry entry that reveals that. Else there is a method in the

Installer I
can use to determine the file version of an Office exe.
Thanks, God bless
Van

"RWN" wrote:

"Application.Version"


I'm pretty sure you can create a reference to Excel and call
Application.Version from within your installer. That's what we did in my
last job althofúgh we used InstallShield.

/Fredrik