Determine if Snapshot Viewer is Installed (1 Viewer)

mtn

Registered User.
Local time
Today, 08:48
Joined
Jun 8, 2009
Messages
54
Perharps I can get a help on this. How can I determine if Snaphot Viewer is installed using VBA? I want my App to be able to check and prompt the user to download a copy of the add-i from Microsoft. Thanks.
 

mtn

Registered User.
Local time
Today, 08:48
Joined
Jun 8, 2009
Messages
54
I got it sorted. Snapshot Viewer is installed by default here:

C:\Program Files (x86)\Snapshot Viewer\

Depending on your system, yours might be C:\Program Files\Snapshot Viewer\

So all I didi was use Environ("ProgramFiles") to get my default directory and then check if snapview.exe exists at the "Snapshot Viewer" folder.
 

Users who are viewing this thread

Top Bottom