Uninstall Apple QuickTime for Windows
Log In or Register to download the BES file, and more.

1 Votes

Description

This task uninstalls Apple QuickTime for Windows.

Important:

Some applications might be affected and no longer work because of dependencies on QuickTime.These applications can include professional video, audio and digital imaging applications. Before you uninstall QuickTime, check the different application sites to know about QuickTime dependencies.

Note: The Fixlet is released in https://bigfix.me/, which is not an official release channel of IBM BigFix. We highly suggest testing the content before deploying to production. Use of the content is done at the user’s own risk and the user will be solely responsible for any damage to any  computer system or loss of data that results from use of the content.

Warning: If the QuickTime Web Plugin is currently in use by Internet Explorer, the browser might crash during uninstall. As such this task has no default action.

Credit goes to BrianCanFixIT of the BigFix community for originally crafting content to uninstall QuickTime.


Property Details

ID12975
StatusProduction - Fully Tested and Ready for Production
TitleUninstall Apple QuickTime for Windows
CategoryUninstall
Source Release Date4/18/2016 11:53:05 PM
KeywordsBigFix, Uninstall QuickTime, QuickTime, Apple, Quick Time Apple
Is TaskTrue
Added by on 4/18/2016 11:53:05 PM
Last Modified by on 4/18/2016 11:53:05 PM
Counters 6876 Views / 106 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

Used in 368 fixlets   * Results in a true/false
Show indented relevance
(if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false) AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 257 fixlets and 9 analyses   * Results in a true/false
Show indented relevance
name of operating system as lowercase starts with "win"
Used in 103 fixlets   * Results in a true/false
Show indented relevance
not exists values "PROCESSOR_ARCHITECTURE" whose (it as string as lowercase = "ia64") of keys "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" of registry
Used in 4 fixlets   * Results in a true/false
Show indented relevance
exists key whose (value "DisplayName" of it as string as lowercase contains "quicktime" and name of it starts with "{") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registries

Actions

Action 1

Action Link Click here to quit QuickTime and initiate the removal process.
Script Type BigFix Action Script
//Quit QuickTime Player if it is running
if {(exists running application "quicktimeplayer.exe")}
    waithidden taskkill /F /IM quicktimeplayer.exe
endif

//Uninstalling quicktime player while the user is using the web plugin in internet explorer will crash internet explorer and requires a restart, firefox does not have this problem
waithidden "{pathname of system folder & "\msiexec.exe"}" /X{name of key whose (value "DisplayName" of it as string as lowercase contains "quicktime" and name of it starts with "{") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registries} /QN REBOOT=ReallySuppress
if ({exit code of action}=3010)
    action requires restart
endif
exit {exit code of action}
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to quit QuickTime Player, quit all other browsers, and initiate the removal process.
Script Type BigFix Action Script
//Quit QuickTime Player if it is running
if {(exists running application "quicktimeplayer.exe")}
    waithidden taskkill /F /IM quicktimeplayer.exe
endif
//Quit internet explorer just in case it is are activly using quicktime, firefox does not have this problem
if {(exists running application "iexplore.exe")}
    waithidden taskkill /F /IM iexplore.exe
endif

//Uninstalling quicktime player
waithidden "{pathname of system folder & "\msiexec.exe"}" /X{name of key whose (value "DisplayName" of it as string as lowercase contains "quicktime" and name of it starts with "{") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registries} /QN REBOOT=ReallySuppress
if ({exit code of action}=3010)
    action requires restart
endif
exit {exit code of action}
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 3

Action Link Click here to view the US-CERT bulletin.
Script Type URL
https://www.us-cert.gov/ncas/alerts/TA16-105A
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!