I like to install one of two programs on my client machine dependent on the office version. For that I use the Inno setup Program.How can I get that . The number for office 2007 =12 and for Office2010 is 14
Based on that the setup program can install the right program.
#if Office version <=12 then
install program1
#else install program2
#end
Page 1 of 1
find Office version for setup program
#2
Posted 06 August 2012 - 09:31 AM
There is a version number in the registry, in this location:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\
Share this topic:
Page 1 of 1



Help
Back to top









