Hi
I'm trying to deploy VLC (exe file) as MSI deployment type with SCCM 2012.
The application is installed, but the detection rules (Registry) I've entered doesn't work and SCCM will try to install over and over again. (As a work around Im checking for vlc.exe in the installation folder, but would be nice to know what the issue with the registry rules below are.)
HKEY_LOCAL_MACHINE
SOFTWARE\Wow6432Node\VideoLAN\VLC\Version
OR
HKEY_LOCAL_MACHINE
SOFTWARE\VideoLAN\VLC\Version
Value: 2.1.3
Datatype: Version
(The option This reg setting must exist... is checked)
(have also tried to just use the secound one and no OR on a 32 bit pc, but still no luck.
Tony