Silverlight 4 - installs / uninstalls

(imported topic written by KimberlyNNH91)

Hi,

I have deployed Silverlight 4 several times to 20+ machines and each time it installs and then uninstalls. Has anyone else seen this behavior? And if so, any way around it?

thank you

(imported comment written by BenKus)

Are you installing i using a custom Fixlet?

Ben

(imported comment written by KimberlyNNH91)

A very basic custom task:

Relevance 1

(true and exists true whose (if true then (not exists folder “C:\Program Files\Microsoft Silverlight\4.0.50917.0”) else false) and exists true whose (if true then ((if (name of operating system as lowercase starts with “win”) then (if (name of operating system = “Win95” OR name of operating system = “Win98” or name of operating system = “WinME”) then “Workstation” else (if (value “ProductType” of key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions” of registry = “WinNT”) then “Workstation” else “Server”)) else "Unknown - " & name of operating system) as string as lowercase = “workstation” as lowercase) else false))

Action1 (default)

Script Type BigFix Action Script

download http://servername:port/Uploads/ff7db93dc55a5a5c0d3492b7d3ac768ea114dffb/install_siverlight4exe.tmp

continue if {(size of it = 6281517 AND sha1 of it = “ff7db93dc55a5a5c0d3492b7d3ac768ea114dffb”) of file “install_siverlight4exe.tmp” of folder “__Download”}

extract install_siverlight4exe.tmp

wait __Download\install_siverlight4.exe

Success CriteriaThis action will be considered successful when all lines of the action script have completed successfully.