Total beginner - check to see if installed, then install or not

Hi,

Total beginner here. I have used the Wizard for software deployment and have taken action on existing jobs. I am looking to start my own fixlet. I want to check a computer for a program (e.g. Microsoft Visual C++ 2010 x64 Redistributable 10.0.40219) on a computer in a windows 7 environment, if it is there, do nothing, if it is not there deploy EXE file (e.g. vcredist2010_x64.exe)

Thanks eh!

You generally would use fixlet relevance to check if the program was installed or not, and the actionscript’s only task would be to install the program. You don’t really want to target computers that already have the program installed.

Fixlet Relevance

  • is windows
  • not (program is installed)

Fixlet Actionscript

  • install program