cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
davide77
Level 5

Redistribute Adobe Acrobat Reader

Hi,
I have to redistribute Adobe Acrobat Reader 7.0.8 at the end of the installation, how can I do it?
I have to check if it is installed or is present an earlier version and if it is not then I have to show a dialog to install it..how can I do it?
Thank u in advance,
Davide
Labels (1)
0 Kudos
(1) Reply
Spinky106
Level 5

hi

i have make it with adobe reader 8

You must create in behavior and logic --> system search
right clic and add

Select the search a registry entry, Write the root and key, and just store the value in a property on a Name ADOBEREADER for example.

Go to the property manager and take value 0 to the variable ADOBEREADER.

You can use the variable for hide or show dialog box in your install or other idea
ADOBEREADER = 0 Adobe is not installed on the computer
ADOBEREADER <> 0 Adobe is already installed on the computer

After that you create a custom action when launch a exe if ADOBEREADER=0 or other posibilities with the variable.

I hope the post help you
Spinky

PS just one probleme on vista, i have already a message error. But i seach more
0 Kudos