Adobe Acrobat serial no with VB scripts
Did anyone know how to retrieve adove acrobat serial no from Registry key
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\9.0\Registration (this is for people ha Adobe Acrobat 9), if someone has verion 6, or 7, or 8, will be in different key path
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\7.0\Registration
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\8.0\Registration
I need to collect those info using VBScript and write the report out
Thanks
Lillian
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\9.0\Registration (this is for people ha Adobe Acrobat 9), if someone has verion 6, or 7, or 8, will be in different key path
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\6.0\Registration
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\7.0\Registration
\HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\8.0\Registration
I need to collect those info using VBScript and write the report out
Thanks
Lillian
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
AngelD
13 years ago
Check out HOW TO: Use Launch Conditions in a Microsoft Windows Installer Package
Skip the launch condition part and produce the report based on if the property was found.
Skip the launch condition part and produce the report based on if the property was found.
Posted by:
anonymous_9363
13 years ago
I suspect Lillian needs an actual script to do the job. I'm guessing that they need to find out who has what version installed.
@Lillian, there are thousands of scripts available which can interrogate the registry. Start your search at computerperformance.co.uk.
In order to be useful, your script should also check for the presence of the relevant ProductCode for each version and, if possible, test the version information of the EXE against the version you're testing for. You'll probably find a few anamolies.
@Lillian, there are thousands of scripts available which can interrogate the registry. Start your search at computerperformance.co.uk.
In order to be useful, your script should also check for the presence of the relevant ProductCode for each version and, if possible, test the version information of the EXE against the version you're testing for. You'll probably find a few anamolies.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.