Friday, May 23, 2014

Registry check for application using Wise Scripts

Placing Display Version value of a application in version variable

item: Get Registry Key Value
  Variable=HAR
  Key=SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{837b34e3-7c30-493c-8f6a-2b0f04e2912c}
  Value Name=Version
  Flags=00000100
end
item: If/While Statement
  Variable=HAR
  Value=8.0.59193
  Flags=00000111

End

Note: Copy the highlighted content to notepad and change to .wse format and use it

1 comment: