shazia.parveen
24th May 2011 05:40 UTC
office 2003 service pack
Hi,
i am making setup using Nsis ,i want to check VSTO 2003 service pack versions , as we know that office 2003 has 3 service pack versions , my question is how can i check service pack version of office 2003 in Nsis can any one help me can any one one help me with the code waiting for the reply
shazia.parveen
24th May 2011 08:09 UTC
Thanks for replying but how can we write the Nsis script for checking service pack version of office 2003
MSG
24th May 2011 08:28 UTC
Use method 1 on that KB article. Add/Remove Programs gets all its info from registry, so you can too.
shazia.parveen
24th May 2011 09:22 UTC
can you please send me the code
Afrow UK
24th May 2011 09:59 UTC
You need to use the registry functions from the manual.
Stu
shazia.parveen
31st May 2011 07:41 UTC
how can we check outlook 2003 service pack through registry
MSG
31st May 2011 08:18 UTC
You have been given practically all the information you require. Here's one final bit you may need:
Add/Remove Programs information is stored in:
Software\Microsoft\Windows\CurrentVersion\Uninstall\Application Name
Office is an admin-only installation, so it should use the HKLM hive (not HKCU).